Difference between revisions of "Python"
From Organic Design wiki
Infomaniac (talk | contribs) (→Resources) |
(Creating stand-alone executables from Python code) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
− | == | + | == Python resources == |
− | *[http://docs.python.org/tutorial/ | + | *[https://wiki.python.org/moin/ The Python wiki] |
+ | *[http://docs.python.org/tutorial/ Recommended Python tutorial] | ||
− | [[ | + | == See also == |
− | + | *[http://blog.startifact.com/posts/older/what-is-pythonic.html What is Pythonic] | |
− | + | *[http://www.python.org/download/releases/2.2/descrintro/#__new__ About the __new__() method] | |
− | + | *[http://effbot.org/pyfaq/how-can-i-create-a-stand-alone-binary-from-a-python-script.htm Creating stand-alone executables from Python code] | |
+ | *[[Bitgroup]] ''- my first Python project'' | ||
+ | [[Category:Programming languages]] |
Latest revision as of 16:07, 20 October 2013
Python resources
See also
- What is Pythonic
- About the __new__() method
- Creating stand-alone executables from Python code
- Bitgroup - my first Python project