https://github.com/belovetech/alx-higher_level_programming
This project includes Higher Level Programming in Python and Javascript, as well as Cpython and SQL. It goes over many Python, Javascript, and SQL concepts. It also covers the concepts of unittest and integration tests.
https://github.com/belovetech/alx-higher_level_programming
algorithms api data-structures javascript oop python3 sql unittest-and-integration-testing
Last synced: about 1 year ago
JSON representation
This project includes Higher Level Programming in Python and Javascript, as well as Cpython and SQL. It goes over many Python, Javascript, and SQL concepts. It also covers the concepts of unittest and integration tests.
- Host: GitHub
- URL: https://github.com/belovetech/alx-higher_level_programming
- Owner: belovetech
- Created: 2022-05-30T15:51:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-26T16:31:22.000Z (over 3 years ago)
- Last Synced: 2025-01-06T11:40:21.901Z (about 1 year ago)
- Topics: algorithms, api, data-structures, javascript, oop, python3, sql, unittest-and-integration-testing
- Language: Python
- Homepage:
- Size: 413 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alx-higher_level_programming
## Python for Algorithms & Data structures
This repository contains all alx projects using `Python` for `algorithms` and `data structure`
## Directories in the repository
| Directories | Description |
| ----------------------------------- | ------------------------------------------------ |
| 0x00-python-hello_world | Introduction to `Python` programming language |
| 0x01-python-if_else_loops_functions | Variables, and conditional statement in `Python` |
| 0x02-python-import_modules | Modules in `Python` |
| 0x03-python-data_structures | Data structures in `Python` |
| 0x04-python-more_data_structures | More Data structures in `Python` |
| 0x05-python-exceptions | Exception - error handling in `Python` |
| 0x06-python-classes | OOP in `python` |
| 0x07-python-test_driven_development | **T**est **D**riven **D**evelopment in `Python` |
| 0x08-python-more_classes | More clases in `Python` |
| 0x09-python-everything_is_object | Objecs in `Python` |
### PS
This is a project done during Full Stack Software Engineering studies at ALX_AFRICA. The objectives of the project is to teach ALX-SE students higher level programming language (Python) and algorithms solving.