Summary
In this chapter, we looked at getting the Pi set up and running using the Raspbian operating system, and went through the Python development tools and the differences between the Python versions.
We also looked at our first snippets of Python code and the different ways that Python can be executed.
In the next chapter, we will focus more on the fundamentals of Python programming when we look at control flow operations, multiple data types, and the operations they support.