Angela Yu's Udemy Course : https://www.udemy.com/course/100-days-of-code
This repository has my python notes and projects I made while taking this course. Feel free to check out my projects and let me know if there are any mistakes. Thank you!
This repository is inspired by @Matthew1906's Python notes repository. I found the file structure to be very convenient. However, the notes and projects are all built by me. I will additionally add any important features that I find is required.
- Day 1: Working with Variables, Input, Output
- Day 2: Data Types, Roundings, F-strings, String Manipulation
- Day 3: Conditional Statements: if else
- Day 4: Random Module, Lists, Index Error, Nested Lists
- Day 5: For loops,range
- Day 6: Functions, Code Blocks and While Loops
- Day 7: Hangman Game
- Day 8: Input Functions(Arguments/Parameters), Cesar Cipher
- Day 9: Dictionaries,Nesting,Bidding Game
- Day 10:Functions with Outputs,Docstrings,Recursion, Dictionary with functions
- Day 11:Black Jack Game,
- Day 12:Number Guessing Project, Scope
- Day 13:
- Day 14:
While following the course, I also did my external practice to build my pattern recognition and really get comfortable with python. All those exercise files are under Additional Practice and WorkSheets. It's really very random but I just wanted to throw it in here :)