This is an archived version of the course. Please find the latest version of the course on the main webpage.

Chapter 1: Introduction

Recap

face Josiah Wang

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.

Basic elements in a statement

Assignment statements

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.