{"id":24522081,"url":"https://github.com/nickssilver/alx-higher_level_programming","last_synced_at":"2026-05-17T13:34:34.560Z","repository":{"id":63970267,"uuid":"538503599","full_name":"nickssilver/alx-higher_level_programming","owner":"nickssilver","description":"Python programming  Sprint-2","archived":false,"fork":false,"pushed_at":"2023-03-07T09:40:34.000Z","size":681,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T03:17:42.599Z","etag":null,"topics":["algorithms-and-data-structures","oop","python","python-script","shell","tdd"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nickssilver.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-09-19T12:59:11.000Z","updated_at":"2022-12-19T20:51:29.000Z","dependencies_parsed_at":"2023-02-06T06:17:00.815Z","dependency_job_id":null,"html_url":"https://github.com/nickssilver/alx-higher_level_programming","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickssilver%2Falx-higher_level_programming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickssilver%2Falx-higher_level_programming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickssilver%2Falx-higher_level_programming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickssilver%2Falx-higher_level_programming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nickssilver","download_url":"https://codeload.github.com/nickssilver/alx-higher_level_programming/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243732296,"owners_count":20338839,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithms-and-data-structures","oop","python","python-script","shell","tdd"],"created_at":"2025-01-22T03:17:47.717Z","updated_at":"2026-05-17T13:34:29.525Z","avatar_url":"https://github.com/nickssilver.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Higher-level programming - Python, JavaScript, SQL\n\u003chr/\u003e\n\n![python](./images/python.jpeg)\n\n\nThis repo contains all the projects that I have done in the alx-Holberton curriculum on Higher level programming.\n\n## What Does High-Level Language (HLL) Mean?\nA 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.\n\nA 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.\n\n\n## Acknowledgements 🙏\nAll 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. \n\n## Technologies:technologist:\n- Shell Scripts are written in Bash 4\n- Python Scripts are written with Python 3\n- MySQL 8.0 (version 8.0)\n- Tested on Ubuntu 20.04 LTS\n## Resourses:building_construction:\nYou will find the resources of each project under the directory folder.\n\u003cbr\u003e\n\n### Projects:card_file_box:\nAll of the following folders are projects done during the studies:\n\nProject name | Description |\n| ------------ | ----------- |\n| [`0x00-hello_world`](https://github.com/nickssilver/alx-higher_level_programming/tree/master/0x00-python-hello_world) | About variables, basics commands (print) and handle strings with **Python** |\n| [`0x01-python-if_else_loops_functions`](https://github.com/nickssilver/alx-higher_level_programming/tree/master/0x01-python-if_else_loops_functions) | if/else statements, loops, range and functions in **Python** |\n| [`0x02-python-import_modules`](https://github.com/nickssilver/alx-higher_level_programming/tree/master/0x02-python-import_modules) | How to import functions, how to create modules and how to use command line arguments in **Python** |\n| [`0x03-python-data_structures`](https://github.com/nickssilver/alx-higher_level_programming/tree/master/0x03-python-data_structures) |  Learn about lists, tuples and strings in **Python** |\n| [`0x04-python-more_data_structures`](https://github.com/nickssilver/alx-higher_level_programming/tree/master/0x04-python-more_data_structures) |  About sets, dictionaries and functions to handle data structures like lambda, map, reduce and filter in **Python** |\n| [`0x05-python-exceptions`](https://github.com/nickssilver/alx-higher_level_programming/tree/master/0x05-python-exceptions) | Learn about exceptions, how to use them, how to use errors and how to raise them in **Python** |\n| [`0x06-python-exceptions`](https://github.com/nickssilver/alx-higher_level_programming/tree/master/0x06-python-classes) | Object oriented programming (OOP), classes, objects, instances, methods and attributes in **Python** |\n| [`0x07-python-test_driven_development`](https://github.com/nickssilver/alx-higher_level_programming/tree/master/0x07-python-test_driven_development) | About docstrings to create and implement tests in **Python** |\n| [`0x08-python-more_classes`](https://github.com/nickssilver/alx-higher_level_programming/tree/master/0x08-python-more_classes) |  Object oriented programming (OOP), Data Abstraction, Data Encapsulation, instances and classes attributes in **Python** |\n| [`0x09-python-everything_is_object`](https://github.com/nickssilver/alx-higher_level_programming/tree/master/0x09-python-everything_is_object) |  Learn about object oriented programming (OOP), mutability, identity and data types in **Python** |\n| [`0x0A-python-inheritance`](https://github.com/nickssilver/alx-higher_level_programming/tree/master/0x0A-python-inheritance) |  Inheritance, superclass, baseclass and subclass in **Python** |\n| [`0x0B-python-input_output`](https://github.com/nickssilver/alx-higher_level_programming/tree/master/0x0B-python-input_output) | Learning how to open, read, write and append files from a script in **Python** |\n| [`0x0C-python-almost_a_circle`](https://github.com/nickssilver/alx-higher_level_programming/tree/master/0x0C-python-almost_a_circle) | Learning about unit testing, serialization, deserialization, JSON, `args` and `kwargs` in **Python** |\n| [`0x0D-SQL_introduction`](https://github.com/nickssilver/alx-higher_level_programming/tree/master/0x0E-SQL_more_queries) | Learning about how to create a new user, manage privileges for a user, `PRIMARY KEY`, `FOREIGN KEY`, constraints, subqueries, `JOIN` and `UNION` with **MySQL** |\n| [`0x0E-SQL_more_queries`](https://github.com/nickssilver/alx-higher_level_programming/tree/master/0x0E-SQL_more_queries) | More on how create a new user, manage privileges for a user, `PRIMARY KEY`, `FOREIGN KEY`, constraints, subqueries, `JOIN` and `UNION`  and working with tables using **MySQL** |\n\u003cbr\u003e\n\n## Bugs:bug:\n\u003cbr\u003e\nHappens you use my repo for doing ALx-Projects below are projects i didn't perform well:\n- \n- \n``i will update``\n\nPlease check.\n### support:tada:\nIf you like how i present and document my work  do me a favor of giving a **Star** :sparkles: to my repos  |\u0026\u0026| a **Follow**  :busts_in_silhouette:\n\n## Author\n- **Nick Gitobu** - [silvernicks9@gmail.com](https://github.com/nickssilver) ~ [@_pronicks](https://twitter.com/_pronicks):Twitter\n\n![img](https://assets.imaginablefutures.com/media/images/ALX_Logo.max-200x150.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickssilver%2Falx-higher_level_programming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickssilver%2Falx-higher_level_programming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickssilver%2Falx-higher_level_programming/lists"}