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 storing data sets in Python using the container types and how we can perform operations over an entire data set using the container operations as well as accessing files saved on the disk as plain text.

In the next chapter, we will learn about the Object Oriented Programming (OOP) paradigm, how this differs from the functional programming style we have been doing so far, and in what cases it should be used.