Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.43 KB

File metadata and controls

34 lines (26 loc) · 1.43 KB

Python-Projects

Welcome to my Python learning repository! This is a collection of Python scripts showcasing my journey from the basics to intermediate and advanced concepts. Each file covers a specific topic, with examples and explanations to help understand the concepts.


📂 Repository Structure

1. Basics

2. Datatypes

  • Explores Python's built-in data structures:
    • Lists
    • Tuples
    • Dictionaries
    • Sets
  • Click to view

3. Pandas Data Cleaning

  • Focuses on cleaning and preparing data using the Pandas library.
  • Click to view

4. Basic Python Programs

5. Loop Python Programs

  • Focuses on solving basic Loop Python Programs.

5. Advanced Python Function