{"id":25115576,"url":"https://github.com/lindotex/100dayswithpython","last_synced_at":"2025-04-02T11:40:52.927Z","repository":{"id":204976106,"uuid":"713101646","full_name":"lindotex/100DaysWithPython","owner":"lindotex","description":"My follow up about the udemy web course \"100 days with python\", by Dr. Angela Yu.","archived":false,"fork":false,"pushed_at":"2024-05-13T08:49:59.000Z","size":3267,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T02:31:59.241Z","etag":null,"topics":["algori","artificial-intelligence","backend","data-science","frontend","python"],"latest_commit_sha":null,"homepage":"https://www.udemy.com/course/100-days-of-code/","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/lindotex.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-01T20:56:09.000Z","updated_at":"2023-11-04T11:23:40.000Z","dependencies_parsed_at":"2024-01-11T20:34:03.132Z","dependency_job_id":null,"html_url":"https://github.com/lindotex/100DaysWithPython","commit_stats":null,"previous_names":["lindotex/100dayswithpython"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lindotex%2F100DaysWithPython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lindotex%2F100DaysWithPython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lindotex%2F100DaysWithPython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lindotex%2F100DaysWithPython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lindotex","download_url":"https://codeload.github.com/lindotex/100DaysWithPython/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246811062,"owners_count":20837745,"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":["algori","artificial-intelligence","backend","data-science","frontend","python"],"created_at":"2025-02-08T02:29:50.267Z","updated_at":"2025-04-02T11:40:52.238Z","avatar_url":"https://github.com/lindotex.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \\#100DaysWithPython\r\n\r\n## A Complete Python Bootcamp, developed by Dr. Angela Yu.\r\n\r\n✅ You will master the Python programming language by building 100 unique projects over 100 days.\u003cbr/\u003e\r\n✅ You will learn automation, game, app and web development, data science and machine learning all using Python.\u003cbr/\u003e\r\n✅ You will be able to program in Python professionally;\u003cbr/\u003e\r\n✅ You will learn Selenium, Beautiful Soup, Request, Flask, Pandas, NumPy, Scikit Learn, Plotly, and Matplotlib.\u003cbr/\u003e\r\n✅ Create a portfolio of 100 Python projects to apply for developer jobs;\u003cbr/\u003e\r\n✅ Be able to build fully fledged websites and web apps with Python;\u003cbr/\u003e\r\n✅ Be able to use Python for data science and machine learning;\u003cbr/\u003e\r\n✅ Build games like Blackjack, Pong and Snake using Python;\u003cbr/\u003e\r\n✅ Build GUIs and Desktop applications with Python.\u003cbr/\u003e\r\n\r\n1. Beginner\r\n   - [x] Day 001 | Working with Variables in Python to Manage data.\r\n   - [x] Day 002 | Understanding Data Types and How to Manipulate Strings.\r\n   - [x] Day 003 | Control Flow and Logical Operators.\r\n   - [x] Day 004 | Randomization and Python List.\r\n   - [x] Day 005 | Python Loops.\r\n   - [x] Day 006 | Python Functions and Karel.\r\n   - [x] Day 007 | Hangman.\r\n   - [x] Day 008 | Functions Parameters and Caesar Cipher.\r\n   - [x] Day 009 | Dictionaries, Nesting and Secret Auction.\r\n   - [x] Day 010 | Functions with Outputs.\r\n   - [x] Day 011 | The Blackjack Capstone Project.\r\n   - [x] Day 012 | Scope and Number Guessing Game.\r\n   - [x] Day 013 | Debugging: How to find and Fix Errors in your code.\r\n   - [x] Day 014 | High Lower Game Project.\r\n2. Intermediate\r\n\r\n   - [x] Day 015 | Local Development Environment Setup and the Coffee Machine.\r\n   - [x] Day 016 | Object Oriented Programming (OOP).\r\n   - [x] Day 017 | The Quiz Project and the Benefits of OOP.\r\n   - [x] Day 018 | Turtle and the Graphical User Interface (GUI).\r\n   - [ ] Day 019 | Instances, State and Higher Order Functions.\r\n   - [ ] Day 020 | Build the Snake Game Part One: Animation and Coordinates.\r\n   - [ ] Day 021 | Build the Snake Game Part two: Inheritance and List Slicing.\r\n   - [ ] Day 022 | Build Pong: The Famous Arcade Game.\r\n   - [ ] Day 023 | The Turtle Crossing **Capstone** Project.\r\n   - [ ] Day 024 | Files, Directories and Paths.\r\n   - [ ] Day 025 | Working with CSV Data and the Pandas.\r\n   - [ ] Day 026 | List Comprehension and the NATO Alphabet.\r\n   - [ ] Day 027 | Tkinter, args[^1], kwargs[^2] and Creating GUI Programs.\r\n   - [ ] Day 028 | Tkinter, Dynamic Typing and the Pomodoro GUI Application.\r\n   - [ ] Day 029 | Building a Password Manager GUI Application with TKinter.\r\n   - [ ] Day 030 | Errors, Exceptions and JSON Data: Improving the Password.\r\n   - [ ] Day 031 | Flash card App **Capstone** Project.\r\n\r\n3. Intermediate+\r\n\r\n   - [ ] Day 032 | Send Email (smtplib) and Manage Dates (datetime).\r\n   - [ ] Day 033 | API endpoints and API Parameters ISS Overhead Notifier.\r\n   - [ ] Day 034 | API Practice, Creating a **GUI QUIZ APP**.\r\n   - [ ] Day 035 | Keys, Authentication and Environment Variables. Send SMS.\r\n   - [ ] Day 036 | Stock Trading News Alert Project.\r\n   - [ ] Day 037 | Habitat Tracking Project. API Post requests and Headers.\r\n   - [ ] Day 038 | Workout tracking Using Google Sheets.\r\n   - [ ] Day 039 | **Capstone** part One: Right deal finder.\r\n   - [ ] Day 040 | **Capstone** part two: Flight Club.\r\n\r\n4. Web Fundation\r\n\r\n   - [ ] Day 041 | Introduction to HTML.\r\n   - [ ] Day 042 | Intermediate HTML.\r\n   - [ ] Day 043 | Introduction to CSS.\r\n   - [ ] Day 044 | Intermediate CSS.\r\n\r\n5. Intermediate++\r\n\r\n   - [ ] Day 045 | Web Scraping with beautiful Soup.\r\n   - [ ] Day 046 | Create a Spotify playlist using the Musical Time Machine.\r\n   - [ ] Day 047 | Create an automated Amazon Price Tracker.\r\n   - [ ] Day 048 | Selenium webdriver Browser and game playing Bot.\r\n   - [ ] Day 049 | Automating Job Applications on LinkedIn.\r\n   - [ ] Day 050 | Auto Tinder Swapping Bot.\r\n   - [ ] Day 051 | Internet twitter Complaint Bot.\r\n   - [ ] Day 052 | Instagram Follower Bot.\r\n   - [ ] Day 053 | Web Scraping **Capstone**: Data entry Job Automation.\r\n   - [ ] Day 054 | Introduction to Web application with Flask.\r\n   - [ ] Day 055 | HTML and URL parsing in Flask and the Higher-Lower Game.\r\n   - [ ] Day 056 | Rendering HTML/Static files and Using Website Templates.\r\n   - [ ] Day 057 | Template with Jinja in Flask applications.\r\n\r\n6. Web Foundations pt.2\r\n\r\n   - [ ] Day 058 | - Bootstrap\r\n\r\n7. Advanced\r\n\r\n   - [ ] Day 059 | Blog **Capstone** Project Part Two: Adding Styling.\r\n   - [ ] Day 060 | Make POST request with Flask and HTML forms.\r\n   - [ ] Day 061 | Building advanced forms with Flask-WTForms.\r\n   - [ ] Day 062 | Flask, WTForms, Bootstrap and CSS: Coffee and Wifi project.\r\n   - [ ] Day 063 | Databases with SQLlite and SQLAlchemy.\r\n   - [ ] Day 064 | My top 10 Movies Website.\r\n   - [ ] Day 065 | How to create a website that people will love?\r\n   - [ ] Day 066 | Building your own API with RESTful Routing.\r\n   - [ ] Day 067 | Blog **Capstone** Project part three: RESTful Routing.\r\n   - [ ] Day 068 | Authentication with Flask.\r\n   - [ ] Day 069 | Blog **Capstone** Project part four: Adding Users.\r\n   - [ ] Day 070 | Git, Github and version control.\r\n   - [ ] Day 071 | Deploying your web application.\r\n   - [ ] Day 072 | Data exploration with Pandas: College Major vs Salary.\r\n   - [ ] Day 073 | Data visualization with Mathplotlib: Programming Languages.\r\n   - [ ] Day 074 | Aggregate and Merge Data with Pandas: Analyze LEGO Dataset.\r\n   - [ ] Day 075 | Google trends data: Resampling and Visualizing Time Series\r\n   - [ ] Day 076 | Beautiful Plot Charts and Analyzing the Android App Store.\r\n   - [ ] Day 077 | Computation with Nuphy and N-Dimensional Arrays.\r\n   - [ ] Day 078 | Linear regression and Data visualization with seaborn.\r\n   - [ ] Day 079 | Analysing the Nobel Prize with Ploty, Matplotlib and Seaborn.\r\n   - [ ] Day 080 | The tragic discovery of Handwashing:t-Test and Distributions.\r\n   - [ ] Day 081 | **Capstone** Project: Predict House Prices.\r\n\r\n8. Professional Portfolio Project\r\n   - [ ] Day 082 | Portfolio Building \\[Python Script\\]\r\n   - [ ] Day 083 | Portfolio Building \\[Python Web Development\\]\r\n   - [ ] Day 084 | Portfolio Building \\[Python Script\\]\r\n   - [ ] Day 085 | Portfolio Building \\[GUI\\]\r\n   - [ ] Day 086 | Portfolio Building \\[GUI\\]\r\n   - [ ] Day 087 | Portfolio Building \\[Game\\]\r\n   - [ ] Day 088 | Portfolio Building \\[Python Web Development\\]\r\n   - [ ] Day 089 | Portfolio Building \\[Python Web Development\\]\r\n   - [ ] Day 090 | Portfolio Building \\[GUI Desktop App\\]\r\n   - [ ] Day 091 | Portfolio Building \\[HTTP requests and API\\]\r\n   - [ ] Day 092 | Portfolio Building \\[Image Processing and Data Science\\]\r\n   - [ ] Day 093 | Portfolio Building \\[Web Scraping\\]\r\n   - [ ] Day 094 | Portfolio Building \\[GUI Automation\\]\r\n   - [ ] Day 095 | Portfolio Building \\[Game\\]\r\n   - [ ] Day 096 | Portfolio Building \\[HTTP requests and API\\]\r\n   - [ ] Day 097 | Portfolio Building \\[Python Web Development\\]\r\n   - [ ] Day 098 | Portfolio Building \\[Python Automation\\]\r\n   - [ ] Day 099 | Portfolio Building \\[Python Data Science\\]\r\n   - [ ] Day 100 | Portfolio Building \\[Python Data Science\\]\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flindotex%2F100dayswithpython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flindotex%2F100dayswithpython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flindotex%2F100dayswithpython/lists"}