Créer un compte gratuit
Rejoignez Calaméo pour publier et partager vos documents !
Notez et commentez vos publications favorites, téléchargez des documents, partagez vos lectures avec vos amis.
Python 3.1 - do and don't
5 pages
Publié par
Poussah
Copyright :
Tous droits réservés
Idioms and Anti-Idioms in Python
Release 3.
1
Guido van Rossum
Fred L.
Drake, Jr.
, editor
June 26, 2009
Python Software Foundation
Email: docs@python.
org
Contents
1 Language Constructs You Should Not Use i
1.
1 from module import * ....
[Plus]
Idioms and Anti-Idioms in Python
Release 3.
1
Guido van Rossum
Fred L.
Drake, Jr.
, editor
June 26, 2009
Python Software Foundation
Email: docs@python.
org
Contents
1 Language Constructs You Should Not Use i
1.
1 from module import * .
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
ii
Inside Function Definitions .
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
ii
At Module Level .
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
ii
When It Is Just Fine .
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
ii
1.
2 from module import name1, name2 .
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
ii
1.
3 except: .
.
.
.
.
.
.
.
.
.
.
.
.
.
[Moins]
Tags
anti,
backslash,
batteries,
constructs,
continue,
dangerous,
definitions,
exceptions,
import,
inside,
language,
module,
name1,
name2,
python,
shows,
statements