Category: Young Learners
Duration: 30 Hrs
Improved Problem-Solving Skills
Enhanced Logical Reasoning:
Improved Patience and Persistence
Overview of Python’s history, uses, and basic syntax.
Rules for naming variables and functions, and Python’s reserved keywords.
Introduction to storing and manipulating data
Working with text using string methods and formatting.
.upper()
, .replace()
, etc.Managing collections of data.
Visualizing program logic before coding.
Making decisions and repeating actions in code.
if
, else
, for
, and while
Interacting with users through input and output.
input()
and print()
Creating reusable blocks of code.
Using Python’s built-in and external libraries.
random
, math
, etc.Creating visual patterns using code.
Basics of building interactive games.
Handling events and sprites
Creating simple game logic