Python Web Frameworks
Does anyone on here have much experience using Python Web Frameworks? I'm pretty comfortable using straight Python, but haven't been able to get my head wrapped around frameworks in general.
I have an on-again-off-again project that has a web component and wanting to get an idea of a useful framework I can try to use instead of going with PHP (my default when it comes to working with web-based stuff).
Ever use any frameworks? Anything good or bad?
Cheers!
9 years ago by idlethreat
with
2 comments
Join the Discussion
There are some pretty popular ones, pros and cons for all of them. You could look at Django, Flask, Tornado, and some others, which I don't know the name of. For a great Flask tutorial you can check this one out: http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
I used several frameworks in the past, but mostly cherrypy, bottle and flask. Nowadays I use mostly flask, but the right choice depends on what you want to do.