Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youssefelghamour/alx-backend-python
ALX Backend development projects covering asyncio, async comprehensions/generators, unit & integration testing in Python
https://github.com/youssefelghamour/alx-backend-python
annotations async asyncio comprehension integration-testing mocking python unittest
Last synced: about 1 month ago
JSON representation
ALX Backend development projects covering asyncio, async comprehensions/generators, unit & integration testing in Python
- Host: GitHub
- URL: https://github.com/youssefelghamour/alx-backend-python
- Owner: youssefelghamour
- Created: 2024-06-06T14:44:42.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-07-09T08:27:02.000Z (7 months ago)
- Last Synced: 2024-07-09T10:43:08.352Z (7 months ago)
- Topics: annotations, async, asyncio, comprehension, integration-testing, mocking, python, unittest
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alx-backend-python
This repository contains solutions for various backend projects as part of ALX's Python curriculum.
## Projects
| Project | Description |
|----------------------------------------|----------------------------------------------------------------------------------------------------------------------|
| 0x00-python_async_io | Implements asynchronous I/O operations in Python using asyncio library. |
| 0x01-python_async_generator_comprehension | Demonstrates the use of asynchronous generators and comprehensions in Python. |
| 0x02-python_async_comprehension | Utilizes async comprehensions and generators in Python, focusing on asynchronous programming techniques. |
| 0x03-unittests_integration_tests | Implements unit tests and integration tests for Python code, covering topics like mocking, parameterization, and fixtures. |