Skip to content

This repository contains my solutions to the tasks from the Programming Basics with Python course at SoftUni (May 2022).

License

Notifications You must be signed in to change notification settings

galinstefanovv/SoftUni-Python-Basics

Repository files navigation

Programming Basics with Python - May 2022

Status: Completed License: MIT Python Version

Welcome to my repository for Programming Basics with Python course at SoftUni - May 2022! Here, you'll find my solutions to all the tasks and exercises assigned during the course.

📖 About the Course

This course covers writing basic code, working with an Integrated Development Environment (IDE), using variables and data types, performing calculations with operators and expressions, interacting with the console for input and output and utilizing conditional statements (if and if-else) and loops (for and while).

Skills Acquired:

  • Console operations (input and output)
  • Using loops (for)
  • Advanced logical operations
  • Conditional statements (if-else)
  • Simple arithmetic calculations
  • Complex loops (nested for and while loops)

🎓 Certificate

Below is the certificate I obtained during the course:

This certificate showcases my successful completion of the course and my proficiency in Python Basics.

💻 Solutions

My solutions are organized into folders representing each lesson and type of exercise. Each lesson contains subfolders for Lab, Exercises and More Exercises:

Topic Link to Solutions
01. First Steps in Coding View Solutions
02. Conditional Statements View Solutions
03. Conditional Statements Advanced View Solutions
04. For Loop View Solutions
05. While Loop View Solutions
06. Nested Loops View Solutions
07. Drawing Figures with Loops View Solutions
A. Final Exam View Solutions
B. PB-Exams View Solutions

📋 Course Details

📬 Contact

📚 Navigation

Next course: Python Fundamentals