Real-World Python: LEVEL
4 5 6
Python Fundamentals

Python is a powerful real-world programming language that’s perfect for first-timers. Learn fundamental programming concepts and create some awesome, playable games along the way.

Tynker gets kids coding with confidence. Access this and 5,000 more fun activities today!

Syntax and Sequencing

Learn more about Python basics and programming syntax while solving simple movement puzzles.

7 Lessons:

1. Welcome to Python
2. Sequencing Puzzles Part 1
3. Python Conventions

4. Sequencing Puzzles Part 2
5. Review and Quiz
6. Unit 1 Project

7. Unit 1 Quiz

Loops and Patterns

Explore a common way to iterate code: the for loop, a convenient way to repeat when you know how many times you want a block of code to be executed.

7 Lessons:

8. For Loops and Indentation
9. For Loop Puzzles
10. More For Loops

11. Nested Loop Puzzles
12. Review and Quiz
13. Unit 2 Project

14. Unit 2 Quiz

Conditional Logic

Learn about true-and-false values, digital logic, and how to make your programs “make decisions” using control structures like if statements. This unit also explores the idea of selection to handle a wider variety of inputs and conditions.

7 Lessons:

15. Conditions
16. Conditional Puzzles
17. Else and Operators

18. More Conditional Puzzles
19. Review and Quiz
20. Unit 3 Project

21. Unit 3 Quiz

Conditional Loops

In a while loop, code is repeated, as long as some condition is true, allowing for flexibility in responding to a changing situation. Explore how to take control of loops, while solving puzzles and creating short applications.

7 Lessons:

22. While Loops
23. While Loops Puzzles
24. More While Loops

25. More While Loops Puzzles
26. Review and Quiz
27. Unit 4 Project

28. Unit 4 Quiz

Variables

Learn how abstraction can be used to generalize particular solutions into broader, more generally applicable ones. Dive deeper into the idea of variables and how Python encodes information.

7 Lessons:

29. Variables Introduction
30. Puzzle Set 1
31. Input and Variables

32. More Variable Puzzles
33. Review and Quiz
34. Unit 5 Project

35. Unit 5 Quiz

Data Types and Expressions

One powerful aspect of computing is the ability to perform many calculations at once. An expression is a bit of code that represents a value (or that can be computed to a single value). In this lesson, you’ll create useful expressions of your own.

7 Lessons:

36. Introduction to Data Types
37. String Puzzles
38. Expressions

39. Expression Puzzles
40. Review and Quiz
41. Unit 6 Project

42. Unit 6 Quiz

Turtle Graphics

Explore how you can use Python to draw shapes on screen, using the Turtle Graphics library. This is a great, beginner-friendly way to create your own playable games, interactive applications, and much more.

7 Lessons:

43. The Turtle API
44. More About Turtle
45. Review and Quiz

46. Unit 7 Project
47. Follow Up and Challenges
48. Unit 7 Quiz

Assessment

Put your skills to the test — keep up the momentum and continue on your learning pathway.

Award-Winning Coding Program

6 levels with 300 lessons will take your child from novice to expert coder.

Choose a Plan to Accelerate Your Learning

Choose Live Online Courses

Choose a Plan to Accelerate Your Learning

Choose a 3-Year Self-Paced Plan

All Family Plans include up to 3 family members
Quarterly
$25/month

3-month access to all self-guided courses, from novice to expert

$75 billed quarterly | cancel any time

Yearly
Best seller
$20 $12/month
40% OFF

1-year access to all self-guided courses, from novice to expert

$144 billed annually | cancel any time

Lifetime
$450 one time payment

Lifetime access to all self-guided courses, from novice to expert

50% savings over Quarterly
Quarterly
$35/month

3-month access to all self-guided courses, from novice to expert

$105 billed quarterly | cancel any time

Yearly
$25 $15/month
40% OFF

1-year access to all self-guided courses, from novice to expert

$180 billed annually | cancel any time

Lifetime
$675 one time payment

Lifetime access to all self-guided courses, from novice to expert

46% savings over Quarterly
Summer Deal Sale Ends in 17 hours

3-Year All-Access plans include:

  • 70+ courses
  • 5,000+ activities
  • Block Coding
  • Text Coding
  • 3 Mobile Apps
  • Minecraft Modding
  • Game Design
  • Robotics
  • Hardware
  • Web Development
  • Python
  • JavaScript
  • Processing (P5.JS)
  • Data Science
  • Advanced CS

Tynker is designed to progress with your child. A three year plan accelerates their coding mastery from block coding to advanced text languages.

Choose a Plan to Accelerate Your Learning

Choose Live Online Courses

Choose a Plan to Accelerate Your Learning

Choose a 3-Year Self-Paced Plan

40% OFF

Yearly

$20 $12 /month Now $144 billed annually cancel any time

Lifetime*

$450 one time payment 50% savings over Quarterly

Quarterly

$25 /month $75 billed quarterly cancel any time

Quarterly

$25 /month $75 billed quarterly cancel any time
40% OFF

Yearly

$20 $12 /month Now $144 billed annually cancel any time

Lifetime*

$450 one time payment 50% savings over Quarterly
40% OFF

Yearly

$25 $15 /month Now $180 billed annually cancel any time

Lifetime*

$675 one time payment 46% savings over Quarterly

Quarterly

$35 /month $105 billed quarterly cancel any time

Quarterly

$35 /month $105 billed quarterly cancel any time
40% OFF

Yearly

$25 $15 /month Now $180 billed annually cancel any time

Lifetime*

$675 one time payment 46% savings over Quarterly
Summer Deal Sale Ends in 17 hours * Lifetime plan details are available here.

Access everything Tynker offers, plus expert coaching

  • Two one-on-one live coaching sessions (a $120 value) included
  • Thousands of hours of creative projects in Game Design, Minecraft, Python concepts, and more
  • Parent dashboard with mastery stats - watch as they progress from novice to expert
  • Personalized assessments and certifications in real-world languages
  • 5,000+ lessons built to improve problem solving skills and academic performance
  • 30 Day Money-Back Satisfaction Guarantee
  • Intro to Game Design


    Ages: 7-12
    Skill Level: Beginner
    Format: Online Private 1-on-1 Lessons
    Classes: 6 one hour classes

    View Hide Details

    Learn to design and build your own games in 6 fun-filled classes. Code classic games or build something totally new.

    Lesson 1: Mouse Maze

    Write your first game! Code a simple skill-based game controlled with the mouse. You'll need a steady hand to reach the goal.

    • Mouse events
    • Color-sensing code
    • Winning and losing conditions

    Lesson 2: Go Kart

    Take the wheel and explore how to add keyboard controls to your game. Avoid the oncoming obstacles.

    • Keyboard events
    • Collision detection
    • Cartesian coordinates
    • Loops and iteration

    Lesson 3: Base Defense

    Create a tower defense game. Make complex games with loads of enemies — and handle projectiles.

    • Clone actors with code
    • Make bullets and lasers fly
    • Add randomness to your games

    Lesson 4: Space Voyager

    Create a dodger game with powerups and collectibles. Add an invincibility powerup — or invent your own.

    • Coordinate the action using messages
    • Keep score with variables
    • Manage game state

    Lesson 5: Ball Pop

    Make a colorful chain-reaction puzzle game. Can you make ALL the balls pop with just a single click? Explore advanced coding and animation techniques in this lesson.

    • Events and broadcasts
    • Puzzle game basics
    • Get more practice with clones, color-sensing, and randomness

    Lesson 6: Bank Shot

    Explore Tynker's Physics Blocks to create a fun game with collisions, action, and motion.

    • Control gravity
    • Change Actors' physics properties
    • Give objects a push with impulse and much more

    Game Developer Certification

    Be proud of what you've created! Keep up the momentum and continue on your learning journey.

  • Intro to Python


    Ages: 12+
    Skill Level: Beginner
    Format: Online Private 1-on-1 Lessons
    Classes: 6 one hour classes

    View Hide Details

    Explore Python in 6 interactive classes. Progress to solve real world problems in math and science, design games, & more!

    Lesson 1: Python Basics

    Get acquainted with the basics of Python programming. Then explore how to represent repeating patterns with code.

    • Function calls
    • For loops
    • Python syntax basics

    Lesson 2: Conditionals

    Explore boolean values, boolean logic, if statements, and while loops. Write programs that “make decisions.”

    • Selection and conditional statements
    • Explore digital logic
    • Debugging tricks and techniques

    Lesson 3: Variables

    Learn about variable initialization, declaration, and more. Then get some practice with lists, a useful data structure.

    • Variables and datatypes
    • Expressions and operators
    • Store loads of data with lists

    Lesson 4: Turtle Graphics

    Create graphics and user interfaces with the Turtle module. Explore functions, a way to keep code organized and repeatable.

    • Write custom functions
    • Draw on the screen with code
    • Import Python modules

    Lesson 5: Game Design

    Design games with an interactive canvas and write programs that respond to key-presses, mouse events, and more.

    • Keyboard control and mouse events
    • Implement game logic and loops
    • Code several games from scratch

    Lesson 6: Capstone Project

    Put together everything you've learned to create a fun, playable arcade game. In this final project, you will create a Brick Breaker game using Turtle Graphics.

    • A challenging self-guided project
    • Extend the game with Bonus Challenges

    Game Developer Certification

    Be proud of what you've created! Keep up the momentum and continue on your learning journey.

  • Intro to Artificial Intelligence


    Ages: 7-12
    Skill Level: Intermediate
    Format: Online Private 1-on-1 Lessons
    Classes: 6 one hour classes

    View Hide Details

    Learn to use Artificial Intelligence and Machine Learning in your block coding projects. Make your code come to life in an all-new way.

    Lesson 1: Mad Hatter

    Explore the basics of AI with the Face-Tracking blocks. Create a costume that follows you, wherever you go! Add a wizard hat, clown nose, cowboy mustache, or whatever else you like.

    • Show and enable Face-Tracking
    • Switch costumes with code
    • Work with live video

    Lesson 2: Face Painting Booth

    Draw on a 3D face mesh! Make a carnival-style face paint creation. Create a costume or add glamorous makeup.

    • Explore Face-Tracking landmarks
    • Use the face-effect block to draw on a face mesh

    Lesson 3: World Traveler

    Create a greenscreen effect with live video and the Pose-Tracking blocks. Make a different animal appear as you change the scene.

    • Enable Pose-Tracking and work with body segmentation
    • Switch backgrounds with code
    • Use mouse events to control where you go

    Lesson 4: Protect the Cupcake

    Use the Hand-Tracking blocks to create an augmented reality "defense" game. Don't let the foxes steal your food!

    • Show and enable Hand-Tracking
    • Use positions of hand landmarks to control the motion of actors

    Lesson 5: Bubble Frenzy

    Create a game using the Hand-Tracking blocks. The bubble only pops if you follow the instructions, exactly! Explore Hand-Tracking landmarks and game logic.

    • Use dictionaries to represent landmarks efficiently
    • Use positions of hand landmarks to control game flow
    • Use variables to keep track of game state

    Lesson 6: Turtle Racer

    Use the Hand-Tracking blocks to create a virtual game controller! Control where the actor goes using a virtual steering wheel!

    • Show and enable Hand-Tracking
    • Use angles of landmarks to control the motion of actors
    • Use variables and positions of actors to control game flow

    AI Developer Certification

    Be proud of what you've created! Keep up the momentum and continue on your learning journey.

  • Intro to Game Design


    Ages: 7-12
    Skill Level: Beginner
    Format: Online Private 1-on-1 Lessons
    Classes: 6 one hour classes

    View Hide Details

    Learn to design and build your own games in 6 fun-filled classes. Code classic games or build something totally new.

    Lesson 1: Mouse Maze

    Write your first game! Code a simple skill-based game controlled with the mouse. You'll need a steady hand to reach the goal.

    • Mouse events
    • Color-sensing code
    • Winning and losing conditions

    Lesson 2: Go Kart

    Take the wheel and explore how to add keyboard controls to your game. Avoid the oncoming obstacles.

    • Keyboard events
    • Collision detection
    • Cartesian coordinates
    • Loops and iteration

    Lesson 3: Base Defense

    Create a tower defense game. Make complex games with loads of enemies — and handle projectiles.

    • Clone actors with code
    • Make bullets and lasers fly
    • Add randomness to your games

    Lesson 4: Space Voyager

    Create a dodger game with powerups and collectibles. Add an invincibility powerup — or invent your own.

    • Coordinate the action using messages
    • Keep score with variables
    • Manage game state

    Lesson 5: Ball Pop

    Make a colorful chain-reaction puzzle game. Can you make ALL the balls pop with just a single click? Explore advanced coding and animation techniques in this lesson.

    • Events and broadcasts
    • Puzzle game basics
    • Get more practice with clones, color-sensing, and randomness

    Lesson 6: Bank Shot

    Explore Tynker's Physics Blocks to create a fun game with collisions, action, and motion.

    • Control gravity
    • Change Actors' physics properties
    • Give objects a push with impulse and much more

    Game Developer Certification

    Be proud of what you've created! Keep up the momentum and continue on your learning journey.

  • Intro to Python


    Ages: 12+
    Skill Level: Beginner
    Format: Online Private 1-on-1 Lessons
    Classes: 6 one hour classes

    View Hide Details

    Explore Python in 6 interactive classes. Progress to solve real world problems in math and science, design games, & more!

    Lesson 1: Python Basics

    Get acquainted with the basics of Python programming. Then explore how to represent repeating patterns with code.

    • Function calls
    • For loops
    • Python syntax basics

    Lesson 2: Conditionals

    Explore boolean values, boolean logic, if statements, and while loops. Write programs that “make decisions.”

    • Selection and conditional statements
    • Explore digital logic
    • Debugging tricks and techniques

    Lesson 3: Variables

    Learn about variable initialization, declaration, and more. Then get some practice with lists, a useful data structure.

    • Variables and datatypes
    • Expressions and operators
    • Store loads of data with lists

    Lesson 4: Turtle Graphics

    Create graphics and user interfaces with the Turtle module. Explore functions, a way to keep code organized and repeatable.

    • Write custom functions
    • Draw on the screen with code
    • Import Python modules

    Lesson 5: Game Design

    Design games with an interactive canvas and write programs that respond to key-presses, mouse events, and more.

    • Keyboard control and mouse events
    • Implement game logic and loops
    • Code several games from scratch

    Lesson 6: Capstone Project

    Put together everything you've learned to create a fun, playable arcade game. In this final project, you will create a Brick Breaker game using Turtle Graphics.

    • A challenging self-guided project
    • Extend the game with Bonus Challenges

    Game Developer Certification

    Be proud of what you've created! Keep up the momentum and continue on your learning journey.

  • Intro to Artificial Intelligence


    Ages: 7-12
    Skill Level: Intermediate
    Format: Online Private 1-on-1 Lessons
    Classes: 6 one hour classes

    View Hide Details

    Learn to use Artificial Intelligence and Machine Learning in your block coding projects. Make your code come to life in an all-new way.

    Lesson 1: Mad Hatter

    Explore the basics of AI with the Face-Tracking blocks. Create a costume that follows you, wherever you go! Add a wizard hat, clown nose, cowboy mustache, or whatever else you like.

    • Show and enable Face-Tracking
    • Switch costumes with code
    • Work with live video

    Lesson 2: Face Painting Booth

    Draw on a 3D face mesh! Make a carnival-style face paint creation. Create a costume or add glamorous makeup.

    • Explore Face-Tracking landmarks
    • Use the face-effect block to draw on a face mesh

    Lesson 3: World Traveler

    Create a greenscreen effect with live video and the Pose-Tracking blocks. Make a different animal appear as you change the scene.

    • Enable Pose-Tracking and work with body segmentation
    • Switch backgrounds with code
    • Use mouse events to control where you go

    Lesson 4: Protect the Cupcake

    Use the Hand-Tracking blocks to create an augmented reality "defense" game. Don't let the foxes steal your food!

    • Show and enable Hand-Tracking
    • Use positions of hand landmarks to control the motion of actors

    Lesson 5: Bubble Frenzy

    Create a game using the Hand-Tracking blocks. The bubble only pops if you follow the instructions, exactly! Explore Hand-Tracking landmarks and game logic.

    • Use dictionaries to represent landmarks efficiently
    • Use positions of hand landmarks to control game flow
    • Use variables to keep track of game state

    Lesson 6: Turtle Racer

    Use the Hand-Tracking blocks to create a virtual game controller! Control where the actor goes using a virtual steering wheel!

    • Show and enable Hand-Tracking
    • Use angles of landmarks to control the motion of actors
    • Use variables and positions of actors to control game flow

    AI Developer Certification

    Be proud of what you've created! Keep up the momentum and continue on your learning journey.

Summer Deal Sale Ends in 17 hours * Lifetime plan details are available here.

3-Year All-Access plans include:

  • 70+ courses
  • 5,000+ activities
  • Block Coding
  • Text Coding
  • 3 Mobile Apps
  • Minecraft Modding
  • Game Design
  • Robotics
  • Hardware
  • Web Development
  • Python
  • JavaScript
  • Processing (P5.JS)
  • Data Science
  • Advanced CS

Tynker is designed to progress with your child. A three year plan accelerates their coding mastery from block coding to advanced text languages.