I have been shopping around for a MVC framework to do rapid development for web applications in python, and have come across Django. Django is a modular and extensible web development framework for python that uses sqlObject, automatic admin interface, a simple templating system, and simple URL design.
I will be developing a web-based medical billing database for a relative(with his considerable help of course), and Django seemed like a gift from the heavens. With the object model being implemented as it is with Django, creating the data structure will be really simple.
I will be using this blog to post about the development process from the eyes of a newcomer to the field.