https://github.com/devmarkson/alx-backend-python
https://github.com/devmarkson/alx-backend-python
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devmarkson/alx-backend-python
- Owner: DevMarkson
- Created: 2023-07-07T04:16:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T00:08:21.000Z (almost 3 years ago)
- Last Synced: 2024-12-28T19:47:03.271Z (over 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Code Repositories
This repository contains multiple Python code directories, each representing a different topic or concept. Each directory focuses on a specific area of Python programming and includes code files related to that topic. Below is a brief description of each directory:
## 0x00-python_variable_annotations
This directory contains Python scripts that demonstrate variable annotations and type hints. Each script corresponds to a specific task and includes a type-annotated function or variable declarations.
## 0x02-python_async_comprehension
This directory includes scripts related to asynchronous generator and comprehensions. The scripts in this directory explore the concepts of asynchronous programming in Python.