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

https://github.com/dimitrov-s-dev/softuni_python_basics

SoftUni Python Basics
https://github.com/dimitrov-s-dev/softuni_python_basics

python python3

Last synced: 10 months ago
JSON representation

SoftUni Python Basics

Awesome Lists containing this project

README

          

#

![alt text](https://github.com/Dimitrov-S-Dev-Python/SoftUni_Python_Basics/blob/master/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)