Difference between revisions of "Python"

From Organic Design wiki
(See also: python wiki)
(Creating stand-alone executables from Python code)
 
Line 2: Line 2:
 
== Python resources ==
 
== Python resources ==
 
*[https://wiki.python.org/moin/ The Python wiki]
 
*[https://wiki.python.org/moin/ The Python wiki]
 +
*[http://docs.python.org/tutorial/ Recommended Python tutorial]
  
 
== See also ==
 
== See also ==
 
*[http://blog.startifact.com/posts/older/what-is-pythonic.html What is Pythonic]
 
*[http://blog.startifact.com/posts/older/what-is-pythonic.html What is Pythonic]
*[http://docs.python.org/tutorial/ Recommended Python tutorial]
+
*[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''
 
*[[Bitgroup]] ''- my first Python project''
*[http://www.python.org/download/releases/2.2/descrintro/#__new__ About the __new__() method]
 
 
 
[[Category:Programming languages]]
 
[[Category:Programming languages]]

Latest revision as of 16:07, 20 October 2013

Cone.png This article or section is a stub. Stubs are articles that have not yet received substantial attention from the authors. They are short or insufficient pieces of information and require additions to further increase the article's usefulness. The project values stubs as useful first steps toward complete articles.

Python resources

See also