CAPITAL ROBOTICS CLUB
Updated 90 days ago
- Age: 6 years
- ID: 44120369/45
Our goal is for students to walk away from our course series with all the tools, skills, and ideas they need to continue their programming journey...
We start by showing students how computer, especially its brain - CPU, works. Subsequently, we introduce all the basic programming concepts using Python, the most beginner-friendly general purpose computer language...
In our Python courses, we introduced the concept of class/object in programming. Object-Oriented Programming (OOP) is a different programming paradigm (style/way of programming) from the Procedural Programming, which we are very familiar with. The core idea in OOP is to divide programs into smaller pieces (objects) and make each piece (object) responsible for managing its own states.