About Course
The “Control Structures” short course in the “Introduction to Programming with Python” series is designed to teach beginners essential programming skills using control structures in Python. Through a series of practical tutorials, learners will master concepts such as conditional statements and loops. The course covers topics including summing digits, finding maximum and second maximum numbers, and creating calculators for basic arithmetic operations and aggregate calculation. Additionally, students will explore temperature conversions and methods for displaying digits and identifying shapes. The course concludes with a fun project where participants can implement a Rock Paper Scissors game, demonstrating the practical application of control structures in game development. By completing this course, students will develop a strong foundation in Python programming and problem-solving techniques using control structures.
Course Content
Control Structures 1 – Python
-
Sum of Digits – Part 1
06:19 -
Sum of Digits – Part 2
10:44 -
Sum of Digits – Part 3
05:36 -
Sum of Digits – Part 4
06:43 -
Sum of Digits With Restrictions
09:05 -
Grader
10:28 -
Finding Maximum Number – Part 1
09:10 -
Finding Maximum Number – Part 2
12:23 -
Finding Second Maximum Number
13:23 -
Make Your 1st Calculator
06:11 -
Digit By Digit Display
03:39 -
Tempertaure Conversion
07:51 -
Rock Paper Scissors Game
05:47 -
Identify The Shape
10:03