Ask HN: What web framework(s) do you guys use?
21–30 of 142 posts
Re: Ask HN: What web framework(s) do you guys use?
#22Re: Ask HN: What web framework(s) do you guys use?
#23Re: Ask HN: What web framework(s) do you guys use?
#24Re: Ask HN: What web framework(s) do you guys use?
#25Django, because it has magical powers, who can beat that?
I've recently become a Django convert (not for the pony, that was new to me just now) because the framework just works. I haven't quite worked out the magic required to stand up a Django/MySQL/Apache/Mod_Python server on Windows yet, but it's working perfectly in my VM, so I haven't pursued it very far yet.
Re: Ask HN: What web framework(s) do you guys use?
#26Re: Ask HN: What web framework(s) do you guys use?
#27Re: Ask HN: What web framework(s) do you guys use?
#28In Python there's something called WSGI (Web Server Gateway Interface) which makes it trivial to implement your own framework. Around 2 years ago I wrote a blog post about WSGI and how to quickly build a Python framework http://amix.dk/blog/viewEntry/105 In the recent years WSGI has grown a lot. Check out wsgi.org for more info.
One can learn a lot of things by making and using own stuff, but it can also be very frustrating (because of bugs and lack of resources). But generally, I like to use own my stuff and my own conventions - I know at least who to blame when some stuff does not work or something is "ugly" :)
Re: Ask HN: What web framework(s) do you guys use?
#29Earlier quoted context omitted.
Rails. Anyway, I am not saying that Rails is better. I am just wondering how magical Django is?
http://www.djangopony.com/
(Also, read the comments for more fun)