Examples of reusable modules

You don't have to look very far to find examples of reusable modules; the Python Package Index (https://pypi.python.org/pypi) provides a huge repository of shared modules and packages. You can search for a package by name or keyword, or you can browse through the repository by topic, license, intended audience, development status, and so on.

While the Python Package Index is huge, it is also extremely useful: all of the most successful packages and modules are included. Let's look more closely at some of these more popular reusable packages.

requests

The requests library (http://docs.python-requests.org/en/master/) is a Python package that makes it easy to send HTTP requests to remote servers and process the response. ...

Get Modular Programming with Python now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.