Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdullrahmen/alx-higher_level_programming
This repo contains all the projects that I have done in the ALX curriculum on Higher level programming.
https://github.com/abdullrahmen/alx-higher_level_programming
classes data-structures oop oop-concepts oops-in-python practices python python-3 python-app python-script python3 script scripting scripts
Last synced: 4 days ago
JSON representation
This repo contains all the projects that I have done in the ALX curriculum on Higher level programming.
- Host: GitHub
- URL: https://github.com/abdullrahmen/alx-higher_level_programming
- Owner: Abdullrahmen
- License: mpl-2.0
- Created: 2023-09-04T13:22:14.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-03T21:43:55.000Z (7 months ago)
- Last Synced: 2024-04-03T22:39:01.871Z (7 months ago)
- Topics: classes, data-structures, oop, oop-concepts, oops-in-python, practices, python, python-3, python-app, python-script, python3, script, scripting, scripts
- Language: Python
- Homepage:
- Size: 189 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Higher Level Programming Projects
This repo contains all the projects that I have done in the ALX 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.