Category:Python: Difference between revisions

v3.8.7
(Todo)
(v3.8.7)
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.
 
Current version: Python 3.8.7 - 2020-12-21
 
===Notes===
Anonymous user