chapter 6: Advanced Concepts

6.1 Decorators

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 Object-oriented programming

6.3 Writing a custom iterator

6.4 Summary