Category:Python: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Changed over to language header)
m (Grammar)
Line 4: Line 4:
Python source files (.py files) are typically compiled to an intermediate bytecode language (.pyc files) and executed by a Python Virtual Machine.
Python source files (.py files) are typically compiled to an intermediate bytecode language (.pyc files) and executed by a Python Virtual Machine.


Note: because Python use whitespace for structure, do not format long code example with leading whitespace, but use <nowiki><pre></pre></nowiki> tags. This will make it easier to copy tested code into the wiki, and copying code out of the wiki. Example:
Note: because Python use whitespace for structure, do not format long code examples with leading whitespace, but use <nowiki><pre></pre></nowiki> tags. This will make it easier to copy tested code into the wiki, and copying code out of the wiki. Example:
<pre>
<pre>
print 'this line must not have leading indentation!'
print 'this line must not have leading indentation!'

Revision as of 20:16, 14 January 2008

Language
Python
This programming language may be used to instruct a computer to perform a task.
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Python.

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.

Note: because Python use whitespace for structure, do not format long code examples with leading whitespace, but use <pre></pre> tags. This will make it easier to copy tested code into the wiki, and copying code out of the wiki. Example:

print 'this line must not have leading indentation!'

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,513 total.

(previous page) (next page)

A

(previous page) (next page)