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 object-oriented programming paradigm and how it can benefit applications, and the way that classes can be combined into modules and used in other scripts.

We also had a brief introduction to multithreading and the best practices for ensuring data validity between the threads that access shared data.

In the next chapter, we will have a look at the setuptools utility and see how it can be used to package the Python code for distribution to multiple systems, and how it can help manage dependencies on the other libraries.