Python/Pythonic Concepts

From Wiki
< Python
Revision as of 11:34, 10 April 2021 by Marcluer (talk | contribs) (→‎Asking forgiveness, not permission)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Asking forgiveness, not permission

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

Duck typing