Answer the question
In order to leave comments, you need to log in
Which Python web framework to choose for a beginner?
I took a course on the CodeAcademy site, but the course itself teaches only the basics, and not the creation of web applications themselves. What current web framework would you recommend to a beginner?
Answer the question
In order to leave comments, you need to log in
Strongly depends on tasks. If asynchronous programming is a tornado. If small web interfaces to data - Flask. But you still need to know Django, so you need to start with it.
Flask is very simple -- start with it.
In order to learn python, look at its code.
https://github.com/mitsuhiko/flask/blob/master/fla... -- here is an example of how scripts are written that work under different python branches.
Django is the de facto mainstream.
The rest is used in very rare cases.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question