Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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. |