Skip to content

Latest commit

Β 

History

History
43 lines (30 loc) Β· 1.02 KB

File metadata and controls

43 lines (30 loc) Β· 1.02 KB

Python Learning Repository

This repository contains my Python learning journey, practice files, and simple projects.

πŸ“‚ Repository Structure

  • Fundamentals/ β†’ Basic Python concepts and exercises
  • Projects_easy/ β†’ Beginner-friendly Python projects
  • Projects_medium/ β†’ Intermediate Python projects
  • Projects_hard/ β†’ More challenging projects and experiments

🎯 Purpose

I use this repository to:

  • Practice Python programming
  • Save my learning progress
  • Build small projects
  • Experiment with new ideas
  • Improve problem-solving skills

πŸš€ Topics Covered

Some of the things I learn and practice include:

  • Variables & Data Types
  • Loops & Conditions
  • Functions
  • Object-Oriented Programming (OOP)
  • File Handling
  • Error Handling
  • Modules & Packages
  • Simple Automation Scripts
  • Mini Projects

πŸ“Œ Notes

This repository is mainly for personal learning and progress tracking.
Projects and code may improve over time as I continue learning Python.


⭐ Thanks for visiting my repository!