Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 683 Bytes

File metadata and controls

26 lines (20 loc) · 683 Bytes

🐍 Python Learning

This repository contains my Python learning notes, examples, and practice programs. It covers the fundamental concepts of Python programming, from basic syntax and data types to control flow, data structures, and functions.

📚 Topics Covered

  • Python Basics
  • Data Types & Variables
  • Strings & Numbers
  • Operators
  • Conditional Statements
  • Loops
  • Lists & List Comprehensions
  • Data Structures
  • Iterables & Filtering
  • Functions
  • Parameters & Arguments
  • Variable Scope
  • *args & **kwargs

🛠️ Tools & Requirements

  • Python 3.x
  • Visual Studio Code

This repository is primarily for learning, practice, and future reference.