Skip to content

TausifKhan47/python-language-codewithharry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐍 CodeWithHarry Python Practice

This repository contains all my Python practice files, organized chapter-wise as I learn from CodeWithHarry's Python Course on YouTube.


📘 About

I’m learning Python step by step — from the basics to advanced topics — and uploading my practice files regularly.
Each folder corresponds to a chapter or major topic from the course.


📂 Folder Structure

Folder Description
01_Variables_and_DataTypes Basics of Python syntax, variables, and data types
02_Conditionals_and_Loops If-else statements, while and for loops
03_Functions User-defined functions, return values, recursion
04_Lists_and_Tuples Working with lists, tuples, indexing, and slicing
05_Dictionaries_and_Sets Key-value pairs, sets, and related methods
06_File_Handling Reading and writing files in Python

🛠 How I Use This Repo

  • I add new files after watching each CodeWithHarry video.
  • I write clear comments inside my code to explain logic.
  • I update this repo regularly to track my progress.

🧠 Future Plans

  • Add more advanced topics like OOP, modules, and exception handling.
  • Create small projects after completing the basics.

🙌 Acknowledgment

Special thanks to CodeWithHarry for his easy-to-understand tutorials that make learning Python fun and practical!


⭐ If you find this helpful, you can star this repo!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages