https://github.com/inajaweed/100-days-python
100 Days Python
https://github.com/inajaweed/100-days-python
100daysofpython project python
Last synced: about 2 months ago
JSON representation
100 Days Python
- Host: GitHub
- URL: https://github.com/inajaweed/100-days-python
- Owner: InaJaweed
- Created: 2025-03-14T16:59:40.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-18T15:59:59.000Z (2 months ago)
- Last Synced: 2025-03-18T17:24:52.958Z (2 months ago)
- Topics: 100daysofpython, project, python
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 100 Days of Python - Angela Yu
Welcome to my journey through the 100 Days of Code - The Complete Python Pro Bootcamp by Dr. Angela Yu! 🎯This repository contains my daily projects as I work through the course. The goal is to build a strong foundation in Python and apply it to real-world projects, including automation, web development, data science, and more.
## 📌 Topics Covered:
✔️ Python Basics & Advanced Concepts✔️ Object-Oriented Programming (OOP)
✔️ Web Development with Flask
✔️ Data Science & Machine Learning
✔️ Automation & Web Scraping
✔️ GUI Development with Tkinter
✔️ Game Development with PyGame
Stay tuned for updates and feel free to explore my code! 🚀
## Beginner
**Day 1 Project: [Band Name Generator](https://github.com/InaJaweed/100-Days-Python/tree/main/Day01)**
- Topics: Printing, Commenting, Debugging, String Manipulation, and Variables**Day 2 Project: [Tip Calculator](https://github.com/InaJaweed/100-Days-Python/tree/main/Day02)**
- Topics: Data Types, Operations, Type Conversion and F-Strings**Day 3 Project: [Treasure Island Hunt](https://github.com/InaJaweed/100-Days-Python/tree/main/Day03)**
- Topics: Conditional Statements, Logical Operators, Code Blocks and Scopes**Day 4 Project: [Rock Paper Scissor](https://github.com/InaJaweed/100-Days-Python/tree/main/Day04)**
- Topics: Python Lists, Index Error, Random Module**Day 5 Project: [Password Generator](https://github.com/InaJaweed/100-Days-Python/tree/main/Day05)**
- Topics: For Loops, Range() Function