Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devlopersabbir/python-api-development
A python FastAPI framework
https://github.com/devlopersabbir/python-api-development
Last synced: 4 days ago
JSON representation
A python FastAPI framework
- Host: GitHub
- URL: https://github.com/devlopersabbir/python-api-development
- Owner: devlopersabbir
- Created: 2023-10-18T12:31:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-16T22:13:52.000Z (8 months ago)
- Last Synced: 2024-05-16T23:21:05.518Z (8 months ago)
- Language: Python
- Size: 1.04 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python RESTful API development
Learn REST | RESTful API development with python
[FastAPI](https://fastapi.tiangolo.com/) from
[ST Sabbir](https://youtube.com/@stsabbir) **Sabbir Hossain Shuvo**In this course I covered evething about what is API and how API works and how we
can create our own RESTful API small to high scaleable.### Course Suggetion
I'll suggest you to see this playlist step by step otherwise your will miss
lot's of thing which will empact in future.#
#### [#01](https://youtu.be/kjpGegMonUQ) Introduction Video
- [YouTueb Video](https://youtu.be/kjpGegMonUQ)
- [Source Code](#)#### [#02](https://youtu.be/cZesBpXBaiE) What is RESTfull API & How it works
- [YouTueb Video](https://youtu.be/cZesBpXBaiE)
- [Source Code](./restfull_api_explain/README.md)#### [#03](https://youtu.be/wFAmZrWFxbM) Python install & ENV setup
- [YouTueb Video](https://youtu.be/wFAmZrWFxbM)
- [Source Code](./environment/README.md)#### [Course](https://youtu.be/nJWj__da4aM) Python Crash Course with Python Typing
- [YouTube Video](https://youtu.be/nJWj__da4aM)
- [Source Code](./crash_course/README.md)
- 🧑🏻💻 Complated Topic
- 🎉 Hello World Program in Python
- ✨ Python Syntex
- 🐸 Comments In Python
- 🌟 Variable In Python
- 🌼 Python all Data Type
- 👑 Python Condition **(`if elif else`)** Everything
- 🔥 While Loop In Python
- 🐢 For Loop In Python **(Including List, Dict etc)**
- 🏆 Function In Python
- 💻 Class In Python
- 🔫 Python Inheritance **(With Type)**#### [#05](https://youtu.be/K2ne3fwFl5E) Python Virtual Environment Setup
- [YouTube Video](https://youtu.be/K2ne3fwFl5E)
- [Source Code](./environment/README.md)#### [#06](https://youtu.be/ElSed0SdJaQ) Synchronous VS Asynchronous
- [YouTube Video](https://youtu.be/ElSed0SdJaQ)
- [Source Code](./sync_vs_async/README.md)#### [#07](https://youtu.be/yFo3b1FIAYM) Uviron Web Server Explanation
- [YouTube Video](https://youtu.be/yFo3b1FIAYM)
- [Source Code](./uvicorn_web_server/README.md)#### [#08](https://youtu.be/Cbfl8B1XpXY) FastAPI Hello World Program and HTTP GET Method
- [YouTube Video](https://youtu.be/Cbfl8B1XpXY)
- [Source Code](./fastapi_hello/README.md)#### [#09](https://youtu.be/NErlaiYUR60) Path Parameter/Params
- [YouTube Video](https://youtu.be/NErlaiYUR60)
- [Source Code](./path_params)#### [#10](https://youtu.be/AcZQwiu4_ko) Query Parameter/Params
- [YouTube Video](https://youtu.be/AcZQwiu4_ko)
- [Source Code](./query_params)#### [#11](https://youtu.be/JIssK2UWgkI) Pydantic HTTP Req, Res validation
- [YouTube Video](https://youtu.be/JIssK2UWgkI)
- [Source Code](#)#### [#12](https://youtu.be/Ba_o-Kx3Lpw) Query Parameter Validations
- [YouTube Video](https://youtu.be/Ba_o-Kx3Lpw)
- [Source Code](./query_validations)#### [#13](https://youtu.be/dWKrarS4-IU) Path Parameter Validations
- [YouTube Video](https://youtu.be/dWKrarS4-IU)
- [Source Code](./path_validations)