Q
Q
quges12015-01-03 15:06:23
Web development
quges1, 2015-01-03 15:06:23

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

3 answer(s)
V
Vladimir Sokolovsky, 2015-01-03
@quges1

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.

S
sim3x, 2015-01-03
@sim3x

django

F
FRiMN, 2015-01-03
@FRiMN

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 question

Ask a Question

731 491 924 answers to any question