Skip to content

Latest commit

 

History

History
57 lines (46 loc) · 3.51 KB

README.md

File metadata and controls

57 lines (46 loc) · 3.51 KB

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