Update README.md

This commit is contained in:
Abhishek k 2023-04-11 19:08:52 +05:30 committed by GitHub
parent fcf4aeb762
commit 7ba06dbae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
- [Awesome Python](#awesome-python) - [Awesome Python](#awesome-python)
- [Admin Panels](#admin-panels) - [Admin Panels](#admin-panels)
- [Algorithms and Design Patterns](#algorithms-and-design-patterns) - [Algorithms and Design Patterns](#algorithms-and-design-patterns)
- [App Development](#app-dev)
- [ASGI Servers](#asgi-servers) - [ASGI Servers](#asgi-servers)
- [Asynchronous Programming](#asynchronous-programming) - [Asynchronous Programming](#asynchronous-programming)
- [Audio](#audio) - [Audio](#audio)
@ -132,6 +133,12 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [python-patterns](https://github.com/faif/python-patterns) - A collection of design patterns in Python. * [python-patterns](https://github.com/faif/python-patterns) - A collection of design patterns in Python.
* [transitions](https://github.com/pytransitions/transitions) - A lightweight, object-oriented finite state machine implementation. * [transitions](https://github.com/pytransitions/transitions) - A lightweight, object-oriented finite state machine implementation.
## App Development
*App developement frameworks of python.*
* [kivy](https://kivy.org/) - The cross platform python app development Framework
## ASGI Servers ## ASGI Servers
*[ASGI](https://asgi.readthedocs.io/en/latest/)-compatible web servers.* *[ASGI](https://asgi.readthedocs.io/en/latest/)-compatible web servers.*