Python

From ZENotes
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
 +
 
From http://interactivepython.org/courselib/static/thinkcspy/GeneralIntro/introduction.html
 
From http://interactivepython.org/courselib/static/thinkcspy/GeneralIntro/introduction.html
  
Line 5: Line 6:
 
[[Python glossary]]
 
[[Python glossary]]
  
 
+
{| Python keywords
 
|and ||as|| assert break ||class|| continue|
 
|and ||as|| assert break ||class|| continue|
 
|def ||del || elif ||else ||except ||exec|
 
|def ||del || elif ||else ||except ||exec|
Line 12: Line 13:
 
|pass ||raise|| return|| try || while || with|
 
|pass ||raise|| return|| try || while || with|
 
|yield|| True|| False|| None ||
 
|yield|| True|| False|| None ||
 
+
|}
 
+
  
  
 
Back to [[Self training]]
 
Back to [[Self training]]

Revision as of 12:52, 1 May 2013

From http://interactivepython.org/courselib/static/thinkcspy/GeneralIntro/introduction.html

Python snippets

Python glossary

and as assert break class def del elif else except finally for from global if in is lambda nonlocal not or pass raise return try while yield True False None


Back to Self training

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox