So, I've put up my latest geek piece:
Fixing an omission from Django's simplejson: iterators, generators, functors and closures, which is exactly what it says it is. Django's "simplejson", which bundles up server-side structures and exports them to the browser for interpretation and display in
fat client applications, is okay, but it fails in some
(
Read more... )
Comments 4
I haven't settled on a python web platform. I see claims like "You really should have tried Pylons (http://pylonshq.com/) instead of Django. Yeah, Django has all the press; it was invented by journalists. Pylons is still better."
It's hard to know how to evaluate claims like that without first becoming an expert in all the systems... :-(
Reply
But underneath it all, Django is just more Python. If, with Django, you want to use SQLAlchemy instead of DjangoDB, you can!. If you want to use Cheetah instead of DjangoTemplates, you can! Nothing stops you except your own knowledge of Python's inner mysteries.
A second answer is that it's not just Django. I'm just trying to build out an online portfolio, something I never needed when I thought my job was secure. ( ... )
Reply
Reply
Reply
Leave a comment