This repository holds a collection of small exercises and mini-projects designed to sharpen fundamental Python programming skills. The projects showcase manipulation of core data structures and key syntax constructs.
README.md— project overview (this file)scripts/—.pyfiles with practice exercisesresults/— markdown files with code outputsLICENSE— MIT license.gitignore— excludes temporary and environment-specific files
You can try the exercises in two ways:
No setup needed — just copy any script from the scripts/ folder and run it in a browser using
Programiz Online Python Compiler
or any similar tool.
If Python is installed, you can:
- Download or clone this repository
- Open the
scripts/folder - Run a file from your terminal or IDE (like PyCharm or VS Code)
Example:
git clone git@github.com:OlhaZ-dev/python-exercises.git
cd python-exercises/scripts
python your_script_name.py