Difference between revisions of "Python"

From ProgrammingExamples
Jump to: navigation, search
(add switch example)
(Add ThreePartOperator)
Line 16: Line 16:
 
* [[Python/UserPasswords|Getting a user name and (hidden text) password]]
 
* [[Python/UserPasswords|Getting a user name and (hidden text) password]]
 
* [[Python/DictAsSwitch|How to do a switch/case statement in Python]]
 
* [[Python/DictAsSwitch|How to do a switch/case statement in Python]]
 +
* [[Python/ThreePartOperator|How to mimic C's a = b ? b : c]]

Revision as of 14:16, 5 October 2011

Python

The Python programming language

There is extensive online documentation, including a tutorial.


Python Programming Examples