An open API service indexing awesome lists of open source software.

https://github.com/dimodimchev/softuni-python-basics

This is a repository in which I will be posting all problems from the January 2021 Programming Basics With Python course
https://github.com/dimodimchev/softuni-python-basics

course python

Last synced: 2 days ago
JSON representation

This is a repository in which I will be posting all problems from the January 2021 Programming Basics With Python course

Awesome Lists containing this project

README

          

#

![alt text](https://github.com/DimoDimchev/SoftUni-Python-Basics/blob/main/SoftUni-Logo.png)


# Course details
The course "Programming Basics" teaches basic programming skills, required for all educational paths in the Software University. This includes writing programming code using Python programming language (basic coding skills), working with PyCharm - integrated development environment (IDE), using variables and data, operators and expressions, working with the console (reading input data and printing results), using conditional statements (if, if-else) and loops (for and while). The course ends with a practical programming exam, which is also an entry exam for the Software Engineering educational program in the Software University.
# Acquired skills
- Working with the console (input and output data)
- Performing simple calculations
- Working with conditional statements (if-else)
- Working with complex logical conditions
- Working with loops (for)
- Working with complex loops (nested for and while loops)
# Certificate
#

![alt text](https://github.com/DimoDimchev/SoftUni-Python-Basics/blob/main/cert.jpeg)