Comment on Python web developmentComments−poissonpie15yDefinitely 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/
Comments
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/