In this project, I’m learning Python from an online paid course, “100 Days of Code: The Complete Python Pro Bootcamp.” This course is taught by Udemy instructor Dr. Angela Yu. You can check her profile here: https://www.udemy.com/user/4b4368a3-b5c8-4529-aa65-2056ec31f37e/ Through this course, I aim to master Python by building 100 projects in 100 days and learning data science, automation, web development, game development, and app development as a Python developer. You can see my coding practice solutions in the “tasks&solutions.py” files within each directory. For course assignments see "task.md" files. This project is performed using PyCharm Community IDE in JetBrains ToolBox.
Below is the course content for the “Beginner” category:
Section 01: Day 01 - Working with Variables in Python to Manage Data
(Project: Brand Name Generator using Python)
Section 02: Day 02 - Understanding Data Types and How To Manipulate Strings
(Project: BMI & Tip Calculators)
Section 03: Day 03 - Control Flow & Logical Operators
(Projects: Treasure Island Game, Pizza Billing System, Rollercoaster Ticketing System, BMI Calculator with Interpretations)
Section 04: Day 04 - Randomization & Python Lists
(Project: Rock, Paper, Scissors game)
Section 05: Day 05 - Python Loops; Project: