{"id":17533158,"url":"https://github.com/anny85-code/alx-higher_level_programming","last_synced_at":"2025-10-13T07:33:48.313Z","repository":{"id":64719937,"uuid":"571754909","full_name":"Anny85-code/alx-higher_level_programming","owner":"Anny85-code","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-09T17:25:38.000Z","size":190,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T02:23:33.393Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Anny85-code.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-11-28T20:19:12.000Z","updated_at":"2022-11-30T12:50:20.000Z","dependencies_parsed_at":"2023-02-14T18:01:48.842Z","dependency_job_id":null,"html_url":"https://github.com/Anny85-code/alx-higher_level_programming","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Anny85-code/alx-higher_level_programming","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anny85-code%2Falx-higher_level_programming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anny85-code%2Falx-higher_level_programming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anny85-code%2Falx-higher_level_programming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anny85-code%2Falx-higher_level_programming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Anny85-code","download_url":"https://codeload.github.com/Anny85-code/alx-higher_level_programming/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anny85-code%2Falx-higher_level_programming/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014107,"owners_count":26085463,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-10-20T18:23:22.384Z","updated_at":"2025-10-13T07:33:48.278Z","avatar_url":"https://github.com/Anny85-code.png","language":"Python","readme":"# Higher-level programming - Python\nModule of **High-level programming** and **Python**, carried out during **Full Stack Software Engineering studies** at **[Alx-Africa](https://www.alxafrica.com/)**.\n\n## Technologies\n* Shell Scripts are written in Bash 4.3.11(1)\n* Python Scripts are written with Python 3.4.3\n* `MySQL 5.7` (version 5.7.8-rc)\n* `MySQLdb`, version 1.3.10\n* `sqlalchemy`, version 1.2.5\n* Tested on Ubuntu 14.04 LTS\n\n## Projects\nAll of the following folders are projects done during the studies:\n\n| Project name | Description |\n| ------------ | ----------- |\n| [`0x00-hello_world`](https://github.com/Anny85-code/alx-higher_level_programming/tree/master/0x00-python-hello_world) | It aims to learn about variables, basics commands (print) and handle strings with **Python** |\n| [`0x01-python-if_else_loops_functions`](https://github.com/luischaparroc/holbertonschool-low_level_programming/tree/master/0x01-variables_if_else_while) | It aims to learn about if/else statements, loops, range and functions in **Python** |\n| [`0x02-python-import_modules`](https://github.com/luischaparroc/holbertonschool-higher_level_programming/tree/master/0x02-python-import_modules) | It aims to learn 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/luischaparroc/holbertonschool-higher_level_programming/tree/master/0x03-python-data_structures) | It aims to learn about lists, tuples and strings in **Python** |\n| [`0x04-python-more_data_structures`](https://github.com/luischaparroc/holbertonschool-higher_level_programming/tree/master/0x04-python-more_data_structures) | It aims to learn about sets, dictionaries and functions to handle data structures like lambda, map, reduce and filter in **Python** |\n| [`0x05-python-exceptions`](https://github.com/luischaparroc/holbertonschool-higher_level_programming/tree/master/0x05-python-exceptions) | It aims to 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/luischaparroc/holbertonschool-higher_level_programming/tree/master/0x06-python-classes) | It aims to learn about object oriented programming (OOP), classes, objects, instances, methods and attributes in **Python** |\n| [`0x07-python-test_driven_development`](https://github.com/luischaparroc/holbertonschool-higher_level_programming/tree/master/0x07-python-test_driven_development) | It aims to learn about docstrings to create and implement tests in **Python** |\n| [`0x08-python-more_classes`](https://github.com/luischaparroc/holbertonschool-higher_level_programming/tree/master/0x08-python-more_classes) | It aims to learn about object oriented programming (OOP), Data Abstraction, Data Encapsulation, instances and classes attributes in **Python** |\n| [`0x09-python-everything_is_object`](https://github.com/luischaparroc/holbertonschool-higher_level_programming/tree/master/0x09-python-everything_is_object) | It aims to learn about object oriented programming (OOP), mutability, identity and data types in **Python** |\n| [`0x0A-python-inheritance`](https://github.com/luischaparroc/holbertonschool-higher_level_programming/tree/master/0x0A-python-inheritance) | It aims to learn about inheritance, superclass, baseclass and subclass in **Python** |\n| [`0x0B-python-input_output`](https://github.com/luischaparroc/holbertonschool-higher_level_programming/tree/master/0x0B-python-input_output) | It aims to learn how to open, read, write and append files from a script in **Python** |\n| [`0x0C-python-almost_a_circle`](https://github.com/luischaparroc/holbertonschool-higher_level_programming/tree/master/0x0C-python-almost_a_circle) | It aims to learn about unit testing, serialization, deserialization, JSON, `args` and `kwargs` in **Python** |\n| [`0x0D-SQL_introduction`](https://github.com/luischaparroc/holbertonschool-higher_level_programming/tree/master/0x0D-SQL_introduction) | It aims to learn about databases, relational databases, subqueries, tables, **MySQL** statements and functions |\n| [`0x0E-SQL_more_queries`](https://github.com/luischaparroc/holbertonschool-higher_level_programming/tree/master/0x0E-SQL_more_queries) | It aims to learn about how to create a new user, manage privileges for a user, `PRIMARY KEY`, `FOREIGN KEY`, constraints, subqueries, `JOIN` and `UNION` with **MySQL** |\n| [`0x0F-python-object_relational_mapping`](https://github.com/luischaparroc/holbertonschool-higher_level_programming/tree/master/0x0F-python-object_relational_mapping) | It aims to learn about how to connect to a MySQL database from a Python script, what ORM means and how to map a Python Class to a MySQL table |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanny85-code%2Falx-higher_level_programming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanny85-code%2Falx-higher_level_programming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanny85-code%2Falx-higher_level_programming/lists"}