Files
freeCodeCamp/guide/russian/miscellaneous/web-frameworks-in-python/index.md
2018-10-16 21:32:40 +05:30

7 lines
1012 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Web Frameworks in Python
localeTitle: Веб-структуры в Python
---
Как и большинство доменов в Python, сообщество Python с большой любовью относится к веб-разработке и дало нам созревшие, хорошо поддерживаемые рамки; различной сложности.
У нас есть микро-каркасы, такие как [Flask](http://flask.pocoo.org/) , [Bottle](http://bottlepy.org/docs/dev/index.html) . У нас также есть такие каркасы, как [Django](https://www.djangoproject.com/) , в [комплекте](https://github.com/rosarior/awesome-django) с [включенными батареями](https://github.com/rosarior/awesome-django) . Вы можете найти полный список веб-фреймворков, написанных на Python, [здесь](https://en.wikipedia.org/wiki/Comparison_of_web_frameworks#Python) .