{"id":15442719,"url":"https://github.com/jevxtn/python-101","last_synced_at":"2025-10-07T08:21:29.695Z","repository":{"id":248813240,"uuid":"829857940","full_name":"Jevxtn/python-101","owner":"Jevxtn","description":"Welcome to Python 101! This repository is designed for beginners who are new to programming and want to learn Python from the ground up.","archived":false,"fork":false,"pushed_at":"2024-07-27T07:10:32.000Z","size":78,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-18T13:15:04.638Z","etag":null,"topics":["beginner-code","beginner-friendly","python","python-3","python-script","python3"],"latest_commit_sha":null,"homepage":"https://www.python.org/","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/Jevxtn.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":"2024-07-17T06:19:27.000Z","updated_at":"2024-07-27T07:10:35.000Z","dependencies_parsed_at":"2024-07-31T04:10:53.880Z","dependency_job_id":"bcab154d-52d4-427a-a882-0e78bd36ddd9","html_url":"https://github.com/Jevxtn/python-101","commit_stats":null,"previous_names":["jevxtn/web-scrape","jevxtn/python-101"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jevxtn%2Fpython-101","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jevxtn%2Fpython-101/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jevxtn%2Fpython-101/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jevxtn%2Fpython-101/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jevxtn","download_url":"https://codeload.github.com/Jevxtn/python-101/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245986677,"owners_count":20705249,"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":["beginner-code","beginner-friendly","python","python-3","python-script","python3"],"created_at":"2024-10-01T19:29:37.982Z","updated_at":"2025-10-07T08:21:24.635Z","avatar_url":"https://github.com/Jevxtn.png","language":"Python","readme":"\u003cdiv align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003ch1\u003eThe Legend of Python 🐍\u003c/h1\u003e\n  \u003cstrong\u003eGitHub repo with beginner-friendly problems in Python\u003c/strong\u003e\n\u003c/div\u003e\n\u003cbr\u003e\n\n\u003cstrong\u003eWho invented Python?\u003c/strong\u003e\n\u003cbr\u003e\nIn the late 1980s, history was about to be written. It was that time when working on Python started. Soon after that, Guido Van Rossum began doing its application-based work in December of 1989 at Centrum Wiskunde \u0026 Informatica (CWI) which is situated in the Netherlands. It was started as a hobby project because he was looking for an interesting project to keep him occupied during Christmas.\n\nWelcome to The Legend of Python GitHub repo! We are super excited to have you. Feel free to make pull requests to add your own twists on the exercises!\n\n### Website: www.python.org\n\n## \u003cimg src=\"https://raw.githubusercontent.com/codedex-io/python-101/main/assets/badge_earth.png\" height=\"20\" style=\"vertical-align: middle\"\u003e Hello World\n\n- [`hello_world.py`](https://github.com/Jevxtn/python-101/blob/main/1-hello-world/02_hello_world.py)\n- [`pattern.py`](https://github.com/Jevxtn/python-101/blob/main/1-hello-world/03_pattern.py)\n- [`initials.py`](https://github.com/Jevxtn/python-101/blob/main/1-hello-world/04_initials.py)\n- [`letter.py`](https://github.com/Jevxtn/python-101/blob/main/1-hello-world/05_letter.py)\n\n## \u003cimg src=\"https://raw.githubusercontent.com/codedex-io/python-101/main/assets/badge_equal.png\" height=\"21\" style=\"vertical-align: middle\"\u003e Variables\n\n- [`temperature.py`](https://github.com/Jevxtn/python-101/blob/main/2-variables/07_temperature.py)\n- [`bmi.py`](https://github.com/Jevxtn/python-101/blob/main/2-variables/08_bmi.py)\n- [`hypotenuse.py`](https://github.com/Jevxtn/python-101/blob/main/2-variables/09_hypotenuse.py)\n- [`quadratic.py`](https://github.com/Jevxtn/python-101/blob/main/2-variables/09_quadratic.py)\n- [`currency.py`](https://github.com/Jevxtn/python-101/blob/main/2-variables/10_currency.py)\n\n## \u003cimg src=\"https://raw.githubusercontent.com/codedex-io/python-101/main/assets/badge_fork.png\" height=\"20\"\u003e Control Flow\n\n- [`coin_flip.py`](https://github.com/Jevxtn/python-101/blob/main/3-control-flow/11_coin_flip.py)\n- [`grades.py`](https://github.com/Jevxtn/python-101/blob/main/3-control-flow/12_grades.py)\n- [`ph_levels.py`](https://github.com/Jevxtn/python-101/blob/main/3-control-flow/13_ph_levels.py)\n- [`magic_8_ball.py`](https://github.com/Jevxtn/python-101/blob/main/3-control-flow/14_magic_8_ball.py)\n- [`the_cyclone.py`](https://github.com/Jevxtn/python-101/blob/main/3-control-flow/15_the_cyclone_1.py)\n- [`sorting_hat_1.py`](https://github.com/Jevxtn/python-101/blob/main/3-control-flow/16_sorting_hat_1.py)\n- [`sorting_hat_2.py`](https://github.com/Jevxtn/python-101/blob/main/3-control-flow/16_sorting_hat_2.py)\n\n## \u003cimg src=\"https://raw.githubusercontent.com/codedex-io/python-101/main/assets/badge_loop.png\" height=\"18\"\u003e Loops\n\n- [`enter_pin.py`](https://github.com/Jevxtn/python-101/blob/main/4-loops/17_enter_pin.py)\n- [`guess_number.py`](https://github.com/Jevxtn/python-101/blob/main/4-loops/18_guess_number.py)\n- [`detention.py`](https://github.com/Jevxtn/python-101/blob/main/4-loops/19_detention.py)\n- [`99_bottles.py`](https://github.com/Jevxtn/python-101/blob/main/4-loops/20_99_bottles.py)\n- [`fizz_buzz.py`](https://github.com/Jevxtn/python-101/blob/main/4-loops/21_fizz_buzz.py)\n\n## \u003cimg src=\"https://raw.githubusercontent.com/codedex-io/python-101/main/assets/badge_lists.png\" height=\"20\" style=\"vertical-align: middle;\"\u003e Lists\n\n- [`grocery.py`](https://github.com/Jevxtn/python-101/blob/main/5-lists/22_grocery.py)\n- [`todo.py`](https://github.com/Jevxtn/python-101/blob/main/5-lists/23_todo.py)\n- [`inventory.py`](https://github.com/Jevxtn/python-101/blob/main/5-lists/24_inventory.py)\n- [`reading.py`](https://github.com/Jevxtn/python-101/blob/main/5-lists/25_reading_list.py)\n- [`mixtape.py`](https://github.com/Jevxtn/python-101/blob/main/5-lists/26_mixtape.py)\n- [`bucket_list.py`](https://github.com/Jevxtn/python-101/blob/main/5-lists/27_bucket_list.py)\n\n## \u003cimg src=\"https://raw.githubusercontent.com/codedex-io/python-101/main/assets/badge-6-functions.png\" height=\"20\"\u003e Functions\n\n- [`dry.py`](https://github.com/Jevxtn/python-101/blob/main/6-functions/28_dry.py)\n- [`fortune_cookie_1.py`](https://github.com/Jevxtn/python-101/blob/main/6-functions/29_fortune_cookie_1.py)\n- [`fortune_cookie_2.py`](https://github.com/Jevxtn/python-101/blob/main/6-functions/29_fortune_cookie_2.py)\n- [`rocket.py`](https://github.com/Jevxtn/python-101/blob/main/6-functions/30_rocket.py)\n- [`calculator.py`](https://github.com/Jevxtn/python-101/blob/main/6-functions/31_calculator.py)\n- [`stonks.py`](https://github.com/Jevxtn/python-101/blob/main/6-functions/32_stonks.py)\n- [`drive_thru.py`](https://github.com/Jevxtn/python-101/blob/main/6-functions/33_drive_thru.py)\n\n## \u003cimg src=\"https://raw.githubusercontent.com/codedex-io/python-101/main/assets/badge_classes_and_objects.png\" height=\"20\" style=\"vertical-align: middle;\"\u003e Classes \u0026 Objects\n\n- [`restaurants.py`](https://github.com/Jevxtn/python-101/blob/main/7-classes-objects/34_restaurants.py)\n- [`bobs_burgers.py`](https://github.com/Jevxtn/python-101/blob/main/7-classes-objects/35_bobs_burgers.py)\n- [`favorite_cities.py`](https://github.com/Jevxtn/python-101/blob/main/7-classes-objects/36_favorite_cities.py)\n- [`bank_accounts.py`](https://github.com/Jevxtn/python-101/blob/main/7-classes-objects/37_bank_accounts.py)\n- [`pokedex_1.py`](https://github.com/Jevxtn/python-101/blob/main/7-classes-objects/38_pokedex_1.py)\n- [`pokedex_2.py`](https://github.com/Jevxtn/python-101/blob/main/7-classes-objects/38_pokedex_2.py)\n\n## \u003cimg src=\"https://raw.githubusercontent.com/codedex-io/python-101/main/assets/badge_modules.png\" height=\"20\"\u003e Modules\n\n- [`slot_machine.py`](https://github.com/Jevxtn/python-101/blob/main/8-modules/39_slot_machine_1.py)\n- [`slot_machine.py`](https://github.com/Jevxtn/python-101/blob/main/8-modules/39_slot_machine_2.py)\n- [`solar_system.py`](https://github.com/Jevxtn/python-101/blob/main/8-modules/40_solar_system.py)\n- [`bday_messages.py`](https://github.com/Jevxtn/python-101/blob/main/8-modules/41_bday_messages.py)\n- [`main.py`](https://github.com/Jevxtn/python-101/blob/main/8-modules/41_main.py)\n- [`forty_two.py`](https://github.com/Jevxtn/python-101/blob/main/8-modules/42_forty_two.py)\n- [`zen.py`](https://github.com/Jevxtn/python-101/blob/main/8-modules/43_zen.py)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjevxtn%2Fpython-101","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjevxtn%2Fpython-101","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjevxtn%2Fpython-101/lists"}