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 the most common data types in Python, took an overview of their operations, and understood how control flow can be controlled within a Python script.

In the next chapter, we will look further into the container data types that can be used to hold multiple pieces of data. We will also take a look at IO and see how our Python programs can interact with the other data and devices on the system.