Introduction to Python – Curriculum

Introduction

Introduction to Python is an introductory coding curriculum for activity centers, schools, and self-learners for teaching the basics of coding with Python programming in PictoBlox. Learn concepts of algorithm, loops, sequencing, conditional statements, operators, list, and functions. Students also learn how to make games with Python in an interactive way.

Learning Outcomes

After completing this curriculum, students will have a basic understanding of Python Coding with the help of a wide variety of projects.

Apart from the aforementioned learning outcomes, this curriculum will also help them develop important skills such as problem-solving and debugging techniques, critical thinking, logical reasoning, and creativity.

12
Lessons
15+
Activities
20+
Learning Hours
7+
Grades

Curriculum Lesson Plan

Lesson 1: Python Introduction

Lesson 2: Animations with Python

Lesson 3: Algorithms & Flowcharts

Lesson 4: Variables and Arithmetic Operators

Lesson 5: Functions in Python

Lesson 6: Conditional Programming

Lesson 7: Loops in Python – While Loop

Lesson 8: Loops in Python – For Loop

Lesson 9: Working with Strings

Lesson 10: Lists in Python

Lesson 11: Beetle in the Maze Game

Lesson 12: Capstone Project