I come from a mainly C Programming Language background and have previous classroom experience with Java through OOP courses. I am interested in learning and gaining familiarity with the Python Programming Language now. This repository mainly serves as a place for me to store my projects as I explore the language :)
So far all of the mini projects I've completed come from the following site: https://www.upgrad.com/blog/python-projects-ideas-topics-beginners/
- Accepting user input via command line (See Mad Lib Generator)
- Formatting strings via format() method and curly braces (See Mad Lib Generator - Formatted String)
- Use of Random module (See Number Guessing)
- Use of While Loops (See Number Guessing)
- Use of enumerate() to iterate over list of objects (See Hangman)