{"id":26286654,"url":"https://github.com/minasamirsaad/alx-higher_level_programming","last_synced_at":"2026-05-18T02:03:52.643Z","repository":{"id":172859903,"uuid":"649885691","full_name":"MinaSamirSaad/alx-higher_level_programming","owner":"MinaSamirSaad","description":"All steps and tasks that I used to learn Python and mySQL with ALX ","archived":false,"fork":false,"pushed_at":"2024-02-28T20:41:01.000Z","size":5037,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-02-28T21:42:16.190Z","etag":null,"topics":["conditions","data-structures","everything-is-object","exeption-handling","fileio","import-module","inheritance","input-output","mysql","object-relational-mapping","oop","orm","python3","sql","test-driven-development"],"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/MinaSamirSaad.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-06-05T21:20:58.000Z","updated_at":"2023-12-23T16:03:39.000Z","dependencies_parsed_at":"2024-01-11T23:46:43.912Z","dependency_job_id":"31754f37-a301-4ad2-aadc-72a05583c59d","html_url":"https://github.com/MinaSamirSaad/alx-higher_level_programming","commit_stats":null,"previous_names":["minasamirsaad/alx-higher_level_programming"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinaSamirSaad%2Falx-higher_level_programming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinaSamirSaad%2Falx-higher_level_programming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinaSamirSaad%2Falx-higher_level_programming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinaSamirSaad%2Falx-higher_level_programming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MinaSamirSaad","download_url":"https://codeload.github.com/MinaSamirSaad/alx-higher_level_programming/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243643311,"owners_count":20324188,"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":["conditions","data-structures","everything-is-object","exeption-handling","fileio","import-module","inheritance","input-output","mysql","object-relational-mapping","oop","orm","python3","sql","test-driven-development"],"created_at":"2025-03-14T20:34:10.772Z","updated_at":"2026-05-18T02:03:47.613Z","avatar_url":"https://github.com/MinaSamirSaad.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# alx-higher_level_programming\n\n### Description\nThis repository is about High level programming using Python.\n\n### Directories\n| Directory | Description |\n| ------ | ------ |\n| [0x00-python-hello_world](https://github.com/MinaSamirSaad/alx-higher_level_programming/tree/main/0x00-python-hello_world) | Introduction to Python |\n| [0x01-python-if_else_loops_functions](https://github.com/MinaSamirSaad/alx-higher_level_programming/tree/main/0x01-python-if_else_loops_functions) | Introduction to Python func and loops |\n| [0x02-python-import_modules](https://github.com/MinaSamirSaad/alx-higher_level_programming/tree/main/0x02-python-import_modules) | Introduction Python import and modules |\n| [0x03-python-data_structures](https://github.com/MinaSamirSaad/alx-higher_level_programming/tree/main/0x03-python-data_structures) | Introduction to data structures: lists and tuples. |\n| [0x04-python-more_data_structures](https://github.com/MinaSamirSaad/alx-higher_level_programming/tree/main/0x04-python-more_data_structures) | Second part of data structures: Dictionary and Set |\n| [0x05-python-exceptions](https://github.com/MinaSamirSaad/alx-higher_level_programming/tree/main/0x05-python-exceptions) | Introduction to manage exceptions |\n| [0x06-python-classes](https://github.com/MinaSamirSaad/alx-higher_level_programming/tree/main/0x06-python-classes) | Introduction to Oriented Object Programming |\n| [0x07-python-test_driven_development](https://github.com/MinaSamirSaad/alx-higher_level_programming/tree/main/0x07-python-test_driven_development) | Project about how to develop test cases and how to run it |\n| [0x08-python-more_classes](https://github.com/MinaSamirSaad/alx-higher_level_programming/tree/main/0x08-python-more_classes) | Second part of Python classes |\n| [0x09-python-everything_is_object](https://github.com/MinaSamirSaad/alx-higher_level_programming/tree/main/0x09-python-everything_is_object) | Introduction to know mutavle and immutable objects in Python |\n| [0x0A-python-inheritance](0x0A-python-inheritance) | Introduction to inhiretance |\n| [0x0B-python-input_output](0x0B-python-input_output) | Introduction to manage files |\n| [0x0C-python-almost_a_circle](0x0C-python-almost_a_circle) | This project will help you be ready for the AirBnB project |\n| [0x0D-SQL_introduction](0x0D-SQL_introduction) | Introduction to relational database SQL |\n| [0x0E-SQL_more_queries](0x0E-SQL_more_queries) | more queries in SQL |\n## Author\n\n[Mina Samir](https://www.linkedin.com/in/mina-samir-0a0765207/) [:octocat:](https://github.com/MinaSamirSaad)\n\n[Twitter](https://twitter.com/MinasamirNashid)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminasamirsaad%2Falx-higher_level_programming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminasamirsaad%2Falx-higher_level_programming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminasamirsaad%2Falx-higher_level_programming/lists"}