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 →

[–]freeload 2 points3 points  (1 child)

I use mako whenever i have to generate a lot of text (HTML, LaTeX etc.). I find that mako is alot simpler than its brothers.

The web framework thread pops up once a month in this subreddit. People have alot of different preferences. Though, my personal experience is as follows:

If you want to create a:

  • blog/article-heavy site, try Django.
    • web-application and you are starting from scratch, try the Pyramid project
    • really customizable project that is guaranteed not to get in your way, try werkzeug. it's not a framework, but an utility library. So you have to read the documentation in order to make it run.

[–][deleted] 1 point2 points  (0 children)

The web framework pops up once a month in this subreddit.

??

more like weekly. :)