Python Framework for small website

Posted by mvid on Stack Overflow See other posts from Stack Overflow or by mvid
Published on 2010-04-19T05:27:08Z Indexed on 2010/04/19 5:33 UTC
Read the original article Hit count: 376

Filed under:
|
|
|
|

I am planning a small, simple website to showcase myself as an engineer. My preferred language is Python and I hope to use it to create my website.

My pages will be mostly static, with some database stored posts/links. The site will be simple, but I would like to have freedom in how it operates. I plan on using CSS/JS for the design, so I really just need an easy way to throw a small amount of content around.

Some frameworks I have come across:

  • Flask
  • cherry.py
  • Pinax

Are there any suggestions? Does anyone have any experience with Python on small/hobby websites?

© Stack Overflow or respective owner

Related posts about python

Related posts about web-frameworks