Python Program: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "]. * <B>Counter" to "]. ** ... * <B>Counter") |
m (Text replacement - "** ..." to "** …") |
||
Line 12: | Line 12: | ||
** a [[Recursive Python Program]]. | ** a [[Recursive Python Program]]. | ||
** a [[Python Example Program]][http://www.google.com/search?q=python+program+example]. | ** a [[Python Example Program]][http://www.google.com/search?q=python+program+example]. | ||
** | ** … | ||
* <B>Counter-Example(s):</B> | * <B>Counter-Example(s):</B> | ||
** a [[Julia Program]], [[Perl Program]], [[R Program]], [[Java Program]], [[Scala Program]], [[Ruby Program]], ... | ** a [[Julia Program]], [[Perl Program]], [[R Program]], [[Java Program]], [[Scala Program]], [[Ruby Program]], ... |
Revision as of 22:39, 23 March 2021
A Python Program is a computer program composed of Python code (written in Python).
- Context:
- It can (typically) use of a Python Variable.
- It can (typically) use of a Python Data Structure.
- It can (typically) use a Python Function, such as a Python Built-in Function.
- It can (typically) use a Python Library.
- It can range from (typically) being a Python Multi-Line Program (e.g. a python real-world program) to being a Python Oneliner.
- Example(s):
- Counter-Example(s):
- See: Python Interpreter, Python Program Template, virtualenv.