Like most domains in Python development, the Python community treats web-development with great affection and has given us matured, well-maintained frameworks of varying complexity.
We have micro-frameworks like <ahref='http://flask.pocoo.org/'target='_blank'rel='nofollow'>Flask</a> and <ahref='http://bottlepy.org/docs/dev/index.html'target='_blank'rel='nofollow'>Bottle</a>. We also have frameworks like <ahref='https://www.djangoproject.com/'target='_blank'rel='nofollow'>Django</a>, which comes with <ahref='https://github.com/rosarior/awesome-django'target='_blank'rel='nofollow'>batteries included</a>. You can find a complete list of web-frameworks written in Python, <ahref='https://en.wikipedia.org/wiki/Comparison_of_web_frameworks#Python'target='_blank'rel='nofollow'>over here</a>.