Category:Python: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Categorizing the language category.)
 
(Copied language description)
Line 1: Line 1:
[[Category:Solutions by Programming Language]]
[[Category:Solutions by Programming Language]]
From the official [http://www.python.org Python] web-site "Python is a dynamic object-oriented programming language that can be used for many kinds of software development."

Python is very readable and easy to create clean bug-free programs 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.

==See Also==
* [http://en.wikipedia.org/wiki/python_(programming_language) Wikipedia: Python]
* [http://www.python.org The Python official site]

Revision as of 13:23, 6 February 2007

From the official Python web-site "Python is a dynamic object-oriented programming language that can be used for many kinds of software development."

Python is very readable and easy to create clean bug-free programs 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.

See Also

Subcategories

This category has the following 18 subcategories, out of 18 total.

K

L

M

N

P

S

T

V

W

Pages in category "Python"

The following 200 pages are in this category, out of 1,515 total.

(previous page) (next page)

A

(previous page) (next page)