{"id":20287104,"url":"https://github.com/codewithsegnet/alx-higher_level_programming","last_synced_at":"2025-03-04T04:14:36.718Z","repository":{"id":64274793,"uuid":"571810330","full_name":"CodewithSegNet/alx-higher_level_programming","owner":"CodewithSegNet","description":"Write a Shell script that runs a Python script.","archived":false,"fork":false,"pushed_at":"2023-05-27T11:26:19.000Z","size":1262,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-14T08:24:14.097Z","etag":null,"topics":["python3","shell"],"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/CodewithSegNet.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,"publiccode":null,"codemeta":null}},"created_at":"2022-11-28T23:42:10.000Z","updated_at":"2023-02-08T10:05:59.000Z","dependencies_parsed_at":"2024-11-14T14:39:22.320Z","dependency_job_id":"27553a8e-a39d-4b96-875e-afbc0fb72bed","html_url":"https://github.com/CodewithSegNet/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/CodewithSegNet%2Falx-higher_level_programming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodewithSegNet%2Falx-higher_level_programming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodewithSegNet%2Falx-higher_level_programming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodewithSegNet%2Falx-higher_level_programming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodewithSegNet","download_url":"https://codeload.github.com/CodewithSegNet/alx-higher_level_programming/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241780497,"owners_count":20019061,"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":["python3","shell"],"created_at":"2024-11-14T14:38:11.391Z","updated_at":"2025-03-04T04:14:36.685Z","avatar_url":"https://github.com/CodewithSegNet.png","language":"Python","readme":"![img](https://assets.imaginablefutures.com/media/images/ALX_Logo.max-200x150.png)\n\n# Zen (Python) \n\n\u003eNot sure if C has taught me to think like a programmer or python is just really easy.\n\n\u003cdetails\u003e\n\u003csummary\u003eThe Zen of Python, by Tim Peters\u003c/summary\u003e\n\u003cbr\u003e\nBeautiful is better than ugly.\u003cbr\u003e\nExplicit is better than implicit.\u003cbr\u003e\nSimple is better than complex.\u003cbr\u003e\nComplex is better than complicated.\u003cbr\u003e\nFlat is better than nested.\u003cbr\u003e\nSparse is better than dense.\u003cbr\u003e\nReadability counts.\u003cbr\u003e\nSpecial cases aren't special enough to break the rules.\u003cbr\u003e\nAlthough practicality beats purity.\u003cbr\u003e\nErrors should never pass silently.\u003cbr\u003e\nUnless explicitly silenced.\u003cbr\u003e\nIn the face of ambiguity, refuse the temptation to guess.\u003cbr\u003e\nThere should be one-- and preferably only one --obvious way to do it.\u003cbr\u003e\nAlthough that way may not be obvious at first unless you're Dutch.\u003cbr\u003e\nNow is better than never.\u003cbr\u003e\nAlthough never is often better than *right* now.\u003cbr\u003e\nIf the implementation is hard to explain, it's a bad idea.\u003cbr\u003e\nIf the implementation is easy to explain, it may be a good idea.\u003cbr\u003e\nNamespaces are one honking great idea -- let's do more of those!\n\n\u003c/details\u003e\n\n\u003eI thought I had escaped [betty](https://github.com/alx_Africa/Betty), but here we have [PEP8](https://www.python.org/dev/peps/pep-0008/)\n\n\u003cdetails\u003e\n\u003csummary\u003e Install Python3, pip3 and pycodestyle\u003c/summary\u003e\n\n- Pycodestyle is now the new standard of Python style code.\n\n\u003cpre\u003e$ sudo apt-get install python3 python3-pip\u003cbr\u003e$ pip install pycodestyle\u003c/pre\u003e\n\n- Confirm you have the right version.\n\n\u003cpre\u003e$ pycodestyle --version\u003cbr\u003e$\u003c/pre\u003e\n\n\u003c/details\u003e\n\n## About\n\n- This repository consists of all the .Subject projects done with [ALX Africa](https://www.alxafrica.com/) Full stack Software Engineering course by [Segnet](https://https://github.com/CodewithSegNet/).\n\n\n## Resource\n\n- [The Python Tutorial](https://docs.python.org/3/tutorial/index.html)\n- [Learn to Program](https://www.youtube.com/playlist?list=PLGLfVvz_LVvTn3cK5e6LjhgGiSeVlIRwt)\n- [The Python Handbook](https://www.freecodecamp.org/news/the-python-handbook/)\n- [pycodestyle](https://pypi.org/project/pycodestyle/)\n\n---\n\n- [0x00](./0x00-python-hello_world) : Hello, World.\n- [0x01](./0x01-python-if_else_loops_functions) : if/else, loops, functions.\n- [0x02](./0x02-python-import_modules) : import \u0026 modules.\n- [0x03](./0x03-python-data_structures) : Data Structures: Lists, Tuples.\n- [0x0D](./0x0D-SQL_introduction) : SQL - Introduction.\n- [0x0E](./0x0E-SQL_more_queries) : SQL - More queries.\n- [0x10](./0x10-python-network_0) : Python - Network #0.\n- [0x11](./0x11-python-network_1) : Python - Network #1.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithsegnet%2Falx-higher_level_programming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewithsegnet%2Falx-higher_level_programming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithsegnet%2Falx-higher_level_programming/lists"}