Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devcom33/alx-higher_level_programming
https://github.com/devcom33/alx-higher_level_programming
alx-africa alx-higher-level-programming alx-holberton-software-engineering holbertonschool python python3
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devcom33/alx-higher_level_programming
- Owner: devcom33
- Created: 2023-06-05T20:48:53.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-29T14:07:18.000Z (6 months ago)
- Last Synced: 2024-07-29T18:36:04.066Z (6 months ago)
- Topics: alx-africa, alx-higher-level-programming, alx-holberton-software-engineering, holbertonschool, python, python3
- Language: Python
- Homepage:
- Size: 199 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ALX Higher Level Programming Repository
Welcome to the ALX Higher Level Programming repository! This repository contains a collection of Python projects and exercises covering various topics in higher-level programming. Each directory corresponds to a specific topic or module, and within each directory, you'll find Python scripts and exercises related to that topic.
## Table of Contents
1. [0x00-python-hello_world](./0x00-python-hello_world) - Introduction to Python and basic syntax.
2. [0x01-python-if_else_loops_functions](./0x01-python-if_else_loops_functions) - Control flow, loops, and functions in Python.
3. [0x02-python-import_modules](./0x02-python-import_modules) - Importing and using modules in Python.
4. [0x03-python-data_structures](./0x03-python-data_structures) - Working with data structures in Python.
5. [0x04-python-more_data_structures](./0x04-python-more_data_structures) - More advanced data structures in Python.
6. [0x05-python-exceptions](./0x05-python-exceptions) - Handling exceptions in Python.
7. [0x06-python-classes](./0x06-python-classes) - Introduction to classes and object-oriented programming in Python.
8. [0x07-python-test_driven_development](./0x07-python-test_driven_development) - Test-driven development in Python.
9. [0x0B-python-input_output](./0x0B-python-input_output) - Input and output operations in Python.
## How to Use
To explore a specific topic, navigate to the corresponding directory and review the Python scripts and exercises within. Each directory may contain a README providing additional information about the topic and the files it contains.
Feel free to use these resources for learning and practice. If you have any questions or suggestions, don't hesitate to reach out to the repository owner, [devcom33](https://github.com/devcom33).
## Contributions
If you would like to contribute to this repository, feel free to submit a pull request. Contributions are welcome, and they can include bug fixes, additional exercises, or improvements to existing code.
Happy coding!