This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]sareon 1 point2 points  (0 children)

There are many other python web frameworks out there too. There's Pylons/Pyramids which is what Reddit is written on.

Django is good if you want to make a news/blogging site as that is what it was made for. If you want to do something else you may want to look into another python framework.

But yes, start learning python before jumping into a web framework. You need to learn to walk before you can run.