{"id":22706504,"url":"https://github.com/wendymunyasi/alx-higher_level_programming","last_synced_at":"2026-03-06T21:33:05.738Z","repository":{"id":37446073,"uuid":"498048924","full_name":"wendymunyasi/alx-higher_level_programming","owner":"wendymunyasi","description":"Learning Python.","archived":false,"fork":false,"pushed_at":"2023-01-21T07:34:05.000Z","size":473,"stargazers_count":6,"open_issues_count":0,"forks_count":12,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T12:13:02.522Z","etag":null,"topics":["c","es6","javascript","mysql","mysql-database","oop","orm","python-script","python3","shell","shell-script","sqlalchemy","tdd-python","unittests"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wendymunyasi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-30T18:05:20.000Z","updated_at":"2024-10-19T18:18:04.000Z","dependencies_parsed_at":"2023-02-12T08:30:35.271Z","dependency_job_id":null,"html_url":"https://github.com/wendymunyasi/alx-higher_level_programming","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wendymunyasi/alx-higher_level_programming","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wendymunyasi%2Falx-higher_level_programming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wendymunyasi%2Falx-higher_level_programming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wendymunyasi%2Falx-higher_level_programming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wendymunyasi%2Falx-higher_level_programming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wendymunyasi","download_url":"https://codeload.github.com/wendymunyasi/alx-higher_level_programming/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wendymunyasi%2Falx-higher_level_programming/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30198661,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["c","es6","javascript","mysql","mysql-database","oop","orm","python-script","python3","shell","shell-script","sqlalchemy","tdd-python","unittests"],"created_at":"2024-12-10T10:08:51.623Z","updated_at":"2026-03-06T21:33:05.694Z","avatar_url":"https://github.com/wendymunyasi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Name\n**Higher-level programming \u0026 Algorithm**\n\n## Author's Details\nName: *Wendy Munyasi.*\n\nEmail: *wendymunyasi@gmail.com*\n\nTel: *+254707240068.*\n\n## Technologies\n* Shell Scripts written in Bash 5.0.17(1).\n* Python scripts interpreted/compiled using python3 (version 3.8.5).\n* Python scripts use **pycodestyle** (version `2.8.*`).\n* C files are compiled using `gcc 9.4.0`.\n* C files are written according to the `C99` standard.\n* Tested on Ubuntu 20.04 LTS.\n\n## Projects\nAll of the following folders are projects done during the studies:\n\n| Project name | Description |\n| ------------ | ----------- |\n| [`0x00. Python - Hello, World`](https://github.com/wendymunyasi/alx-higher_level_programming/tree/master/0x00-python-hello_world) | It aims to learn about python programming, the Zen of Python, how to use Python interpreter and print text using `print` in **Python language**.|\n| [`0x00. AirBnB clone - The console`](https://github.com/nancymuthee/AirBnB_clone) | It aims to learn how to write a command interpreter in **Python language**.|\n| [`0x01. Python - if/else, loops, functions`](https://github.com/wendymunyasi/alx-higher_level_programming/tree/master/0x01-python-if_else_loops_functions) | It aims to learn about if, else and loops in **Python language**.|\n| [`0x01. AirBnB clone - Web static`](https://github.com/nancymuthee/AirBnB_clone) | It aims to build the FE for the AirBnB project.|\n| [`0x02. Python - import \u0026 modules`](https://github.com/wendymunyasi/alx-higher_level_programming/tree/master/0x02-python-import_modules) | It aims to learn about importing functions from another file and modules in **Python language**.|\n| [`0x03. Python - Data Structures: Lists, Tuples`](https://github.com/wendymunyasi/alx-higher_level_programming/tree/master/0x03-python-data_structures) | It aims to learn about data structures - lists and tuples - in **Python language**.|\n| [`0x04. Python - More Data Structures: Set, Dictionary`](https://github.com/wendymunyasi/alx-higher_level_programming/tree/master/0x04-python-more_data_structures) | It aims to learn more about data structures - sets, dictionaries, lamda functions etc in **Python language**.|\n| [`0x05. Python - Exceptions`](https://github.com/wendymunyasi/alx-higher_level_programming/tree/master/0x05-python-exceptions) | It aims to learn more about exceptions and how to correctly handle them in **Python language**.|\n| [`0x06. Python - Classes and Objects`](https://github.com/wendymunyasi/alx-higher_level_programming/tree/master/0x06-python-classes) | It aims to learn more about objects and classes in **Python language**.|\n| [`0x07. Python - Test-driven development`](https://github.com/wendymunyasi/alx-higher_level_programming/tree/master/0x07-python-test_driven_development) | It aims to learn more about interactive testing and unit testing in **Python language**.|\n| [`0x08. Python - More Classes and Objects`](https://github.com/wendymunyasi/alx-higher_level_programming/tree/master/0x08-python-more_classes) | It aims to learn more about classes and objects in **Python language**.|\n| [`0x09. Python - Everything is object`](https://github.com/wendymunyasi/alx-higher_level_programming/tree/master/0x09-python-everything_is_object) | It aims to dive deeper into objects in **Python language**.|\n| [`0x10. Python - Network #0`](https://github.com/wendymunyasi/alx-higher_level_programming/tree/master/0x10-python-network_0) | It aims to learn about JavaScript programming.|\n| [`0x12. JavaScript - Warm up`](https://github.com/wendymunyasi/alx-higher_level_programming/tree/master/0x12-javascript-warm_up) | It aims to learn about HTTP, domains, URLS etc.|\n| [`0x13. JavaScript - Objects, Scopes and Closures`](https://github.com/wendymunyasi/alx-higher_level_programming/tree/master/0x13-javascript_objects_scopes_closures) | It aims to learn about the `this` keyword, ojects, scopes and closures in **JavaScript** language.|\n| [`0x14. JavaScript - Web scraping`](https://github.com/wendymunyasi/alx-higher_level_programming/tree/master/0x14-javascript-web_scraping) | It aims to learn about web scraping - JSON data, APIs etc in **JavaScript** language.|\n| [`0x15. JavaScript - Web jQuery`](https://github.com/wendymunyasi/alx-higher_level_programming/tree/master/0x15-javascript-web_jquery) | It aims to learn about front-end programming and using JQuery/JQuery Ajax in **JavaScript** language.|\n| [`0x0A. Python - Inheritance`](https://github.com/wendymunyasi/alx-higher_level_programming/tree/master/0x0A-python-inheritance) | It aims to learn about inheritance in **Python language**.|\n| [`0x0B. Python - Input/Output`](https://github.com/wendymunyasi/alx-higher_level_programming/tree/master/0x0B-python-input_output) | It aims to learn about input, output and using JSON in **Python language**.|\n| [`0x0C. Python - Almost a circle`](https://github.com/wendymunyasi/alx-higher_level_programming/tree/master/0x0C-python-almost_a_circle) | It aims to review everything learnt so far in **Python language**.|\n| [`0x0D. SQL - Introduction`](https://github.com/wendymunyasi/alx-higher_level_programming/tree/master/0x0D-SQL_introduction) | It aims to leanrn about MySQL database and how to use it.|\n| [`0x0E. SQL - More queries`](https://github.com/wendymunyasi/alx-higher_level_programming/tree/master/0x0E-SQL_more_queries) | It aims to learn more about MySQL with regards to queries.|\n| [`0x0F. Python - Object-relational mapping`](https://github.com/wendymunyasi/alx-higher_level_programming/tree/master/0x0F-python-object_relational_mapping) | It aims to learn about the `this` keyword, ojects, scopes and closures in **JavaScript** language.|\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwendymunyasi%2Falx-higher_level_programming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwendymunyasi%2Falx-higher_level_programming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwendymunyasi%2Falx-higher_level_programming/lists"}