chapter 6: Managing Information

6.1 Controlling How Python Views Data

6.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

.

6.2 Working with Operators

6.3 Creating and Using Functions

6.4 Getting User Input