https://github.com/itsfoss0/alx-backend-python
This Repo holds Advanced Python programming concepts during the Short Specialization phase in ALX
https://github.com/itsfoss0/alx-backend-python
advanced-python alx alx-africa alx-backend holberton-curriculum holbertonschool python
Last synced: about 1 month ago
JSON representation
This Repo holds Advanced Python programming concepts during the Short Specialization phase in ALX
- Host: GitHub
- URL: https://github.com/itsfoss0/alx-backend-python
- Owner: Itsfoss0
- License: mit
- Created: 2023-07-06T06:38:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-31T18:07:17.000Z (almost 2 years ago)
- Last Synced: 2025-02-18T01:31:51.351Z (4 months ago)
- Topics: advanced-python, alx, alx-africa, alx-backend, holberton-curriculum, holbertonschool, python
- Language: Python
- Homepage:
- Size: 6.01 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## Advanced Python
Python is a versatile and powerful programming language that offers a wide range of advanced features and capabilities. In this phase of specialization, we will take a look at some of the most advanced features, and explore when, how and why we should use them
## Roadmap
[0x01](0x00-python_variable_annotations): Variable Annotations[0x02](0x01-python_async_function): Concurrent programming using asyncio
[0x03](0x02-python_async_comprehension): Asynchronous generators
[0x04](./0x03-Unittests_and_integration_tests): Unit and integration tests