This is the repository for my blog series on "Learning Python Through Projects". The repository contains all codes used in the article, fully commented for an understanding of what each line of code does.
These projects are beginners-focused and aimed at building logical reasoning before building, so concepts learned can be applied to other projects/problems encountered.
You can read the related articles here:
- BUILDING A SIMPLE MADLIB WITH PYTHON
- Building a Simple Calculator
- A GUESSING GAME
- Annie the Chatbot
- CREATING A MENU
- CHOCOLATE STORE UPDATED
- Creating Patterns in Python
- Rock, Paper, and Scissors
- A Simple Calculator: Revisted
- Building a Simple PhoneBook
- Phonebook Program Revamped
- A Simple Hangman
- Hangman with Image Display
I Hope you find these useful!