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
- Host: GitHub
- URL: https://github.com/dimodimchev/softuni-python-basics
- Owner: DimoDimchev
- Created: 2021-01-14T20:34:51.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-06T11:53:06.000Z (over 5 years ago)
- Last Synced: 2025-02-26T14:17:11.506Z (over 1 year ago)
- Topics: course, python
- Language: Python
- Homepage:
- Size: 172 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#

# 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
#
