Category:Python

From Rosetta Code

Jump to: navigation, search

Programming Language
Python is a programming language. It may be used to instruct computers to accomplish a variety of tasks which may or may not be domain-specific. You may find a list of its implementations here, and a list of its users on RC here.

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

See also: Python on the HOPL


From the official 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.

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

print 'this line must not have leading indentation!'

[edit] See Also

Subcategories

There is one subcategory to this category.

P

Articles in category "Python"

There are 179 articles in this category.

1

9

A

B

C

D

E

F

F cont.

G

H

I

L

M

N

O

P

P cont.

Q

R

S

T

U

V

W

X

Z

Personal tools