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

Chapter 3. Working with Data Structures and I/O

In this chapter, we will take a look at:

  • The various data structures that are included in the standard Python types

  • How they can be used to manage multiple sets of data in a Python application

  • Reading and writing files to and from the disk to allow your applications to save their state or operate over data that already exists in a file on disk