Posts tagged “python”
Cal Henderson on Django
Very entertaining talk from Flickr’s Cal Henderson on Django’s shortcomings.
I’ve used Rails. It seemed like a good idea at the time.
Interesting article on how Rails features can be more of a hindrance than a help in many situations. Compared here with Django, which can be cleaner and more lightweight. Some of the bits and pieces that come bundled with Rails are just plain wrong, the Javascript helpers being one example. The abuse of HTTP by [...]