Skip to content

Latest commit

Β 

History

History
23 lines (17 loc) Β· 762 Bytes

File metadata and controls

23 lines (17 loc) Β· 762 Bytes

🐍 Python Basics

This repository introduces the fundamentals of Python programming. It’s designed for beginners who want to learn how Python works, from basic syntax to core programming concepts.

πŸ“š What You'll Learn

  • βœ… Variables & Data Types (int, float, str, bool)
  • βœ… Input/Output (reading from and writing to the console)
  • βœ… Conditional Statements (if, elif, else)
  • βœ… Loops (for, while)
  • βœ… Functions (defining and calling)
  • βœ… Lists, Tuples, Dictionaries, and Sets
  • βœ… String operations
  • βœ… Basic error handling with try/except
  • βœ… Importing and using modules

πŸ›  Requirements

  • Python 3.x installed
  • A code editor like VS Code or PyCharm
  • Git (optional, for version control)

πŸš€ Getting Started