Welcome to my Python learning journey!
This repository contains all the Python codes, problem sets, and projects that I practiced while following the "Python Tutorial for Beginners" by CodeWithHarry.
๐ I've written and executed all code myself during hands-on practice, and also added extra examples and enhancements for better understanding.
- โ Chapter 01: Modules, Comments & pip
- โ Chapter 02: Variables and Data Types
- โ Chapter 03: Strings
- โ Chapter 04: Lists and Tuples
- โ Chapter 05: Dictionary & Sets
- โณ Chapter 06+: Coming Soon...
Each chapter includes code files and a separate problem set for better practice.
All chapters include coding exercises and problem sets to reinforce concepts.
โจ I have also added additional examples and edge-case scenarios where required.
- ๐ฎ Snake Water Gun Game โ Rock Paper Scissors style game using Python
- ๐ข Guess The Number โ Fun number guessing game with logic-based hints
- ๐ค Jarvis Virtual Assistant โ Voice-controlled assistant
- ๐ฌ AI AutoReply Bot โ Automatically replies to messages using Python AI logic
- ๐ Handwritten Notes & Cheatsheets (Created by CodeWithHarry โ credit mentioned below)
- ๐ Clean folder-wise code for easy navigation
This repository is structured based on the Python course by CodeWithHarry.
๐ The notes, cheatsheets, and content breakdown are from his course.
๐ป However, all code is personally written by me, and Iโve added custom examples and improvements.
You can follow the original course here:
๐ CodeWithHarry - Python Tutorial for Beginners
- Clone this repository to your local machine:
git clone https://github.com/UrmitSheth/The-Ultimate-Python-Learning.git