A Byte of Python

Summary

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

Next, we will learn about some interesting concepts called data structures.