A curated collection of Python programming exercises covering the most important programming concepts.
This repository contains a collection of Python exercises created during the learning process.
Topics range from basic syntax to object-oriented programming and problem solving.
- Variables
- Data Types
- Operators
- Conditional Statements
- Loops
- Functions
- Lists
- Tuples
- Dictionaries
- Classes
- Object-Oriented Programming
- Algorithms
python-fundamentals/
├── Basics/
├── Conditionals/
├── Loops/
├── Functions/
├── Collections/
├── OOP/
├── Exercises/
└── README.md
- Python
- VS Code
python filename.py-
Understand Python syntax
-
Practice logical thinking
-
Build problem-solving skills
-
Learn object-oriented programming
Faber David Sanchez Martinez
MIT License