Python Web Development Libraries 简明教程
Python Web Development Libraries Tutorial
Python 为 Web 开发提供了多个框架。本教程涵盖了用于 Web 开发的五种最常用的 Python 库。本教程中提到的所有库在某些特定项目的条件/需求中都是首选。此外,在尝试选择库时,会考虑开发人员的兴趣(基于他们的查询和社区支持)。
Python provides multiple frameworks for the web development. This tutorial covers five most commonly used python libraries which are used for web development. All the mentioned libraries in this tutorial are the first choice in certain project-specific conditions/requirements. Also, while trying to select the libraries, the developers interest (based on their queries and community support) is considered.
Audience
本教程旨在比较一些最常用的 Python 框架的基本功能。本教程的目标受众是:
This tutorial is designed to compare the basic features of some of the most commonly used python frameworks. The target audience for this tutorial is −
-
Anyone who wants to have a basic understanding of Django, Flask, Pyramid, Web2py and Dash libraries.
-
Anyone who wants to compare different Python frameworks and choose the most suitable framework for their projects.
-
Anyone who wants to explore Python web technologies in detail.
Prerequisites
虽然本教程没有强制性要求,但对以下提到的技术进行任何先验知识都将是一个额外的优势:
Though there is no mandatory requirement for this tutorial, any prior knowledge on below mentioned technologies will be an added advantage −
-
Knowledge of any web related technologies
-
Python language
-
Developers/users who have previously worked on any python framework will definitely find it easier to understand