Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 804 Bytes

File metadata and controls

23 lines (17 loc) · 804 Bytes

Python Skillbox Tasks

This repository contains my Python learning progress and tasks completed as part of the Skillbox course.

Structure

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, a README.md with an explanation of the logic used.

Branches

  • 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.

Topics Covered

  • Variables & Data Types
  • Conditionals & Loops
  • Functions & Modules
  • Working with Strings, Lists, Files
  • Basic Algorithms