Skip to Content
Python Coding using Pictoblox

Python Coding using Pictoblox

A Python course for kids introduces them to coding in a fun and easy-to-understand way. Kids will learn the basics of Python, including variables, loops, and conditionals, through interactive projects like games and simple programs. The course focuses on hands-on learning, helping kids develop problem-solving and logical thinking skills while making coding enjoyable and engaging. Python's simplicity makes it perfect for young beginners.

Private Course
Please sign in to contact responsible
Responsible Basma Mohamed Shaaban Elsayed
Last Update 11/20/2024
Completion Time 3 hours 35 minutes
Members 19
StarTec Level 2
  • Chapter 0: Course overview
    • 0.0 Description and Learning objectives
  • Chapter 1: Variables & data types
    • 1.0 Overview : Learning Objectives
    • 1.1 Book
    • 1.2 Lesson 1: Variables and data types
    • 1.3 Lesson 2 : INPUT and OUTPUT
    • 1.4 Assignment 1
  • Chapter 2: Relational & Logical operation
    • 2.0 Overview: Learning Objectives
    • 2.1 Book
    • 2.2 Lesson 1: Relational & Logical operation
    • 2.3 Assignment 2
  • Chapter 3: if condition & opertation
    • 3.0 Overview: Learning Objectives
    • 3.1 Book
    • 3.2 Lesson 1: Relational & Logical operation with if condition
    • 3.3 Lesson 2: Relational & Logical operation with If ELSE
    • 3.4 Lesson 3: Relational & Logical operation with Nested If
    • 3.5 Assignment 3
  • Chapter 4: Loops
    • 4.0 Overview: Learning Objectives
    • 4.2 Lesson 1: While Loop part1
    • 4.3 Lesson 2: While loop part2
    • 4.4 Lesson 3: For loop & Array
  • Chapter 5: Functions
    • 5.0 Overview: Learning Objectives
    • 5.2 Lesson 1: function