{"id":28321211,"url":"https://github.com/uosyph/alx-higher_level_programming","last_synced_at":"2026-05-06T08:35:06.025Z","repository":{"id":163143312,"uuid":"638466139","full_name":"uosyph/alx-higher_level_programming","owner":"uosyph","description":"ALX Higher-Level Programming Repository - A collection of programs and scripts in Python, JavaScript, SQL, and more developed during the ALX Software Engineering Program, covering advanced programming concepts such as object-oriented programming, automated testing, and web development.","archived":false,"fork":false,"pushed_at":"2024-06-18T19:39:45.000Z","size":199,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-25T12:13:24.861Z","etag":null,"topics":["alx","alx-africa","alx-curriculum","alx-higher-level-programming","c","html","javascript","python"],"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/uosyph.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}},"created_at":"2023-05-09T12:34:45.000Z","updated_at":"2024-06-19T18:58:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"3fb9eee9-1ee2-4808-907c-d88c3cf379db","html_url":"https://github.com/uosyph/alx-higher_level_programming","commit_stats":null,"previous_names":["uosyph/alx-higher_level_programming"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/uosyph/alx-higher_level_programming","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uosyph%2Falx-higher_level_programming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uosyph%2Falx-higher_level_programming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uosyph%2Falx-higher_level_programming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uosyph%2Falx-higher_level_programming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uosyph","download_url":"https://codeload.github.com/uosyph/alx-higher_level_programming/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uosyph%2Falx-higher_level_programming/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259453488,"owners_count":22860084,"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":["alx","alx-africa","alx-curriculum","alx-higher-level-programming","c","html","javascript","python"],"created_at":"2025-05-25T12:13:24.520Z","updated_at":"2026-05-06T08:35:00.990Z","avatar_url":"https://github.com/uosyph.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.alxafrica.com/\"\u003e\n    \u003cimg src=\"http://www.alxafrica.com/wp-content/uploads/2022/01/header-logo.png\" width=\"200px\" alt=\"ALX\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# Higher-Level Programming - Object-Oriented Programming, Automated Testing, and Web Development.\n\nThis repository contains a collection of programs and scripts created during the higher-level programming track of the ALX Software Engineering Program.\nThe projects are primarily written in Python, with some also covering JavaScript, SQL, and other technologies.\n\n## Overview\n\nThe ALX Higher-Level Programming track focuses on advanced programming concepts, including data structures, algorithms, web scraping, and more.\nThis repository serves as a comprehensive guide and reference for the projects completed during the course.\n\n## Projects\n\n-   [0x00. Python - Hello, World](./0x00-python-hello_world/)\n-   [0x01. Python - if/else, loops, functions](./0x01-python-if_else_loops_functions/)\n-   [0x02. Python - import \u0026 modules](./0x02-python-import_modules/)\n-   [0x03. Python - Data Structures](./0x03-python-data_structures/)\n-   [0x04. Python - More Data Structures](./0x04-python-more_data_structures/)\n-   [0x05. Python - Exceptions](./0x05-python-exceptions/)\n-   [0x06. Python - Classes](./0x06-python-classes/)\n-   [0x07. Python - Test-driven development](./0x07-python-test_driven_development/)\n-   [0x08. Python - More Classes](./0x08-python-more_classes/)\n-   [0x09. Python - Everything is object](./0x09-python-everything_is_object/)\n-   [0x0A. Python - Inheritance](./0x0A-python-inheritance/)\n-   [0x0B. Python - Input/Output](./0x0B-python-input_output/)\n-   [0x0C. Python - Almost a Circle](./0x0C-python-almost_a_circle/)\n-   [0x0D. SQL - Introduction](./0x0D-SQL_introduction/)\n-   [0x0E. SQL - More queries](./0x0E-SQL_more_queries/)\n-   [0x0F. Python - Object-relational mapping](./0x0F-python-object_relational_mapping/)\n-   [0x10. Python - Network #0](./0x10-python-network_0/)\n-   [0x11. Python - Network #1](./0x11-python-network_1/)\n-   [0x12. JavaScript - Warm up](./0x12-javascript-warm_up/)\n-   [0x13. JavaScript - Objects, scopes, and closures](./0x13-javascript_objects_scopes_closures/)\n-   [0x14. JavaScript - Web scraping](./0x14-javascript-web_scraping/)\n-   [0x15. JavaScript - Web jQuery](./0x15-javascript-web_jquery/)\n\n## Author\n\n**Yousef Saeed**:\n[GitHub](https://github.com/uosyph)\n[LinkedIn](https://linkedin.com/in/uosyph)\n[X](https://twitter.com/uosyph)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuosyph%2Falx-higher_level_programming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuosyph%2Falx-higher_level_programming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuosyph%2Falx-higher_level_programming/lists"}