chapter 2: Pythonic Syntax, Common Pitfalls, and Style Guide

Code style – or what is Pythonic code? 850 Common pitfalls 871 Summary

2.1 ode style – or what is Pythonic code?

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

.

2.2 Common pitfalls

2.3 Summary