Python

From ZENotes
(Difference between revisions)
Jump to: navigation, search
Line 4: Line 4:
  
 
[[Python glossary]]
 
[[Python glossary]]
 +
 +
 +
|and ||as|| assert break ||class|| continue|
 +
|def ||del || elif ||else ||except ||exec|
 +
|finally |||| for from ||global || if || import|
 +
|in ||is || lambda nonlocal|| not || or||
 +
|pass ||raise|| return|| try || while || with|
 +
|yield|| True|| False|| None ||
 +
  
  
  
 
Back to [[Self training]]
 
Back to [[Self training]]

Revision as of 12:50, 1 May 2013

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

Python snippets

Python glossary


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



Back to Self training

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox