Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 2.22 KB

README.md

File metadata and controls

23 lines (18 loc) · 2.22 KB

Python-Projects

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:

  1. BUILDING A SIMPLE MADLIB WITH PYTHON
  2. Building a Simple Calculator
  3. A GUESSING GAME
  4. Annie the Chatbot
  5. CREATING A MENU
  6. CHOCOLATE STORE UPDATED
  7. Creating Patterns in Python
  8. Rock, Paper, and Scissors
  9. A Simple Calculator: Revisted
  10. Building a Simple PhoneBook
  11. Phonebook Program Revamped
  12. A Simple Hangman
  13. Hangman with Image Display

I Hope you find these useful!