Category:Python: Difference between revisions

Added features, someone figure out param passing
m (Linkified)
(Added features, someone figure out param passing)
Line 1:
{{language|Python
{{language|Python}}{{codepad}}From the official [http://www.python.org Python] website: "Python is a dynamic [[object-oriented]] programming language that can be used for many kinds of software development."
|strength=strong
|safety=safe
|express=implicit
|checking=dynamic
{{language|Pythongc=yes}}{{codepad}}From the official [http://www.python.org Python] website: "Python is a dynamic [[object-oriented]] programming language that can be used for many kinds of software development."
 
It is easy to create clean bug-free programs in Python due to the motto: "Errors should never pass silently." Python source files (.py files) are typically compiled to an intermediate [[bytecode]] language (.pyc files) and executed by a Python Virtual Machine.
Anonymous user