Welcome to my Python practice repository! This folder contains exercises and projects to improve Python programming skills. This repo is based Python Crash Course, 3rd Edition - by Eric Matthes.
- Exercises: Basic programming concepts and problem-solving
- Projects: Larger applications and practical examples
- Challenges: Coding challenges and algorithm problems(Which I include some of my solutions)
- Clone or download this repository
- Navigate to the folder:
cd python_practice - Run scripts:
python filename.py
- Variables and data types
- Control flow (loops, conditionals)
- Functions and modules
- Object-oriented programming
- File handling
- Error handling
- Python 3.7+
- No external dependencies (unless otherwise specified in individual project folders)
python script_name.pyAdd your own notes and learning progress tracking here.
References: This repository content is based on the following learning materials. Please check the relevant reference books and resource links in specific project folders.
Feel free to extend this template by adding your specific projects and learning goals!