https://github.com/abdulrahman-k-s/alx-higher_level_programming
The high-level-programming codes done at ALX
https://github.com/abdulrahman-k-s/alx-higher_level_programming
alx alx-higher-level-programming python
Last synced: about 1 month ago
JSON representation
The high-level-programming codes done at ALX
- Host: GitHub
- URL: https://github.com/abdulrahman-k-s/alx-higher_level_programming
- Owner: Abdulrahman-K-S
- Created: 2023-10-02T17:48:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-21T11:33:46.000Z (almost 2 years ago)
- Last Synced: 2024-07-21T12:52:46.242Z (almost 2 years ago)
- Topics: alx, alx-higher-level-programming, python
- Language: Python
- Homepage:
- Size: 1.19 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ALX Higher-Level Programming
This repository stores my solutions to the amazing high-level programming projects I did at the ALX Campus, most projects are written in Python programming language, but some projects contain something in C.
---

---
## Table of contents
- [Requirements](#requirements)
- [Projects](#projects)
- [Usage](#usage)
## Requirements
The Python scripts were built with **Python 3.4.3**.
Some scripts need more specific requirements, but these will be shown where they are needed.
## Projects
- [0x00. Python - Hello, World](0x00-python-hello_world).
- [0x01. Python - if/else, loops, functions](0x01-python-if_else_loops_functions).
- [0x02. Python - import & modules](0x02-python-import_modules).
- [0x03. Python - Data Structures: Lists, Tuples](0x03-python-data_structures).
- [0x04. Python - More Data Structures: Set, Dictionary](0x04-python-more_data_structures).
- [0x05. Python - Exceptions](0x05-python-exceptions)
- [0x06. Python - Classes and Objects](0x06-python-classes)
- [0x07. Python - Test-driven development](0x07-python-test_driven_development)
- [0x08. Python - More Classes and Objects](0x08-python-more_classes)
- [0x09. Python - Everything is object](0x09-python-everything_is_object)
- [0x0A. Python - Inheritance](0x0A-python-inheritance)
- [0x0B. Python - Input/Output](0x0B-python-input_output)
- [0x0C. Python - Almost a circle](0x0C-python-almost_a_circle)
- [0x0D. SQL - Introduction](0x0D-SQL_introduction)
- [0x0E. SQL - More queries](0x0E-SQL_more_queries)
## Usage
Each project and task contains the instructions to compile the code and execute the results.