===========================================================================
The Programming Basics course provides basic programming skills needed for all technology majors at the Software University. This includes writing basic code, working with a development environment (PyCharm), using variables and data, operators and expressions, working with the console, using conditional constructions and loops.
- Working with the console
- Working with more complex logical checks
- Perform simple calculations
- Working with cycles (for-loops and while loops)
- Working with logical checks (if-else, switch)
- Working with more complex loops (nested for loops and while loops)