Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samuelsenerwa/alx-higher_level_programming
The repository contains all the tasks done in ALX software engineering program
https://github.com/samuelsenerwa/alx-higher_level_programming
algorithm alx-higher-level-programming api classes-and-objects data-structures development exception-handling inheritance javascript loops modules programm python unittest
Last synced: 8 days ago
JSON representation
The repository contains all the tasks done in ALX software engineering program
- Host: GitHub
- URL: https://github.com/samuelsenerwa/alx-higher_level_programming
- Owner: samuelsenerwa
- Created: 2023-01-04T06:33:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-01T07:08:33.000Z (over 1 year ago)
- Last Synced: 2023-08-01T03:25:13.469Z (over 1 year ago)
- Topics: algorithm, alx-higher-level-programming, api, classes-and-objects, data-structures, development, exception-handling, inheritance, javascript, loops, modules, programm, python, unittest
- Language: Python
- Homepage: https://github.com/samuelsenerwa/alx-higher_level_programming
- Size: 202 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Higher Level Programming
This repo contains all the projects that I have done in the alx-Holberton curriculum on Higher level programming.
What Does High-Level Language (HLL) Mean?
A high-level language is any programming language that enables development of a program in a much more user-friendly programming context and is generally independent of the computer's hardware architecture.
A high-level language has a higher level of abstraction from the computer, and focuses more on the programming logic rather than the underlying hardware components such as memory addressing and register utilization.
The task in this repository is as follows:
* [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-exception)
* [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)
* [0x0F. Python - Object Relational Mapping](./0x0F-python-object_relational_mapping)
* [0x10. Python - Network 0](0x10-python-network_0)
* [0x11. Python - Network 1](0x11-python-network_1)
* [0x12. JavaScript - Warm up](./0x12-javascript-warm_up)
* [0x13. JavaScript - Objects, Scopes and Closures](./0x13-javascript_objects_scopes_closures)
* [0x14. Javascript - Web scraping](./0x14-javascript-web_scraping)
* [0x15. Javascript - Web JQuery](./0x15-javascript-web_jquery)## Author :
* **[Samuel Senerwa](https://twitter.com/samuelsenerwa)** <[Senerwa](https://github.com/samuelsenerwa)>## Acknowledgements :pray:
All work contained in this project was completed as part of the curriculum for the ALX-SE programme. ALX Africa is an online full-stack software engineering program that prepares students for careers in the tech industry using project-based peer learning. For more information, visit [this link](https://www.alxafrica.com//).
![]()