Getting to Know the Raspberry Pi – Session 3 – July 13, 2020

Introduction to Programming with Python Part 1

In our third session, we started learning about programming concepts using the Python programming language. We learned:

Input (input statement)

Output (print statement)

Variables and some basic types (int, float, string, list)

iterative loops (for)