Description
The goal of this course is to provide a starting point to programming in 2 popular programming languages.
Curriculum:
- The course starts with a focus on Python 3:
- Specifically covering: data types, variables, operators, selection, and while loops.
- No intention to go far from that. The goal is to see these concepts in 2 languages.
- After that, the course moves to C++ to cover the same content and thoughts of python.
By the end of the journey, you will have
- Fair understanding of the very basics of the 2 languages
- Ability to decide which language to focus on it more.
Enjoy learning programming in a smooth way
Who this course is for:
- Whoever curious about programming