Python is one of the most popular programming languages in the world. This course takes the beginner to learn best practise in Programming in Python. Challenges in the course will increase in complexity from the very simple to very complex.
Concepts that will be covered in this course include:
- Installation of VS Code and Python
- Basic Python syntax
- Dealing with input, output and variables
- Basic & Composite data types
- Decision Making – Selection
- Repetition – Loops
- Grouping tasks together – Functions