Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1006 Bytes

File metadata and controls

33 lines (21 loc) · 1006 Bytes

SoftUni Python Fundamentals - May 2024

Welcome to the SoftUni Python Fundamentals repository for the May 2024 session. This repository contains all the exercises, labs, and projects completed during the course.

Table of Contents

Introduction

This repository is part of the Python Fundamentals course offered by SoftUni. The course covers basic to intermediate Python programming concepts and practices.

Structure

The repository is organized as follows:

  • Labs: Contains lab exercises.
  • Exercises: Contains exercise assignments.
  • ME (More Exercises): Contains extra exercise assignments.
  • Pattern Drawing: Contains pattern drawing assignments.

Usage

  1. Clone the repository:

    git clone https://github.com/AngEvd/SoftUni_PythonFundamentals_May2024.git
    
  2. Navigate to the desired folder to find specific exercises or labs.

  3. Run Python scripts using: python filename.py