Category:Python

From Rosetta Code

Jump to: navigation, search
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.
Official website
Execution method: Interpreted
Garbage collected: Yes
Type safety: Safe
Type strength: Strong
Type expression: Implicit
Type checking: Dynamic
See Also:
Listed below are all of the tasks on Rosetta Code which have been solved using Python.
Add to BlogMarksAdd to del.icio.usAdd to diggAdd to NewsvineAdd to redditAdd to Slashdot
Your Help Needed
If you know Python, please write code for some of the tasks not implemented in Python.
Try this language on Codepad.
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 is an interpreter. 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, or, preferably, <lang python></lang> tags. This will make it easier to copy code into and out of the wiki. Example:

print 'this line must not have leading indentation!'
if True:
print 'example: ', foo(3), len(bar)

[edit] See Also


(previous 200) (next 200)

Subcategories

This category has the following 2 subcategories, out of 3 total.

@

Pages in category "Python"

The following 198 pages are in this category, out of 352 total.

1

2

9

A

B

C

D

D cont.

E

F

G

H

H cont.

I

J

K

L

M

(previous 200) (next 200)
Personal tools
Google AdSense