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

https://github.com/iadamo/alx-backend-python

Back-End - Python
https://github.com/iadamo/alx-backend-python

Last synced: 3 months ago
JSON representation

Back-End - Python

Awesome Lists containing this project

README

        

### Back-End Specialization - backend-python

**`Python`** is a high-level, interpreted programming language that is characterized by its simplicity and readability. It is a language that is also characterized as dynamic, strongly typed, object-oriented and multi-paradigm.

This repository contains projects and exercises that cover the following topics:

- [Python - Variable Annotations](https://github.com/iAdamo/alx-backend-python/tree/main/0x00-python_variable_annotations)
- [Python - Async](https://github.com/iAdamo/alx-backend-python/tree/main/0x01-python_async_function)
- [Python - Async Comprehension](https://github.com/iAdamo/alx-backend-python/tree/main/0x02-python_async_comprehension)
- [Unittests and Integration Tests](https://github.com/iAdamo/alx-backend-python/tree/main/0x03-Unittests_and_integration_tests)