Se rendre au contenu
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.

Cours privé
Veuillez se connecter pour contacter un responsable.
Responsable Basma Mohamed Shaaban Elsayed
Dernière mise à jour 20/11/2024
Temps d'achèvement 3 heures 35 minutes
Membres 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