Skip to content

Latest commit

 

History

History
47 lines (22 loc) · 635 Bytes

chapter10.rst

File metadata and controls

47 lines (22 loc) · 635 Bytes

chapter 10: Interacting with Modules

10.1 Creating Code Groupings

10.1.1 Linux

Automatic Install Script

$ sudo wget -qO- https://get.docker.com/ | sh

remove hell-world

$ sudo docker rm `sudo docker ps -aq`
$ sudo docker rmi hello-world

.

10.2 Importing Modules

10.3 Finding Modules on Disk

10.4 Viewing the Module Content

10.5 Using the Python Module Documentation