freeCodeCamp/guide/russian/miscellaneous/web-frameworks-in-python/index.md

7 lines
1012 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
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) .