Python Program: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
** It can make use of a [[Python Data Structure]]. | ** It can make use of a [[Python Data Structure]]. | ||
** It can make use of a [[Python Function]], such as a [[Python Built-in Function]]. | ** It can make use of a [[Python Function]], such as a [[Python Built-in Function]]. | ||
** It can make use of a [[Python Library]]. | |||
* <B><U>Example(s)</U>:</B> | * <B><U>Example(s)</U>:</B> | ||
** [[helloWorld.py]]. | ** [[helloWorld.py]]. | ||
Line 11: | Line 12: | ||
** other [[Python Example Program]]s http://www.google.com/search?q=python+program+example . | ** other [[Python Example Program]]s http://www.google.com/search?q=python+program+example . | ||
* <B><U>Counter-Example(s)</U>:</B> | * <B><U>Counter-Example(s)</U>:</B> | ||
** a [[Perl Program]]. | ** a [[Perl Program]], [[R Program]], [[Java Program]], [[Scala Program]], [[Ruby Program]], ... | ||
** a [[Python Interactive Session]]. | ** a [[Python Interactive Session]]. | ||
* <B><U>See</U>:</B> [[Python Interpreter]]. | * <B><U>See</U>:</B> [[Python Interpreter]]. | ||
---- | ---- |
Revision as of 01:54, 29 July 2014
A Python Program is a computer program written in the Python programming language.
- Context:
- It can make use of a Python Variable.
- It can make use of a Python Data Structure.
- It can make use of a Python Function, such as a Python Built-in Function.
- It can make use of a Python Library.
- Example(s):
- Counter-Example(s):
- See: Python Interpreter.