Idioms and Anti-Idioms in Python
Previous:
Idioms and Anti-Idioms in
Up:
Idioms and Anti-Idioms in
Next:
1 Language Constructs You
Contents
1 Language Constructs You Should Not Use
1.1 from module import *
1.2 Unadorned
exec
,
execfile
and friends
1.3 from module import name1, name2
1.4 except:
2 Exceptions
3 Using the Batteries
About this document ...
Idioms and Anti-Idioms in Python
Previous:
Idioms and Anti-Idioms in
Up:
Idioms and Anti-Idioms in
Next:
1 Language Constructs You
Release 0.00.