Category:Python: Difference between revisions

Content added Content deleted
(v3.8.7)
(Undo revision 321087 by Hajo (talk) The version specified was for CPython. While that is a reference implementation, it's far from the only implementation)
Line 12: Line 12:


It is easy to create clean bug-free programs in Python due to the motto: "Errors should never pass silently." Python is an [[wp:Interpreter (computing)|interpreter]]. Python source files (.py files) are typically compiled to an intermediate [[bytecode]] language (.pyc files) and executed by a Python Virtual Machine.
It is easy to create clean bug-free programs in Python due to the motto: "Errors should never pass silently." Python is an [[wp:Interpreter (computing)|interpreter]]. Python source files (.py files) are typically compiled to an intermediate [[bytecode]] language (.pyc files) and executed by a Python Virtual Machine.

Current version: Python 3.8.7 - 2020-12-21


===Notes===
===Notes===