>A Byte of Python

Summary

We have seen how to use modules and create our own modules. Modules are useful because they provide services and functionality that you can reuse in your programs. The standard library is an example of a set of such modules.

Next, we will see some more interesting stuff called data structures.