fix(guide): simplify directory structure

This commit is contained in:
Mrugesh Mohapatra
2018-10-16 21:26:13 +05:30
parent f989c28c52
commit da0df12ab7
35752 changed files with 0 additions and 317652 deletions

View File

@@ -0,0 +1,15 @@
---
title: Using Python for Web Development
localeTitle: 使用Python进行Web开发
---
Python以其优美的语法和易读性而闻名。这种脚本语言可用于对您的Web应用程序概念进行快速而肮脏的原型设计。它还可用于构建可扩展和可维护的大型Web应用程序。
#### 最流行的Python Web框架
* Django的
* 烧瓶
* 瓶子
* 金字塔
* 的web2py
因此让我们开始使用一些Web框架并了解它们如何帮助构建Web应用程序。但在此之前我们需要通过[在Python中](https://guide.freecodecamp.org/python/setting-up-python-web-framework-django-and-flask)完成[Web框架的安装](https://guide.freecodecamp.org/python/setting-up-python-web-framework-django-and-flask)来设置开发环境。