Python的WEB框架有Django、Tornado、Flask 等多种,Django相较与其他WEB框架其优势为:

大而全,框架本身集成了ORM、模型绑定、模板引擎、缓存、Session等诸多功能。
 
详细学习可参考django book:
 
http://djangobook.py3k.cn/2.0/chapter01/ 
http://django-intro-zh.readthedocs.io/zh_CN/latest/
https://docs.djangoproject.com/en/dev/releases/1.10/
https://djangobook.com/build-first-website-python-django/
https://djangobook.com/the-django-book/
 
 
python book:
http://www.diveintopython.net/
https://docs.python.org/3/tutorial/