Course curriculum

  • 1

    Chapter 1: Learn to create your own functions in Python!

    • 1.1 Learn to define a new function

    • 1.2 How do we pass parameters to functions?

    • 1.3 When do we define new functions?

    • 1.4 Functions examples

    • 1.5 Python Challenge

  • 2

    2. Basics of creating games with Python Turtle

    • 2.1 Turtle game Basics- part 1

    • 2.2 Python turtle game part 2

    • 2.3 The complete Python code for part-2 of the game is here, You can verify your code against this

  • 3

    3: Add more features to your turtle game

    • Add a timer to your Turtle game

    • Verify your timer code against the code here

    • Add a background picture to your game window

    • Add background sound to your game

    • Verify your code against the complete code here

  • 4

    4. Servo motors

    • 4.1 Learn to operate servo motors from Pico.

    • 4.2 Servo robotics Project challenge!