Lesson 3
Discovering your Paths
Chapter 1: Introduction
Recap
Welcome back!
In Lesson 2, you have looked in depth at various basic programming ‘atoms’, and how they should be thought of and implemented in Python.
You have explored concepts like objects, basic data types in Python, literals and identifiers such as variables and keywords. You also looked at how you can combine objects with operators to form expressions, and how these relate to a statement.
I have also introduced you to Git, and you have created your very first Git repository for your robot project. We will continue with more Git goodness in this lesson, while you try to grow your robot project.