Python Programming Language: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
A [[Python Programming Language]] is a [[ | A [[Python Programming Language]] is a [[general-purpose programming language|general-purpose]], [[high-level programming language|high-level]] [[dynamic programming language]]. | ||
* <B><U>AKA</U>:</B> [[Python]], [[Python Language]]. | * <B><U>AKA</U>:</B> [[Python]], [[Python Language]]. | ||
* <B><U>Context</U>:</B> | * <B><U>Context</U>:</B> | ||
** It is an [[Interpreted Programming Language]]. | ** It is an [[Interpreted Programming Language]]. | ||
** It can be associated with a [[Python Program]], with: [[Python Variable]]s, [[Python Data Structure]]s, [[Python Conditional Statement]]s, etc. | ** It can be associated with a [[Python Program]], with: [[Python Variable]]s, [[Python Data Structure]]s, [[Python Conditional Statement]]s, etc. | ||
* <B><U>Example(s)</U>:</B> | * <B><U>Example(s)</U>:</B> | ||
Line 13: | Line 10: | ||
** [[Perl Programming Language]]. | ** [[Perl Programming Language]]. | ||
** [[Java Programming Language]]. | ** [[Java Programming Language]]. | ||
** [[Ruby Programming Language]]. | |||
** [[Julia Programming Language]]. | ** [[Julia Programming Language]]. | ||
* <B><U>See</U>:</B> [[SciPy Library]]. | * <B><U>See</U>:</B> [[SciPy Library]]. |
Revision as of 16:51, 23 September 2013
A Python Programming Language is a general-purpose, high-level dynamic programming language.
- AKA: Python, Python Language.
- Context:
- It is an Interpreted Programming Language.
- It can be associated with a Python Program, with: Python Variables, Python Data Structures, Python Conditional Statements, etc.
- Example(s):
- Python v2.7
- Python v3.0
- Counter-Example(s)
- See: SciPy Library.
References
2012
- http://en.wikipedia.org/wiki/Python_(programming_language)
- QUOTE: Python is a general-purpose, high-level programming language whose design philosophy emphasizes code readability. Python claims to combine "remarkable power with very clear syntax",[1] and its standard library is large and comprehensive.
Python supports multiple programming paradigms, primarily but not limited to object-oriented, imperative and, to a lesser extent, functional programming styles. It features a fully dynamic type system and automatic memory management, similar to that of Scheme, Ruby, Perl, and Tcl. Like other dynamic languages, Python is often used as a scripting language, but is also used in a wide range of non-scripting contexts. Using third-party tools, Python code can be packaged into standalone executable programs. Python interpreters are available for many operating systems.
The reference implementation of Python (CPython) is free and open source software and has a community-based development model, as do nearly all of its alternative implementations. CPython is managed by the non-profit Python Software Foundation.
- QUOTE: Python is a general-purpose, high-level programming language whose design philosophy emphasizes code readability. Python claims to combine "remarkable power with very clear syntax",[1] and its standard library is large and comprehensive.
2009
- http://www.python.org/
- Python is a dynamic object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with other languages and tools, comes with extensive standard libraries, and can be learned in a few days. Many Python programmers report substantial productivity gains and feel the language encourages the development of higher quality, more maintainable code.
- Python runs on Windows, Linux/Unix, Mac OS X, OS/2, Amiga, Palm Handhelds, and Nokia mobile phones. Python has also been ported to the Java and .NET virtual machines.
- Python is distributed under an OSI-approved open source license that makes it free to use, even for commercial products.
- ↑ "What is Python?". General Python FAQ. Python Software Foundation. http://docs.python.org/faq/general.html#what-is-python. Retrieved 27 June 2009.