Python Programming Language: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
A [[Python Programming Language]] is a [[Programming Language]].
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 a [[High-level Programming Language]].
** It is a [[General-Purpose Programming Language]].
** It is an [[Interpreted Programming Language]].
** It is an [[Interpreted Programming Language]].
** It is a [[Dynamic 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.



References

2012

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.

  1. "What is Python?". General Python FAQ. Python Software Foundation. http://docs.python.org/faq/general.html#what-is-python. Retrieved 27 June 2009.