Changes

Jump to navigation Jump to search
added references and some wikilinks
Line 3: Line 3:  
'''Python''' is a high-level programming language created by Guido van Rossum in 1991.  It is a multi-paradigm language with a fully dynamic type system and automatic garbage collection.
 
'''Python''' is a high-level programming language created by Guido van Rossum in 1991.  It is a multi-paradigm language with a fully dynamic type system and automatic garbage collection.
   −
The most popular implementation of Python is the CPython implementation maintained by the Python Software Foundation. Currently developed under an [[open source]] model and licensed under its own Python Software Foundation License, CPython is a byte-code interpreter that comes with a rich library that includes modules for creating graphical user interface, relational database, arbitrary precision arithmetic, complex arithmetic, unit testing, regular expression, XML parsing, C/C++ interfacing and zip compression; combined, these features makes it a powerful glue language between lower-level machine languages and higher level languages and programs.
+
The most popular implementation of Python is the CPython implementation maintained by the Python Software Foundation. Currently developed under an [[open source]] model and licensed under its own Python Software Foundation License, CPython is a byte-code interpreter that comes with a rich library that includes modules for creating graphical user interface, relational database, arbitrary precision arithmetic, complex arithmetic, unit testing, regular expression, XML parsing, C/C++ interfacing and zip compression; combined, these features makes it a powerful glue language between lower-level machine languages and higher level languages and programs. <ref> {{cite web|url=http://python.org/about/ | title= About Python | work=Python Software Foundation }}</ref>
    
Other popular Python implementations include [[Jython]], written in [[Java]], and [[IronPython]], for [[Microsoft]]'s [[.Net framework|.NET framework]].
 
Other popular Python implementations include [[Jython]], written in [[Java]], and [[IronPython]], for [[Microsoft]]'s [[.Net framework|.NET framework]].
Line 20: Line 20:  
[[Category:Programming Languages]]
 
[[Category:Programming Languages]]
 
[[Category:Scripting Languages]]
 
[[Category:Scripting Languages]]
 +
 +
==References==
 +
<references>
1,590

edits

Navigation menu