Python/Pythonic Concepts

From Wiki

Asking forgiveness, not permission

Instead of checking for all possible mistakes before command, do try/except with command.

Duck typing