Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 |