Book Image

Getting Started with Python and Raspberry Pi (Redirected from Learning Python By Developing Raspberry Pi Applications)

By : Dan Nixon
Book Image

Getting Started with Python and Raspberry Pi (Redirected from Learning Python By Developing Raspberry Pi Applications)

By: Dan Nixon

Overview of this book

Table of Contents (18 chapters)
Getting Started with Python and Raspberry Pi
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

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.