A collection of Python practice projects categorized by difficulty. Files are appended with side notes of what I learned, or found useful for my development.
- Leap Year App ==> calculation app utilizing logic, functions, and proper use of looping for UI
- Rock Paper Scissors Lizard Spock ==> use of logical operators in if-else functions, made for future tkinter project... and because I wanted to :)
- Caesarian_Cipher ==> auto modding function for multiple purposes through parameters and recycled arguments, continued array looping with modulus
- Hangman Procedural Prog ==> good overview of procedural programming, utilizing functions, parameters and args
- Number Guessing Game ==> procedural programming for further function practice, utilizing global vs local variables