This repository contains beginner-level Python practice exercises to help new learners understand the basics of Python programming. The goal of this project is to build strong foundations through small, practical programs and simple projects.
- Python syntax and basic concepts
- Variables and data types
- Tuple, list, dictionary
- Conditional statements (if/else)
- Loops (for, while)
- Functions
- Class
- Working with modules and libraries
- Simple automation and mini projects
- 📄 file01 - Variables & Input
- 📄 file02 - Strings
- 📄 file03 - Built-in Methods on String
- 📄 file04 - Arithmetic Operations
- 📄 file05 - Importing a Module
- 📄 file06 - Conditions (if, else, elif)
- 📄 file07 - Logical Operators (and, or, not)
- 📄 file08 - While Loop
- 📄 file09 - For Loop
- 📄 file10 - Lists
- 📄 file11 - Built-in Methods
- 📄 file12 - Tuple
- 📄 file13 - Dictionary
- 📄 file14 - Functions
- 📄 file15 - Exceptions (try & except)
- 📄 file16 - Class
- 📄 file17 - Modules in Python
- 📄 file18 - Built-in Modules
- 📄 file19 - Directories & Files
- 📄 file20 - openpyxl Library
- 📄 file21 - Excel Operations
- 📄 file22 - Charts with openpyxl
Make sure you have:
- Python 3.x installed
- Basic knowledge of running Python scripts from the terminal
You can check your Python version using:
python --version