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,14 @@
---
title: Using Python for Web Development
---
Python is known for its beautiful syntax and ease of readability. This scripting language can be used for some quick-and-dirty prototyping of your idea of a web-app. It can also be used to build scalable and maintainable large web applications.
#### Most Popular Python Web Frameworks:
* [Django](https://www.djangoproject.com/)
* [Flask](http://flask.pocoo.org/)
* [Bottle](https://bottlepy.org/docs/dev/)
* [Pyramid](https://trypyramid.com/)
* [Web2py](http://www.web2py.com/)
So let's get started with some web frameworks and learn how they help build web app on-hands. But before that, we would need to set-up the development environment by completing [installation of web frameworks in Python](https://guide.freecodecamp.org/python/setting-up-python-web-framework-django-and-flask).