Difference between revisions of "Python"

From Organic Design wiki
(Resources)
(Creating stand-alone executables from Python code)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{stub}}
 
{{stub}}
==Resources==
+
== Python resources ==
*[http://docs.python.org/tutorial/ recommended Python tutorial]
+
*[https://wiki.python.org/moin/ The Python wiki]
 +
*[http://docs.python.org/tutorial/ Recommended Python tutorial]
  
[[category:software]]
+
== See also ==
 
+
*[http://blog.startifact.com/posts/older/what-is-pythonic.html What is Pythonic]
==Used in==
+
*[http://www.python.org/download/releases/2.2/descrintro/#__new__ About the __new__() method]
{{used in|Zope}}{{used in|Plone}}
+
*[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

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