{"id":31782082,"url":"https://github.com/amjadsaleh1/100-days-of-python","last_synced_at":"2026-04-29T23:01:49.365Z","repository":{"id":315041014,"uuid":"1057808200","full_name":"AmjadSaleh1/100-days-of-python","owner":"AmjadSaleh1","description":"My solutions and projects from the \"100 Days of Code: Python Pro Bootcamp\". Covers Python basics, OOP, automation, web development, APIs, data science, and more.","archived":false,"fork":false,"pushed_at":"2025-09-16T09:40:04.000Z","size":12018,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-16T11:52:50.103Z","etag":null,"topics":["automation","flask","python","selenium"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/AmjadSaleh1.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-16T08:30:33.000Z","updated_at":"2025-09-16T09:49:15.000Z","dependencies_parsed_at":"2025-09-16T12:05:58.158Z","dependency_job_id":null,"html_url":"https://github.com/AmjadSaleh1/100-days-of-python","commit_stats":null,"previous_names":["amjadsaleh1/100-days-of-python"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/AmjadSaleh1/100-days-of-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmjadSaleh1%2F100-days-of-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmjadSaleh1%2F100-days-of-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmjadSaleh1%2F100-days-of-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmjadSaleh1%2F100-days-of-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AmjadSaleh1","download_url":"https://codeload.github.com/AmjadSaleh1/100-days-of-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmjadSaleh1%2F100-days-of-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003393,"owners_count":26083580,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["automation","flask","python","selenium"],"created_at":"2025-10-10T09:14:27.969Z","updated_at":"2026-04-29T23:01:49.355Z","avatar_url":"https://github.com/AmjadSaleh1.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 100 Days of Python – My Progress\n\nThis repository contains my work from the Udemy course  \n**100 Days of Code: The Complete Python Pro Bootcamp** by Angela Yu.\n\n---\n\n## 📚 About the Course\n- A 100-day challenge to learn Python step by step.  \n- Covers topics like Python basics, OOP, GUI, web development, APIs, web scraping, data science, and automation.  \n- Each day includes a coding exercise or project.  \n- By the end: 100 projects + strong foundations in Python and real-world tools.\n\n---\n\n## 🎯 My Goal\n- Refresh and master Python.  \n- Build consistency by coding every day.  \n- Push all my progress to GitHub.  \n- created links for some of the projects\n\n---\n\n## 📂 Repository Structure\n- `day1`, `day2`, … → Daily exercises \u0026 small projects.  \n- Some folders combine multiple days (e.g. `day23+day24`).  \n- Secrets/API keys were removed and replaced with safe placeholders.  \n\n---\n\n## 🚀 Progress\n*(Currently uploaded: Day 01 → Day 64)*\n\n- Day 01 – Variables \u0026 Printing  \n- Day 02 – Data Types  \n- Day 03 – Control Flow  \n- Day 04 – Randomisation \u0026 Lists  \n- Day 05 – Loops  \n- Day 06 – Functions  \n- Day 07 – Hangman Game  \n- Day 08 – Caesar Cipher  \n- Day 09 – Dictionaries \u0026 Nesting  \n- Day 10 – Functions with Outputs  \n- Day 11 – Blackjack Game  \n- Day 12 – Number Guessing Game  \n- Day 13 – Debugging  \n- Day 14 – Higher/Lower Game  \n- Day 15 – Coffee Machine (OOP Project)  \n- Day 20 – Snake Game (→ [snake-game repo](https://github.com/AmjadSaleh1/snake-game))  \n- Day 55 – Flask Movie Rating App (→ [flask-movie-rating-app repo](https://github.com/AmjadSaleh1/flask-movie-rating-app))  \n- Day 55 – Flask Movie Rating App \n- Day 56 – Blog with Users (Flask + SQLAlchemy)  \n- Day 57 – Authentication with Flask-Login  \n- Day 58 – Bootstrap \u0026 Flask styling  \n- Day 59 – REST APIs with Flask  \n- Day 60 – Capstone: Blog Website with Users + Authentication  \n- Day 61 – Data Science: Analyzing Google Trends  \n- Day 62 – Data Science: Analyzing Lego Dataset  \n- Day 63 – Data Science: Analyzing Fandango Movie Ratings  \n- Day 64 – Capstone: Top 10 Movies Website -\u003e [Rating-Movie Repo link](https://github.com/AmjadSaleh1/Rating-Movies)\n- Day 66 - Built a RESTful API with Flask, implementing CRUD operations using HTTP methods (GET, POST, PUT/PATCH, DELETE) and testing/documenting endpoints with Postman\n\n\n---\n\n## 🔗 Next Steps\n- Continue from Day 65 → Day 100.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famjadsaleh1%2F100-days-of-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famjadsaleh1%2F100-days-of-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famjadsaleh1%2F100-days-of-python/lists"}