Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belovetech/alx-backend-python
This repository contains advanced Python concepts such as type-annotation, coroutines and asynchronous operations, caching, unittest and integration tests, and so on.
https://github.com/belovetech/alx-backend-python
annotations async asyncio duck-typing integration-testing mock-testing unittest
Last synced: 16 days ago
JSON representation
This repository contains advanced Python concepts such as type-annotation, coroutines and asynchronous operations, caching, unittest and integration tests, and so on.
- Host: GitHub
- URL: https://github.com/belovetech/alx-backend-python
- Owner: belovetech
- Created: 2023-01-05T18:18:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T21:42:35.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T03:31:58.497Z (2 months ago)
- Topics: annotations, async, asyncio, duck-typing, integration-testing, mock-testing, unittest
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alx-backend-python
## directories in repository
| directory | description |
| -------------------------------- | -------------------------- |
| 0x00-python_variable_annotations | Python variable annotation |
| 0x01-python_async_function | python async function |
| 0x02-python_async_comprehension | python async comprehension |