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
- Host: GitHub
- URL: https://github.com/iadamo/alx-backend-python
- Owner: iAdamo
- Created: 2024-03-23T02:32:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-12T16:56:26.000Z (about 1 year ago)
- Last Synced: 2025-01-10T20:15:28.808Z (5 months ago)
- Language: Python
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)