Python (programming language): Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Vincent Zee
(Initial entry.)
 
imported>Vincent Zee
mNo edit summary
Line 14: Line 14:
* [http://www.python.org/ Python Programming Language] Homepage
* [http://www.python.org/ Python Programming Language] Homepage


[[Category:CZ Live]]
[[Category:Computers Workgroup]]
[[Category:Computers Workgroup]]

Revision as of 02:46, 13 June 2007

Python is a dynamic object-oriented, general purpose programming language which runs on many different computer platforms and mobile devices. Python is open source software and is published under an OSI-approved license. Python aims to be a language that is efficient, coherent, readable, and fun to use. Because Python is an interpreted language, Python programs run immediately without the need for lengthy compile and link steps.

History

Syntax

Hello World

print 'Hello World'


External links