This repository contains my Python learning progress and tasks completed as part of the Skillbox course.
Each task (homework) is organized in a separate folder:
task1/task2/task3/etc. Each folder includes a Python file with the solution, and in some cases, aREADME.mdwith an explanation of the logic used.
main: Main branch with current working solutions.homework: Contains selected tasks completed during my official Skillbox training. These may follow specific formats required by the course platform.
- Variables & Data Types
- Conditionals & Loops
- Functions & Modules
- Working with Strings, Lists, Files
- Basic Algorithms