|
|
|
|
|
by poissonpie
5454 days ago
|
|
Definitely check out Django - the documentation includes a great tutorial that will guide you through developing a web site. Well written and easy to follow. For something a little more minimal, try google app engine - their getting started guide is a very simple one form web app:
http://code.google.com/appengine/docs/python/gettingstarted/ |
|