Python Web Frameworks

Python Web Frameworks

Python Web Frameworks_第1张图片

top 10 Python web frameworks

Django (Full-stack framework)
Flask (Micro framework)
Tornado (Asynchronous framework)
Web2py (Micro framework)
Bottle (Micro framework)
CherryPy (Micro framework)
Falcon (Micro framework)
Pyramid (Full-stack framework)
Hug (Micro framework)
TurboGears (Full-stack framework)

Django

Django is a high-level Python framework designed for rapid, secure, and scalable web development.

Django includes rich support for URL routing, page templates, and working with data.

Python Web Frameworks_第2张图片

# LTS 
$ pip install Django==2.2

$ pip install Django==3.1

https://www.djangoproject.com/download/

Python Web Frameworks_第3张图片

Python Web Frameworks_第4张图片

Python Web Frameworks_第5张图片

Flask

Flask is a lightweight Python framework for web applications that provides the basics for URL routing and page rendering.

Python Web Frameworks_第6张图片

https://flask.palletsprojects.com/en/1.1.x/

$ pip install Flask

refs

https://code.visualstudio.com/docs/python/python-tutorial

https://code.visualstudio.com/docs/python/tutorial-django

https://code.visualstudio.com/docs/python/tutorial-flask

top 10 python web frameworks

https://steelkiwi.com/blog/top-10-python-web-frameworks-to-learn/

https://hackernoon.com/top-10-python-web-frameworks-2020-edition-r1h3u84


Flag Counter

©xgqfrms 2012-2020

www.cnblogs.com 发布文章使用:只允许注册用户才可以访问!


你可能感兴趣的:(Python Web Frameworks)