An open API service indexing awesome lists of open source software.

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.

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.