Skip to content

Latest commit

 

History

History
42 lines (20 loc) · 551 Bytes

chapter6.rst

File metadata and controls

42 lines (20 loc) · 551 Bytes

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