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.
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).
- 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)
Below is the certificate I obtained during the course:
This certificate showcases my successful completion of the course and my proficiency in Python Basics.
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 Page
- Online Judge System
- Course Duration: - 8 weeks
- Course Start: - 07.05.2022
- Course Tutors:
- Labs: - Ivan Shopov
- Exercises: - Veronika Vaneva
- Email: galin.stefanovv@gmail.com
- Linkedin: View
- GitHub: View
Next course:
Python Fundamentals