Skip to content

Commit f676eed

Browse files
authored
Create readme.md
1 parent 7aac4a6 commit f676eed

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

Projects/readme.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Important Opensource Python Projects
2+
3+
1. **FastAPI**<br>
4+
FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.<br>
5+
It is very high performance, on par with NodeJS and Go (thanks to Starlette and Pydantic).
6+
One of the fastest Python frameworks available.
7+
Designed to be easy to use and learn. Less time reading docs.
8+
* [Website](https://fastapi.tiangolo.com)
9+
* [Documentation](https://fastapi.tiangolo.com)
10+
* [Source Code](https://github.com/tiangolo/fastapi)
11+
* [Tutorial](https://fastapi.tiangolo.com/tutorial/intro/)
12+
* [Video Tutorials](https://www.youtube.com/playlist?list=PL5gdMNl42qynpY-o43Jk3evfxEKSts3HS)
13+
* [Chat](http://bit.ly/36iqOlx)
14+
15+
2. **Flask**<br>
16+
Flask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications. It began as a simple wrapper around Werkzeug and Jinja and has become one of the most popular Python web application frameworks.
17+
* [Website](https://palletsprojects.com/p/flask/)
18+
* [Documentation](https://flask.palletsprojects.com/)
19+
* [Source Code](https://github.com/pallets/flask)
20+
* [Tutorial](https://flask.palletsprojects.com/en/1.1.x/#user-s-guide)
21+
* [Chat](http://bit.ly/36iqOlx)
22+
23+
3. **django**<br>
24+
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source.
25+
* [Website](https://www.djangoproject.com)
26+
* [Documentation](https://docs.djangoproject.com/en/3.0/)
27+
* [Source Code](https://github.com/django/django)
28+
* [Tutorial](https://docs.djangoproject.com/en/3.0/intro/)
29+
* [Chat](http://bit.ly/36iqOlx)
30+

0 commit comments

Comments
 (0)