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 5. Packaging Code with setuptools

In this chapter, we will look at the ways we can use third-party libraries in our Python code and how we can package our own Python modules ready for distribution. The distribution can be done in a variety of ways including via the popular pip repository, which we will take a quick look at.

The following topics will be covered in this chapter:

  • Using packages in your Python code

  • Packaging your own Python modules