Being a typical programmer I just wanted to be able to create my own website quickly and that's when one of my colleagues recommended using the Flask Python Framework. I have never looked back. It has excellent documentation and from what I hear its a whole lot easier to set up and learn then Django. I will eventually try to tackle Django in the future, but in the meantime, I'm really enjoying how easy Flask (and Python) make it easy to create websites. On top of this you can create Flask websites on Google's App Engine.
In the next few days, I'm going to be putting up some How To Guides on using Flask on Google App Engine. In the meantime, you can check out what I created in 3 weeks. It's still a work in progress, but I hope you can see how easy it is to create:
http://my3pages.appspot.com
For those interested, the code is available here:
https://bitbucket.org/vincentcaesar/my3pages