0% acharam este documento útil (0 voto)
11 visualizações56 páginas

Python (Programming Language) - Wikipedia

Python é uma linguagem de programação de alto nível, dinamicamente tipada e multiparadigma, com ênfase na legibilidade do código. Criada por Guido van Rossum no final da década de 1980, Python se tornou uma das linguagens mais populares, especialmente em aprendizado de máquina. Sua filosofia de design é resumida no Zen of Python, que prioriza simplicidade e clareza, embora a linguagem tenha evoluído com novas funcionalidades ao longo dos anos.

Enviado por

siprianomanuel04
Direitos autorais
© © All Rights Reserved
Levamos muito a sério os direitos de conteúdo. Se você suspeita que este conteúdo é seu, reivindique-o aqui.
Formatos disponíveis
Baixe no formato PDF, TXT ou leia on-line no Scribd
0% acharam este documento útil (0 voto)
11 visualizações56 páginas

Python (Programming Language) - Wikipedia

Python é uma linguagem de programação de alto nível, dinamicamente tipada e multiparadigma, com ênfase na legibilidade do código. Criada por Guido van Rossum no final da década de 1980, Python se tornou uma das linguagens mais populares, especialmente em aprendizado de máquina. Sua filosofia de design é resumida no Zen of Python, que prioriza simplicidade e clareza, embora a linguagem tenha evoluído com novas funcionalidades ao longo dos anos.

Enviado por

siprianomanuel04
Direitos autorais
© © All Rights Reserved
Levamos muito a sério os direitos de conteúdo. Se você suspeita que este conteúdo é seu, reivindique-o aqui.
Formatos disponíveis
Baixe no formato PDF, TXT ou leia on-line no Scribd
Você está na página 1/ 56

Python (linguagem de programação)

Python é uma linguagem de programação de alto nível e de propósito geral . Sua filosofia de
design enfatiza a legibilidade do código com o uso de recuo significativo . [ 32 ]

Python é dinamicamente tipado e coletado como lixo . Ele suporta múltiplos paradigmas de
programação , incluindo programação estruturada (particularmente procedural ), orientada a
objetos e funcional . É frequentemente descrito como uma linguagem "baterias incluídas" devido
à sua abrangente biblioteca padrão . [ 33 ] [ 34 ]

Guido van Rossum começou a trabalhar no Python no final da década de 1980 como sucessor
da linguagem de programação ABC e o lançou pela primeira vez em 1991 como Python 0.9.0.
[ 35 ]
O Python 2.0 foi lançado em 2000. O Python 3.0, lançado em 2008, foi uma revisão
importante não totalmente compatível com versões anteriores. O Python 2.7.18, lançado em
2020, foi o último lançamento do Python 2. [ 36 ]

Python é consistentemente classificada como uma das linguagens de programação mais


populares e ganhou amplo uso na comunidade de aprendizado de máquina . [ 37 ] [ 38 ] [ 39 ] [ 40 ]

História

O designer do Python,
Guido van Rossum , na
OSCON 2006

O Python foi concebido no final da década de 1980 [ 41 ] por Guido van Rossum no Centrum
Wiskunde & Informatica (CWI) na Holanda como um sucessor da linguagem de programação
ABC , que foi inspirada no SETL , [ 42 ] capaz de lidar com exceções e interagir com o sistema
operacional Amoeba . [ 12 ] Sua implementação começou em dezembro de 1989. [ 43 ] Van
Rossum assumiu a responsabilidade exclusiva pelo projeto, como desenvolvedor líder, até 12 de
julho de 2018, quando anunciou suas "férias permanentes" de suas responsabilidades como "
ditador benevolente vitalício " (BDFL) do Python, um título que a comunidade Python concedeu a
ele para refletir seu compromisso de longo
Pitão
prazo como o principal tomador de decisões
do projeto [ 44 ] (ele já saiu da aposentadoria e
se autointitula "BDFL-emérito"). Em janeiro de
2019, os desenvolvedores ativos do núcleo
Python elegeram um Conselho Diretor de
cinco membros para liderar o projeto. [ 45 ] [ 46 ]

Python 2.0 was released on 16 October 2000, Paradigma Multiparadigma :


orientado a objetos ,
with many major new features such as list
[1]
procedural (
comprehensions, cycle-detecting garbage
imperativo ),
collection, reference counting, and Unicode
funcional ,
support.[47] Python 2.7's end-of-life was initially estruturado , reflexivo
set for 2015, then postponed to 2020 out of
concern that a large body of existing code Projetado por Guido van Rossum

could not easily be forward-ported to Desenvolvedor Fundação de


[48][49]
Python 3. No further security patches or Software Python
other improvements will be released for
Apareceu pela 20 de fevereiro de
it.[50][51] While Python 2.7 and older versions
primeira vez 1991 [ 2 ]
are officially unsupported, a different unofficial
Python implementation, PyPy, continues to
Lançamento estável 3.13.1 / 3 de
support Python 2, i.e. "2.7.18+" (plus 3.10),
dezembro de 2024
with the plus meaning (at least some)
"backported security updates".[52] Disciplina de pato , dinâmico , forte
digitação ; [ 3 ] anotações de
Python 3.0 was released on 3 December 2008, tipo opcionais (desde
with some new semantics and changed 3.5, mas essas dicas
syntax. At least every Python release since são ignoradas,

(now unsupported) 3.5 has added some exceto com


ferramentas não
syntax to the language, and a few later
oficiais) [ 4 ]
releases have dropped outdated modules, or
changed semantics, at least in a minor way. SO Nível 1 : Linux de 64
bits , macOS ;
Since 7 October 2024, Python 3.13 is the latest Windows 10+ de 64 e
stable release, and it and, for few more 32 bits [ 5 ]
months, 3.12 are the only releases with active Camada 2 : por
support including for bugfixes (as opposed to exemplo,
just for security) and Python 3.9,[53] is the WebAssembly de 32

oldest supported version of Python (albeit in bits (WASI)


Nível 3 : Android de
the 'security support' phase), due to Python 3.8
64 bits , [ 6 ] iOS ,
reaching end-of-life.[54][55] Starting with 3.13, it FreeBSD e Raspberry
and later versions have 2 years of full support Pi (32 bits) SO

(up from one and a half), followed by 3 years não oficial (ou que
funciona): Outras
of security support (for same total support as
variantes do tipo Unix
before).
/ BSD ) e algumas

Security updates were expedited in 2021 (and outras plataformas


[7][8][9]
again twice in 2022, and more fixed in 2023
and in September 2024 for Python 3.12.6 Licença Licença da Python
down to 3.8.20), since all Python versions Software Foundation
were insecure (including 2.7[56]) because of
Extensões de nome .py, .pyw, .pyz, [ 10 ]
security issues leading to possible remote
de arquivo .pyi, .pyc, .pyd
code execution[57] and web-cache
poisoning.[58] Site python.org (https://w
ww.python.org/)
Python 3.10 added the | union type
Principais implementações
operator[59] and the match and case
keywords (for structural pattern matching CPython , PyPy , Python sem pilha ,

statements). 3.11 expanded exception MicroPython , CircuitPython , IronPython ,


Jython
handling functionality. Python 3.12 added the
new keyword type . Notable changes in 3.11 Dialetos
from 3.10 include increased program
Cython , RPython , Starlark [ 11 ]
execution speed and improved error
reporting.[60] Python 3.11 claims to be Influenciado por
between 10 and 60% faster than Python 3.10,
ABC , [ 12 ] Ada , [ 13 ] ALGOL 68 , [ 14 ]
and Python 3.12 adds another 5% on top of
APL , [ 15 ] C , [ 16 ] C++ , [ 17 ] CLU , [ 18 ] Dylan ,
that. It also has improved error messages [ 19 ]

(again improved in 3.14), and many other Haskell , [ 20 ] [ 15 ] Ícone , [ 21 ] Lisp , [ 22 ]


changes. Modula-3 , [ 14 ] [ 17 ] Perl , [ 23 ] ML padrão [ 15 ]

Python 3.13 introduces more syntax for types, Influenciado


a new and improved interactive interpreter
Apache Groovy , Boo , Cobra , CoffeeScript ,
(REPL), featuring multi-line editing and color [ 24 ]
D , F# , GDScript , Go , JavaScript , [ 25 ] [ 26 ]
support; an incremental garbage collector Julia , [ 27 ] Mojo , [ 28 ] Nim , Ring , [ 29 ] Ruby ,
(producing shorter pauses for collection in [ 30 ]
Swift [ 31 ]
programs with a lot of objects, and addition to
Programação Python no Wikilivros
the improved speed in 3.11 and 3.12), and an
experimental just-in-time (JIT) compiler (such
features, can/needs to be enabled specifically for the increase in speed),[61] and an experimental
free-threaded build mode, which disables the global interpreter lock (GIL), allowing threads to run
more concurrently, that latter feature enabled with python3.13t or python3.13t.exe .

Python 3.13 introduces some change in behavior, i.e. new "well-defined semantics", fixing bugs
(plus many removals of deprecated classes, functions and methods, and removed some of the
C API and outdated modules): "The [old] implementation of locals() and
frame.f_locals is slow, inconsistent and buggy [and it has] has many corner cases and
oddities. Code that works around those may need to be changed. Code that uses locals() for
simple templating, or print debugging, will continue to work correctly."[62]

Some (more) standard library modules and many deprecated classes, functions and methods,
will be removed in Python 3.15 or 3.16.[63][64]

Python 3.14 is now in alpha 2;[65] regarding possible change to annotations: "In Python 3.14,
from __future__ import annotations will continue to work as it did before, converting
annotations into strings." [66]

PEP 711 proposes PyBI: a standard format for distributing Python Binaries.[67]

O Python 3.15 "Tornará o modo UTF-8 padrão", [ 68 ] o modo existe em todas as versões atuais do
Python, mas atualmente precisa ser ativado. O UTF-8 já é usado, por padrão, no Windows (e em
outros lugares), para a maioria das coisas, mas, por exemplo, para open arquivos, não é e a
ativação também torna o código totalmente multiplataforma, ou seja, usa UTF-8 para tudo em
todas as plataformas.

Filosofia e características do design

Python é uma linguagem de programação multiparadigma . A programação orientada a objetos


e a programação estruturada são totalmente suportadas, e muitos de seus recursos suportam
programação funcional e programação orientada a aspectos (incluindo metaprogramação [ 69 ] e
metaobjetos ). [ 70 ] Muitos outros paradigmas são suportados por meio de extensões, incluindo
design por contrato [ 71 ] [ 72 ] e programação lógica . [ 73 ] Python é conhecida como uma
linguagem de colagem , [ 74 ] capaz de funcionar muito bem com muitas outras linguagens com
facilidade de acesso.

Python usa tipagem dinâmica e uma combinação de contagem de referência e um coletor de


lixo de detecção de ciclo para gerenciamento de memória . [ 75 ] Ele usa resolução dinâmica de
nomes ( vinculação tardia ), que vincula nomes de métodos e variáveis ​durante a execução do
programa.
Seu design oferece algum suporte para programação funcional na tradição Lisp . Ele tem
funções filter , map e ; compreensões de listas , dicionários , conjuntos e expressões
geradoras . [ 76 ] A biblioteca padrão tem dois módulos ( e ) que implementam ferramentas
funcionais emprestadas de Haskell e Standard ML . [ 77 ] reduce itertools functools

Sua filosofia central é resumida no Zen of Python (PEP 20), que inclui aforismos como: [ 78 ]

Bonito é melhor que feio.

Explícito é melhor que implícito.

Simples é melhor que complexo.

Complexo é melhor que complicado.

A legibilidade é importante.

However, Python features regularly violate these principles and have received criticism for adding
unnecessary language bloat.[79] Responses to these criticisms are that the Zen of Python is a
guideline rather than a rule.[80] The addition of some new features had been so controversial that
Guido van Rossum resigned as Benevolent Dictator for Life following vitriol over the addition of
the assignment expression operator in Python 3.8.[81][82]

Nevertheless, rather than building all of its functionality into its core, Python was designed to be
highly extensible via modules. This compact modularity has made it particularly popular as a
means of adding programmable interfaces to existing applications. Van Rossum's vision of a
small core language with a large standard library and easily extensible interpreter stemmed from
his frustrations with ABC, which espoused the opposite approach.[41]

Python claims to strive for a simpler, less-cluttered syntax and grammar while giving developers
a choice in their coding methodology. In contrast to Perl's "there is more than one way to do it"
motto, Python embraces a "there should be one—and preferably only one—obvious way to do it."
philosophy.[78] In practice, however, Python provides many ways to achieve the same task. There
are, for example, at least three ways to format a string literal, with no certainty as to which one a
programmer should use.[83] Alex Martelli, a Fellow at the Python Software Foundation and Python
book author, wrote: "To describe something as 'clever' is not considered a compliment in the
Python culture."[84]

Os desenvolvedores do Python geralmente se esforçam para evitar a otimização prematura e


rejeitam patches para partes não críticas da implementação de referência do CPython que
ofereceriam aumentos marginais na velocidade ao custo da clareza. [ 85 ] A velocidade de
execução pode ser melhorada movendo funções críticas de velocidade para módulos de
extensão escritos em linguagens como C, ou usando um compilador just-in-time como o PyPy .
Também é possível fazer a compilação cruzada para outras linguagens , mas isso não fornece a
aceleração total que pode ser esperada, já que o Python é uma linguagem muito dinâmica , ou
um subconjunto restrito do Python é compilado e possivelmente a semântica é ligeiramente
alterada. [ 86 ]

Os desenvolvedores do Python buscam que ele seja divertido de usar. Isso se reflete em seu
nome — uma homenagem ao grupo de comédia britânico Monty Python [ 87 ] — e em abordagens
ocasionalmente lúdicas para tutoriais e materiais de referência, como o uso dos termos "spam"
e "eggs" (uma referência a um esquete do Monty Python ) em exemplos, em vez dos
frequentemente usados ​"foo" e "bar" . [ 88 ] [ 89 ] Um neologismo comum na comunidade Python é
pythonic , que tem uma ampla gama de significados relacionados ao estilo do programa. O
código "pythonic" pode usar bem os idiomas Python , ser natural ou mostrar fluência na
linguagem, ou estar em conformidade com a filosofia minimalista do Python e ênfase na
legibilidade. O código que é difícil de entender ou que parece uma transcrição grosseira de outra
linguagem de programação é chamado de unpythonic . [ 90 ]

Sintaxe e semântica

Um exemplo de código Python e recuo

Exemplo de código C# com chaves e


ponto e vírgula

Python foi criado para ser uma linguagem de fácil leitura. Sua formatação é visualmente
organizada e frequentemente usa palavras-chave em inglês onde outras linguagens usam
pontuação. Ao contrário de muitas outras linguagens, ele não usa chaves para delimitar blocos,
e ponto e vírgula após as instruções são permitidos, mas raramente usados. Ele tem menos
exceções sintáticas e casos especiais do que C ou Pascal . [ 91 ]
Recuo

Python uses whitespace indentation, rather than curly brackets or keywords, to delimit blocks. An
increase in indentation comes after certain statements; a decrease in indentation signifies the
end of the current block.[92] Thus, the program's visual structure accurately represents its
semantic structure.[93] This feature is sometimes termed the off-side rule. Some other languages
use indentation this way; but in most, indentation has no semantic meaning. The recommended
indent size is four spaces.[94]

Statements and control flow

Python's statements include:

The assignment statement, using a single equals sign =

The if statement, which conditionally executes a block of code, along with else and
elif (a contraction of else-if)

The for statement, which iterates over an iterable object, capturing each element to a local
variable for use by the attached block

The while statement, which executes a block of code as long as its condition is true

The try statement, which allows exceptions raised in its attached code block to be caught
and handled by except clauses (or new syntax except* in Python 3.11 for exception
groups[95]); it also ensures that clean-up code in a finally block is always run regardless of
how the block exits

The raise statement, used to raise a specified exception or re-raise a caught exception

The class statement, which executes a block of code and attaches its local namespace to a
class, for use in object-oriented programming

The def statement, which defines a function or method

The with statement, which encloses a code block within a context manager (for example,
acquiring a lock before it is run, then releasing the lock; or opening and closing a file), allowing
resource-acquisition-is-initialization (RAII)-like behavior and replacing a common try/finally
idiom[96]

The break statement, which exits a loop

The continue statement, which skips the rest of the current iteration and continues with the
next
The del statement, which removes a variable—deleting the reference from the name to the
value, and producing an error if the variable is referred to before it is redefined

The pass statement, serving as a NOP, syntactically needed to create an empty code block

The assert statement, used in debugging to check for conditions that should apply

The yield statement, which returns a value from a generator function (and also an
operator); used to implement coroutines

The return statement, used to return a value from a function

The import and from statements, used to import modules whose functions or variables
can be used in the current program

The match and case statements, an analog of the switch statement construct, that
compares an expression against one or more cases as a control-of-flow measure.

The assignment statement ( = ) binds a name as a reference to a separate, dynamically


allocated object. Variables may subsequently be rebound at any time to any object. In Python, a
variable name is a generic reference holder without a fixed data type; however, it always refers to
some object with a type. This is called dynamic typing—in contrast to statically-typed languages,
where each variable may contain only a value of a certain type.

Python does not support tail call optimization or first-class continuations, and, according to Van
Rossum, it never will.[97][98] However, better support for coroutine-like functionality is provided by
extending Python's generators.[99] Before 2.5, generators were lazy iterators; data was passed
unidirectionally out of the generator. From Python 2.5 on, it is possible to pass data back into a
generator function; and from version 3.3, it can be passed through multiple stack levels.[100]

Expressions

Python's expressions include:

The + , - , and * operators for mathematical addition, subtraction, and multiplication are
similar to other languages, but the behavior of division differs. There are two types of divisions
in Python: floor division (or integer division) // and floating-point / division.[101] Python uses
the ** operator for exponentiation.

Python uses the + operator for string concatenation. Python uses the * operator for
duplicating a string a specified number of times.

The @ infix operator. It is intended to be used by libraries such as NumPy for matrix
multiplication.[102][103]
The syntax := , called the "walrus operator", was introduced in Python 3.8. It assigns values to
variables as part of a larger expression.[104]

In Python, == compares by value. Python's is operator may be used to compare object


identities (comparison by reference), and comparisons may be chained—for example, a <= b
<= c .

Python uses and , or , and not as Boolean operators.

Python has a type of expression named a list comprehension, and a more general expression
named a generator expression.[76]

Anonymous functions are implemented using lambda expressions; however, there may be only
one expression in each body.

Conditional expressions are written as x if c else y [105] (different in order of operands


from the c ? x : y operator common to many other languages).

Python makes a distinction between lists and tuples. Lists are written as [1, 2, 3] , are
mutable, and cannot be used as the keys of dictionaries (dictionary keys must be immutable in
Python). Tuples, written as (1, 2, 3) , are immutable and thus can be used as keys of
dictionaries, provided all of the tuple's elements are immutable. The + operator can be used
to concatenate two tuples, which does not directly modify their contents, but produces a new
tuple containing the elements of both. Thus, given the variable t initially equal to (1, 2,
3) , executing t = t + (4, 5) first evaluates t + (4, 5) , which yields (1, 2, 3,
4, 5) , which is then assigned back to t —thereby effectively "modifying the contents" of t
while conforming to the immutable nature of tuple objects. Parentheses are optional for tuples
in unambiguous contexts.[106]

Python features sequence unpacking where multiple expressions, each evaluating to anything
that can be assigned (to a variable, writable property, etc.) are associated in an identical
manner to that forming tuple literals—and, as a whole, are put on the left-hand side of the equal
sign in an assignment statement. The statement expects an iterable object on the right-hand
side of the equal sign that produces the same number of values as the provided writable
expressions; when iterated through them, it assigns each of the produced values to the
corresponding expression on the left.[107]

Python has a "string format" operator % that functions analogously to printf format
strings in C—e.g. "spam=%s eggs=%d" % ("blah", 2) evaluates to "spam=blah
eggs=2" . In Python 2.6+ and 3+, this was supplemented by the format() method of the
str class, e.g. "spam={0} eggs={1}".format("blah", 2) . Python 3.6 added "f-
strings": spam = "blah"; eggs = 2; f'spam={spam} eggs={eggs}' .[108]
Strings in Python can be concatenated by "adding" them (with the same operator as for adding
integers and floats), e.g. "spam" + "eggs" returns "spameggs" . If strings contain
numbers, they are added as strings rather than integers, e.g. "2" + "2" returns "22" .

Python has various string literals:


Delimited by single or double quotes; unlike in Unix shells, Perl, and Perl-influenced
languages, single and double quotes work the same. Both use the backslash ( \ ) as an
escape character. String interpolation became available in Python 3.6 as "formatted string
literals".[108]

Triple-quoted (beginning and ending with three single or double quotes), which may span
multiple lines and function like here documents in shells, Perl, and Ruby.

Raw string varieties, denoted by prefixing the string literal with r . Escape sequences are
not interpreted; hence raw strings are useful where literal backslashes are common, such
as regular expressions and Windows-style paths. (Compare " @ -quoting" in C#.)

Python has array index and array slicing expressions in lists, denoted as a[key] ,
a[start:stop] or a[start:stop:step] . Indexes are zero-based, and negative
indexes are relative to the end. Slices take elements from the start index up to, but not
including, the stop index. The third slice parameter, called step or stride, allows elements to be
skipped and reversed. Slice indexes may be omitted—for example, a[:] returns a copy of the
entire list. Each element of a slice is a shallow copy.

In Python, a distinction between expressions and statements is rigidly enforced, in contrast to


languages such as Common Lisp, Scheme, or Ruby. This leads to duplicating some functionality.
For example:

List comprehensions vs. for -loops

Conditional expressions vs. if blocks

The eval() vs. exec() built-in functions (in Python 2, exec is a statement); the former
is for expressions, the latter is for statements

Statements cannot be a part of an expression—so list and other comprehensions or lambda


expressions, all being expressions, cannot contain statements. A particular case is that an
assignment statement such as a = 1 cannot form part of the conditional expression of a
conditional statement.

Methods

Methods on objects are functions attached to the object's class; the syntax
instance.method(argument) is, for normal methods and functions, syntactic sugar for
Class.method(instance, argument) . Python methods have an explicit self
parameter to access instance data, in contrast to the implicit self (or this ) in some other
object-oriented programming languages (e.g., C++, Java, Objective-C, Ruby).[109] Python also
provides methods, often called dunder methods (due to their names beginning and ending with
double-underscores), to allow user-defined classes to modify how they are handled by native
operations including length, comparison, in arithmetic operations and type conversion.[110]

Typing

The standard type hierarchy in


Python 3

Python uses duck typing and has typed objects but untyped variable names. Type constraints are
not checked at compile time; rather, operations on an object may fail, signifying that it is not of a
suitable type. Despite being dynamically typed, Python is strongly typed, forbidding operations
that are not well-defined (for example, adding a number to a string) rather than silently
attempting to make sense of them.

Python allows programmers to define their own types using classes, most often used for object-
oriented programming. New instances of classes are constructed by calling the class (for
example, SpamClass() or EggsClass() ), and the classes are instances of the metaclass
type (itself an instance of itself), allowing metaprogramming and reflection.

Before version 3.0, Python had two kinds of classes (both using the same syntax): old-style and
new-style;[111] current Python versions only support the semantics of the new style.

Python supports optional type annotations.[4][112] These annotations are not enforced by the
language, but may be used by external tools such as mypy to catch errors.[113][114] Mypy also
supports a Python compiler called mypyc, which leverages type annotations for optimization.[115]
Summary of Python 3's built-in types

Type Mutability Description Syntax examples

True
bool immutable Boolean value
False
bytearray(b'Some
ASCII')
bytearray(b"Some
bytearray mutable Sequence of bytes
ASCII")
bytearray([119,
105, 107, 105])

b'Some ASCII'
b"Some ASCII"
bytes immutable Sequence of bytes
bytes([119, 105,
107, 105])

Complex number with real and 3+2.7j


complex immutable
imaginary parts 3 + 2.7j

Associative array (or dictionary) of key


{'key1': 1.0, 3:
and value pairs; can contain mixed
dict mutable False}
types (keys and values), keys must be a
{}
hashable type

An ellipsis placeholder to be used as an ...


types.EllipsisType immutable
index in NumPy arrays Ellipsis

Double-precision floating-point number.


The precision is machine-dependent but
float immutable in practice is generally implemented as 1.33333
a 64-bit IEEE 754 number with 53 bits of
precision.[116]

Unordered set, contains no duplicates; frozenset([4.0,


frozenset immutable
can contain mixed types, if hashable 'string', True])
int immutable Integer of unlimited magnitude[117] 42

[4.0, 'string',
list mutable List, can contain mixed types True]
[]

An object representing the absence of a


types.NoneType immutable value, often called null in other None
languages

A placeholder that can be returned from


types.NotImplementedType immutable overloaded operators to indicate NotImplemented
unsupported operand types.

An immutable sequence of numbers


range(−1, 10)
range immutable commonly used for looping a specific
range(10, −5, −2)
number of times in for loops[118]
{4.0, 'string',
Unordered set, contains no duplicates;
set mutable True}
can contain mixed types, if hashable
set()

'Wikipedia'
"Wikipedia"

"""Spanning
multiple
A character string: sequence of Unicode lines"""
str immutable
codepoints

Spanning
multiple
lines

(4.0, 'string',
True)
tuple immutable Can contain mixed types ('single
element',)
()

Arithmetic operations

Python has the usual symbols for arithmetic operators ( + , - , * , / ), the floor division
operator // and the modulo operation % (where the remainder can be negative, e.g. 4 % -3
== -2 ). It also has ** for exponentiation, e.g. 5**3 == 125 and 9**0.5 == 3.0 , and a
matrix‑multiplication operator @ .[119] These operators work like in traditional math; with the
same precedence rules, the operators infix ( + and - can also be unary to represent positive
and negative numbers respectively).

The division between integers produces floating-point results. The behavior of division has
changed significantly over time:[120]

Current Python (i.e. since 3.0) changed / to always be floating-point division, e.g.
5/2 == 2.5 .

The floor division // operator was introduced. So 7//3 == 2 , -7//3 == -3 , 7.5//3


== 2.0 and -7.5//3 == -3.0 . Adding from __future__ import division
causes a module used in Python 2.7 to use Python 3.0 rules for division (see above).

In Python terms, / is true division (or simply division), and // is floor division. / before
version 3.0 is classic division.[120]

Rounding towards negative infinity, though different from most languages, adds consistency. For
instance, it means that the equation (a + b)//b == a//b + 1 is always true. It also means
that the equation b*(a//b) + a%b == a is valid for both positive and negative values of a .
However, maintaining the validity of this equation means that while the result of a%b is, as
expected, in the half-open interval [0, b), where b is a positive integer, it has to lie in the interval
(b, 0] when b is negative.[121]

Python fornece uma round função para arredondar um float para o inteiro mais próximo. Para
desempate , Python 3 usa round to even : round(1.5) e round(2.5) ambos produzem 2 .
[ 122 ]
Versões anteriores a 3 usavam round-away-from-zero : round(0.5) is 1.0 ,
round(-0.5) is −1.0 . [ 123 ]

Python permite expressões booleanas com múltiplas relações de igualdade de uma maneira que
é consistente com o uso geral em matemática. Por exemplo, a expressão a < b < c testa se
a é menor que b e b é menor que c . [ 124 ] Linguagens derivadas de C interpretam essa
expressão de forma diferente: em C, a expressão primeiro avaliaria a < b , resultando em 0 ou
1, e esse resultado seria então comparado com c . [ 125 ]

Python usa aritmética de precisão arbitrária para todas as operações inteiras. O


Decimal tipo/classe no decimal módulo fornece números decimais de ponto flutuante para
uma precisão arbitrária predefinida e vários modos de arredondamento. [ 126 ] A
Fraction classe no fractions módulo fornece precisão arbitrária para números racionais .
[ 127 ]

Devido à extensa biblioteca matemática do Python e à biblioteca de terceiros NumPy que


estende ainda mais os recursos nativos, ele é frequentemente usado como uma linguagem de
script científica para auxiliar em problemas como processamento e manipulação de dados
numéricos. [ 128 ] [ 129 ]

Exemplos de programação

Programa "Olá, Mundo!" :

imprimir ( 'Olá, mundo!' )

Programa para calcular o fatorial de um inteiro positivo:

1 n = int ( input ( 'Digite um número e seu fatorial será


impresso: ' ))
2
3 se n < 0 :
4 raise ValueError ( 'Você deve inserir um inteiro não
negativo' )
5
6 fatorial = 1
7 para i no intervalo ( 2 , n + 1 ):
8 fatorial *= i
9
10 imprimir ( fatorial )

Bibliotecas

A grande biblioteca padrão do Python [ 130 ] fornece ferramentas adequadas para muitas tarefas
e é comumente citada como um de seus maiores pontos fortes. Para aplicativos voltados para a
Internet, muitos formatos e protocolos padrão, como MIME e HTTP, são suportados. Ela inclui
módulos para criar interfaces gráficas de usuário , conectar-se a bancos de dados relacionais ,
gerar números pseudoaleatórios , aritmética com decimais de precisão arbitrária, [ 126 ]
manipular expressões regulares e testes de unidade .

Algumas partes da biblioteca padrão são cobertas por especificações — por exemplo, a
implementação da Web Server Gateway Interface (WSGI) wsgiref segue o PEP 333 [ 131 ] —
mas a maioria é especificada por seu código, documentação interna e suítes de teste . No
entanto, como a maior parte da biblioteca padrão é código Python multiplataforma, apenas
alguns módulos precisam ser alterados ou reescritos para implementações variantes.

Em 17 de março de 2024, o Python Package Index (PyPI), o repositório oficial de software


Python de terceiros, continha mais de 523.000 [ 132 ] pacotes com uma ampla gama de
funcionalidades, incluindo:

Automação

Análise de dados

Bases de dados

Documentação

Interfaces gráficas de usuário

Processamento de imagem

Aprendizado de máquina

Aplicativos móveis

Multimídia

Redes de computadores

Computação científica
Administração do sistema

Estruturas de teste

Processamento de texto

Estruturas da Web

Raspagem da web

Ambientes de desenvolvimento

A maioria das implementações Python (incluindo CPython) inclui um loop de leitura-avaliação-


impressão (REPL), permitindo que funcionem como um interpretador de linha de comando para
o qual os usuários inserem instruções sequencialmente e recebem resultados imediatamente.

O Python também vem com um ambiente de desenvolvimento integrado (IDE) chamado IDLE ,
que é mais voltado para iniciantes.

Outros shells, incluindo IDLE e IPython , adicionam recursos adicionais, como preenchimento
automático aprimorado, retenção de estado de sessão e destaque de sintaxe .

Além dos ambientes de desenvolvimento integrados de desktop padrão , incluindo PyCharm,


IntelliJ Idea, Visual Studio Code etc., existem IDEs baseados em navegador da web , incluindo
SageMath , para desenvolver programas relacionados a ciências e matemática; PythonAnywhere
, um IDE baseado em navegador e ambiente de hospedagem; e Canopy IDE, um IDE comercial
com ênfase na computação científica . [ 133 ]

Implementações

Implementação de referência

CPython é a implementação de referência do Python. Ele é escrito em C, atendendo ao padrão


C89 (Python 3.11 usa C11 [ 134 ] ) com vários recursos C99 selecionados . O CPython inclui suas
próprias extensões C, mas extensões de terceiros não são limitadas a versões C mais antigas —
por exemplo, elas podem ser implementadas com C11 ou C++. [ 135 ] [ 136 ] O CPython compila
programas Python em um bytecode intermediário [ 137 ] que é então executado por sua máquina
virtual . [ 138 ] O CPython é distribuído com uma grande biblioteca padrão escrita em uma mistura
de C e Python nativo, e está disponível para muitas plataformas, incluindo Windows (começando
com Python 3.9, o instalador Python falha deliberadamente ao instalar no Windows 7 e 8;
[ 139 ] [ 140 ]
O Windows XP foi suportado até o Python 3.5) e a maioria dos sistemas modernos do
tipo Unix , incluindo macOS (e Apple M1 Macs, desde Python 3.9.1, com instalador
experimental), com suporte não oficial para VMS . [ 141 ] A portabilidade da plataforma foi uma de
suas primeiras prioridades. [ 142 ] (Durante o desenvolvimento do Python 1 e 2, até mesmo OS/2
e Solaris foram suportados, [ 143 ] mas o suporte foi abandonado para muitas plataformas.)

Todas as versões atuais do Python (ou seja, desde a 3.7) oferecem suporte apenas a sistemas
operacionais com suporte a multithreading.

Outras implementações

Todas as implementações alternativas têm semânticas pelo menos ligeiramente diferentes (por
exemplo, podem ter dicionários não ordenados, ao contrário de todas as versões atuais do
Python), por exemplo, com o ecossistema Python maior, como com o suporte à API C Python
com PyPy:

PyPy is a fast, compliant interpreter of Python 2.7 and 3.10.[144][145] Its just-in-time compiler
often brings a significant speed improvement over CPython, but some libraries written in C
cannot be used with it.[146] It has e.g. RISC-V support.

Codon (https://github.com/exaloop/codon) is a language with an ahead-of-time (AOT)


compiler, that (AOT) compiles a statically-typed Python-like language with "syntax and
semantics are nearly identical to Python's, there are some notable differences"[147] e.g. it uses
64-bit machine integers, for speed, not arbitrary like Python, and it claims speedups over
CPython are usually on the order of 10–100x. It compiles to machine code (via LLVM) and
supports native multithreading.[148] Codon can also compile to Python extension modules that
can be imported and used from Python.

Stackless Python is a significant fork of CPython that implements microthreads; it does not
use the call stack in the same way, thus allowing massively concurrent programs. PyPy also
has a stackless version.[149]

MicroPython and CircuitPython are Python 3 variants optimized for microcontrollers, including
Lego Mindstorms EV3.[150]

Pyston is a variant of the Python runtime that uses just-in-time compilation to speed up the
execution of Python programs.[151]

Cinder is a performance-oriented fork of CPython 3.8 that contains a number of optimizations,


including bytecode inline caching, eager evaluation of coroutines, a method-at-a-time JIT, and
an experimental bytecode compiler.[152]
[153][154][155]
Snek (https://sneklang.org/) Embedded Computing Language (compatible with
e.g. 8-bit AVR microcontrollers such as ATmega 328P-based Arduino, as well as larger ones
compatible with MicroPython) "is Python-inspired, but it is not Python. It is possible to write
Snek programs that run under a full Python system, but most Python programs will not run
under Snek."[156] It is an imperative language not including OOP / classes, unlike Python, and
simplifying to one number type with 32-bit single-precision (similar to JavaScript, except
smaller).

No longer supported implementations

Other just-in-time Python compilers have been developed, but are now unsupported:

Google began a project named Unladen Swallow in 2009, with the aim of speeding up the
Python interpreter five-fold by using the LLVM, and of improving its multithreading ability to
scale to thousands of cores,[157] while ordinary implementations suffer from the global
interpreter lock.

Psyco is a discontinued just-in-time specializing compiler that integrates with CPython and
transforms bytecode to machine code at runtime. The emitted code is specialized for certain
data types and is faster than the standard Python code. Psyco does not support Python 2.7 or
later.

PyS60 was a Python 2 interpreter for Series 60 mobile phones released by Nokia in 2005. It
implemented many of the modules from the standard library and some additional modules for
integrating with the Symbian operating system. The Nokia N900 also supports Python with
GTK widget libraries, enabling programs to be written and run on the target device.[158]

Cross-compilers to other languages

There are several compilers/transpilers to high-level object languages, with either unrestricted
Python, a restricted subset of Python, or a language similar to Python as the source language:

Brython,[159] Transcrypt[160][161] and Pyjs (latest release in 2012) compile Python to JavaScript.

Cython compiles (a superset of) Python to C. The resulting code is also usable with Python via
direct C-level API calls into the Python interpreter.

PyJL compiles/transpiles a subset of Python to "human-readable, maintainable, and high-


performance Julia source code".[86] Despite claiming high performance, no tool can claim to
do that for arbitrary Python code; i.e. it's known not possible to compile to a faster language or
machine code. Unless semantics of Python are changed, but in many cases speedup is
possible with few or no changes in the Python code. The faster Julia source code can then be
used from Python, or compiled to machine code, and based that way.

Nuitka compiles Python into C.[162] It works with Python 3.4 to 3.12 (and 2.6 and 2.7), for
Python's main supported platforms (and Windows 7 or even Windows XP) and for Android. It
claims complete support for Python 3.10, some support for 3.11 and 3.12 and experimental
support for Python 3.13. It supports macOS including Apple Silicon-based. It's a free compiler,
though it also has commercial add-ons (e.g. for hiding source code).
Numba is used from Python, as a tool (enabled by adding a decorator to relevant Python code),
a JIT compiler that translates a subset of Python and NumPy code into fast machine code.

Pythran compiles a subset of Python 3 to C++ (C++11).[163]

RPython can be compiled to C, and is used to build the PyPy interpreter of Python.

The Python → 11l → C++ transpiler[164] compiles a subset of Python 3 to C++ (C++17).

Specialized:

MyHDL is a Python-based hardware description language (HDL), that converts MyHDL code to
Verilog or VHDL code.

Older projects (or not to be used with Python 3.x and latest syntax):

Google's Grumpy (latest release in 2017) transpiles Python 2 to Go.[165][166][167]

IronPython allows running Python 2.7 programs (and an alpha, released in 2021, is also
available for "Python 3.4, although features and behaviors from later versions may be
included"[168]) on the .NET Common Language Runtime.[169]

Jython compiles Python 2.7 to Java bytecode, allowing the use of the Java libraries from a
Python program.[170]

Pyrex (último lançamento em 2010) e Shed Skin (último lançamento em 2013) compilam para
C e C++, respectivamente.

Desempenho

A comparação de desempenho de várias implementações Python em uma carga de trabalho não


numérica (combinatória) foi apresentada no EuroSciPy '13. [ 171 ] O desempenho do Python em
comparação com outras linguagens de programação também é avaliado pelo The Computer
Language Benchmarks Game . [ 172 ]

Desenvolvimento

O desenvolvimento do Python é conduzido em grande parte por meio do processo Python


Enhancement Proposal (PEP), o mecanismo principal para propor novos recursos importantes,
coletar informações da comunidade sobre problemas e documentar decisões de design do
Python. [ 173 ] O estilo de codificação do Python é abordado no PEP 8. [ 174 ] Os PEPs excelentes
são revisados ​e comentados pela comunidade Python e pelo conselho diretor. [ 173 ]

O aprimoramento da linguagem corresponde ao desenvolvimento da implementação de


referência do CPython. A lista de discussão python-dev é o fórum principal para o
desenvolvimento da linguagem. Problemas específicos foram discutidos originalmente no
rastreador de bugs Roundup hospedado pela fundação. [ 175 ] Em 2022, todos os problemas e
discussões foram migrados para o GitHub . [ 176 ] O desenvolvimento ocorreu originalmente em
um repositório de código-fonte auto-hospedado executando o Mercurial , até que o Python foi
movido para o GitHub em janeiro de 2017. [ 177 ]

Os lançamentos públicos do CPython vêm em três tipos, diferenciados pela parte do número da
versão que é incrementada:

Versões incompatíveis com versões anteriores, onde se espera que o código quebre e precise
ser portado manualmente . A primeira parte do número da versão é incrementada. Esses
lançamentos acontecem com pouca frequência — a versão 3.0 foi lançada 8 anos após a 2.0.
De acordo com Guido van Rossum, é muito improvável que uma versão 4.0 aconteça. [ 178 ]

Os lançamentos principais ou "de recursos" são amplamente compatíveis com a versão


anterior, mas introduzem novos recursos. A segunda parte do número da versão é
incrementada. A partir do Python 3.9, espera-se que esses lançamentos aconteçam
anualmente. [ 179 ] [ 180 ] Cada versão principal é suportada por correções de bugs por vários
anos após seu lançamento. [ 181 ]

Lançamentos de correção de bugs, [ 182 ] que não introduzem novos recursos, ocorrem
aproximadamente a cada 3 meses e são feitos quando um número suficiente de bugs foi
corrigido upstream desde o último lançamento. Vulnerabilidades de segurança também são
corrigidas nesses lançamentos. A terceira e última parte do número da versão é
incrementada. [ 182 ]

Muitos alpha, beta e release-candidates também são lançados como prévias e para testes antes
dos lançamentos finais. Embora haja um cronograma aproximado para cada lançamento, eles
são frequentemente atrasados ​se o código não estiver pronto. A equipe de desenvolvimento do
Python monitora o estado do código executando o grande conjunto de testes unitários durante o
desenvolvimento. [ 183 ]

A principal conferência acadêmica sobre Python é a PyCon . Há também programas especiais


de mentoria em Python, como o PyLadies .

O Python 3.12 removeu wstr o significado de que as extensões do Python [ 184 ] precisam ser
modificadas, [ 185 ] e o 3.10 adicionou a correspondência de padrões à linguagem. [ 186 ]

O Python 3.12 removeu alguns módulos desatualizados, e mais serão removidos no futuro,
obsoletos a partir do 3.13; o código de formato de array 'u' já obsoleto emitirá
DeprecationWarning desde o 3.13 e será removido no Python 3.16. O código de formato 'w'
deve ser usado em vez disso. Parte de ctypes também está obsoleta e
http.server.CGIHTTPRequestHandler emitirá um DeprecationWarning, e será removido
no 3.15. Usar esse código já tem um alto potencial para bugs de segurança e funcionalidade.
Partes do módulo de digitação estão obsoletas, por exemplo, criar uma
typing.NamedTuple classe usando argumentos de palavra-chave para denotar os campos e
tal (e mais) será desautorizado no Python 3.15.

Geradores de documentação de API

As ferramentas que podem gerar documentação para a API Python incluem pydoc (disponível
como parte da biblioteca padrão), Sphinx , Pdoc e seus forks, Doxygen e Graphviz , entre outros.
[ 187 ]

Nomeação

O nome Python é derivado do grupo de comédia britânico Monty Python , de quem o criador do
Python, Guido van Rossum, gostava enquanto desenvolvia a linguagem. Referências ao Monty
Python aparecem frequentemente no código e na cultura Python; [ 188 ] por exemplo, as variáveis ​
metassintáticas frequentemente usadas na literatura Python são spam e eggs em vez das
tradicionais foo e bar . [ 188 ] [ 189 ] A documentação oficial do Python também contém várias
referências às rotinas do Monty Python. [ 190 ] [ 191 ] Os usuários do Python são às vezes
chamados de "Pythonistas". [ 192 ]

O prefixo Py- é usado para mostrar que algo está relacionado ao Python. Exemplos do uso desse
prefixo em nomes de aplicativos ou bibliotecas Python incluem Pygame , uma ligação do Simple
DirectMedia Layer ao Python (comumente usado para criar jogos); PyQt e PyGTK , que ligam Qt e
GTK ao Python, respectivamente; e PyPy , uma implementação Python escrita originalmente em
Python.

Popularidade

Desde 2003, Python tem consistentemente classificado entre as dez linguagens de


programação mais populares no Índice da Comunidade de Programação TIOBE , onde em
dezembro de 2022 era a linguagem mais popular (à frente de C, C++ e Java ). [ 39 ] Foi
selecionada como Linguagem de Programação do Ano (pelo "maior aumento nas classificações
em um ano") em 2007, 2010, 2018 e 2020 (a única linguagem a ter feito isso quatro vezes em
2020 [ 193 ] ).

Grandes organizações que usam Python incluem Wikipedia , Google , [ 194 ] Yahoo !, [ 195 ] CERN ,
[ 196 ]
NASA , [ 197 ] Facebook , [ 198 ] Amazon , Instagram , [ 199 ] Spotify , [ 200 ] e algumas entidades
menores como Industrial Light & Magic [ 201 ] e ITA . [ 202 ] O site de rede social de notícias Reddit
foi escrito principalmente em Python. [ 203 ] Organizações que usam Python parcialmente
incluem Discord [ 204 ] e Baidu . [ 205 ]
Usos

Python Desenvolvido

Python pode servir como uma linguagem de script para aplicações web , por exemplo, via
mod_wsgi para o servidor web Apache . [ 206 ] Com a Web Server Gateway Interface , uma API
padrão evoluiu para facilitar essas aplicações. Frameworks web como Django , Pylons , Pyramid
, TurboGears , web2py , Tornado , Flask , Bottle e Zope dão suporte aos desenvolvedores no
design e manutenção de aplicações complexas. Pyjs e IronPython podem ser usados ​para
desenvolver o lado cliente de aplicações baseadas em Ajax. SQLAlchemy pode ser usado como
um mapeador de dados para um banco de dados relacional. Twisted é um framework para
programar comunicações entre computadores, e é usado (por exemplo) pelo Dropbox .

Libraries such as NumPy, SciPy and Matplotlib allow the effective use of Python in scientific
computing,[207][208] with specialized libraries such as Biopython and Astropy providing domain-
specific functionality. SageMath is a computer algebra system with a notebook interface
programmable in Python: its library covers many aspects of mathematics, including algebra,
combinatorics, numerical mathematics, number theory, and calculus.[209] OpenCV has Python
bindings with a rich set of features for computer vision and image processing.[210]

Python is commonly used in artificial intelligence projects and machine learning projects with the
help of libraries like TensorFlow, Keras, Pytorch, scikit-learn and the Logic language
ProbLog.[211][212][213][214][215] As a scripting language with a modular architecture, simple syntax,
and rich text processing tools, Python is often used for natural language processing.[216]

The combination of Python and Prolog has proved to be particularly useful for AI applications,
with Prolog providing knowledge representation and reasoning capabilities. The Janus system, in
particular, exploits the similarities between these two languages, in part because of their use of
dynamic typing, and the simple recursive nature of their data structures. Typical applications of
this combination include natural language processing, visual query answering, geospatial
reasoning, and handling of semantic web data.[217][218] The Natlog system, implemented in
Python, uses Definite Clause Grammars (DCGs) as prompt generators for text-to-text generators
like GPT3 and text-to-image generators like DALL-E or Stable Diffusion.[219]

Python can also be used for graphical user interface (GUI) by using libraries like Tkinter.[220][221]
Python has been successfully embedded in many software products as a scripting language,
including in finite element method software such as Abaqus, 3D parametric modelers like
FreeCAD, 3D animation packages such as 3ds Max, Blender, Cinema 4D, Lightwave, Houdini,
Maya, modo, MotionBuilder, Softimage, the visual effects compositor Nuke, 2D imaging
programs like GIMP,[222] Inkscape, Scribus and Paint Shop Pro,[223] and musical notation
programs like scorewriter and capella. GNU Debugger uses Python as a pretty printer to show
complex structures such as C++ containers. Esri promotes Python as the best choice for writing
scripts in ArcGIS.[224] It has also been used in several video games,[225][226] and has been
adopted as first of the three available programming languages in Google App Engine, the other
two being Java and Go.[227]

Many operating systems include Python as a standard component. It ships with most Linux
distributions,[228] AmigaOS 4 (using Python 2.7), FreeBSD (as a package), NetBSD, and OpenBSD
(as a package) and can be used from the command line (terminal). Many Linux distributions use
installers written in Python: Ubuntu uses the Ubiquity installer, while Red Hat Linux and Fedora
Linux use the Anaconda installer. Gentoo Linux uses Python in its package management system,
Portage.

O Python é amplamente utilizado na indústria de segurança da informação , inclusive no


desenvolvimento de exploits. [ 229 ] [ 230 ]

A maior parte do software Sugar para o One Laptop per Child XO, desenvolvido no Sugar Labs
em 2008 , é escrito em Python. [ 231 ] O projeto do computador de placa única Raspberry Pi
adotou o Python como sua principal linguagem de programação do usuário.

O LibreOffice inclui Python e pretende substituir Java por Python. Seu Python Scripting Provider
é um recurso central [ 232 ] desde a versão 4.0 de 7 de fevereiro de 2013.

Linguagens influenciadas por Python

O design e a filosofia do Python influenciaram muitas outras linguagens de programação:

Boo usa recuo, uma sintaxe semelhante e um modelo de objeto semelhante. [ 233 ]

Cobra usa recuo e uma sintaxe semelhante, e seu documento de Agradecimentos lista Python
em primeiro lugar entre as linguagens que o influenciaram. [ 234 ]

CoffeeScript , uma linguagem de programação que pode ser compilada para JavaScript, tem
sintaxe inspirada em Python.

ECMAScript – JavaScript pegou iteradores e geradores emprestados do Python. [ 235 ]

GDScript , uma linguagem de script muito semelhante ao Python, incorporada ao mecanismo


de jogo Godot . [ 236 ]
Go foi projetado para a "velocidade de trabalho em uma linguagem dinâmica como Python"
[ 237 ]
e compartilha a mesma sintaxe para fatiar matrizes.

Groovy foi motivado pelo desejo de trazer a filosofia de design Python para Java . [ 238 ]

Julia foi projetada para ser "tão utilizável para programação geral quanto Python". [ 27 ]

Mojo é um superconjunto não estrito [ 28 ] [ 239 ] do Python (por exemplo, ainda faltam classes e
adicionamos, por exemplo, struct ). [ 240 ]

Nim usa recuo e sintaxe semelhante. [ 241 ]

O criador do Ruby , Yukihiro Matsumoto , disse: "Eu queria uma linguagem de script que fosse
mais poderosa que Perl e mais orientada a objetos que Python. É por isso que decidi projetar
minha própria linguagem." [ 242 ]

Swift , uma linguagem de programação desenvolvida pela Apple, tem alguma sintaxe inspirada
em Python. [ 243 ]

Kotlin combina recursos Python e Java, minimizando o código clichê para maior eficiência do
desenvolvedor. [ 244 ]

As práticas de desenvolvimento do Python também foram emuladas por outras linguagens. Por
exemplo, a prática de exigir um documento descrevendo a justificativa e os problemas que
cercam uma mudança na linguagem (em Python, um PEP) também é usada em Tcl , [ 245 ] Erlang
, [ 246 ] e Swift. [ 247 ]

Veja também

Portal de programação
de computadores
Portal de software livre
e de código aberto

Sintaxe e semântica do Python

pip (gerenciador de pacotes)

Lista de linguagens de programação

História das linguagens de programação

Comparação de linguagens de programação

Referências

1. "General Python FAQ – Python 3 documentation" (https://docs.python.org/3/faq/general.ht


ml#what-is-python) . docs.python.org . Recuperado em 7 de julho de 2024 .
2. "Python 0.9.1 parte 01/21" (https://www.tuhs.org/Usenet/alt.sources/1991-February/00174
9.html) . arquivos alt.sources. Arquivado (https://web.archive.org/web/20210811171015/
https://www.tuhs.org/Usenet/alt.sources/1991-February/001749.html) do original em 11
de agosto de 2021 . Recuperado em 11 de agosto de 2021 . (https://www.tuhs.org/Usenet/
alt.sources/1991-February/001749.html) (https://web.archive.org/web/2021081117101
5/https://www.tuhs.org/Usenet/alt.sources/1991-February/001749.html)

3. "Por que Python é uma linguagem dinâmica e também uma linguagem fortemente tipada"
(https://wiki.python.org/moin/Why%20is%20Python%20a%20dynamic%20language%20an
d%20also%20a%20strongly%20typed%20language) . Python Wiki . Arquivado (https://web.
archive.org/web/20210314173706/https://wiki.python.org/moin/Why%20is%20Python%20
a%20dynamic%20language%20and%20also%20a%20strongly%20typed%20language) do
original em 14 de março de 2021 . Recuperado em 27 de janeiro de 2021 . (https://wiki.pyth
on.org/moin/Why%20is%20Python%20a%20dynamic%20language%20and%20also%20a%2
0strongly%20typed%20language) (https://web.archive.org/web/20210314173706/https://
wiki.python.org/moin/Why%20is%20Python%20a%20dynamic%20language%20and%20als
o%20a%20strongly%20typed%20language)

4. "PEP 483 – A Teoria das Dicas de Tipo" (https://www.python.org/dev/peps/pep-048


3/) .Python.org.Arquivado (https://web.archive.org/web/20200614153558/https://www.py
thon.org/dev/peps/pep-0483/) do original em 14 de junho de 2020. Recuperado
em 14 de junho de 2018. (https://www.python.org/dev/peps/pep-0483/) (https://web.arch
ive.org/web/20200614153558/https://www.python.org/dev/peps/pep-0483/)

5. "PEP 11 – Suporte à plataforma CPython | peps.python.org" (https://peps.python.org/pep-0


011/) . Python Enhancement Proposals (PEPs) . Recuperado em 22 de abril de 2024 . (http
s://peps.python.org/pep-0011/)

6. "PEP 738 – Adicionando Android como uma plataforma suportada | peps.python.org" (http
s://peps.python.org/pep-0738/) . Python Enhancement Proposals (PEPs) . Recuperado
em 19 de maio de 2024 . (https://peps.python.org/pep-0738/)

7. "Baixe Python para outras plataformas" (https://www.python.org/download/other/) .


Python.org . Arquivado (https://web.archive.org/web/20201127015815/https://www.pytho
n.org/download/other/) do original em 27 de novembro de 2020 . Recuperado
em 18 de agosto de 2023 . (https://www.python.org/download/other/) (https://web.archiv
e.org/web/20201127015815/https://www.python.org/download/other/)
8. "test – Pacote de testes de regressão para Python – Documentação do Python 3.7.13" (http
s://docs.python.org/3.7/library/test.html?highlight=android#test.support.is_android) .
docs.python.org . Arquivado (https://web.archive.org/web/20220517151240/https://docs.p
ython.org/3.7/library/test.html?highlight=android#test.support.is_android) do original em
17 de maio de 2022 . Recuperado em 17 de maio de 2022 . (https://docs.python.org/3.7/libr
ary/test.html?highlight=android#test.support.is_android) (https://web.archive.org/web/20
220517151240/https://docs.python.org/3.7/library/test.html?highlight=android#test.suppo
rt.is_android)

9. "platform – Access to underlying platform's identifying data – Python 3.10.4


documentation" (https://docs.python.org/3/library/platform.html?highlight=android) .
docs.python.org. Archived (https://web.archive.org/web/20220517150826/https://docs.pyt
hon.org/3/library/platform.html?highlight=android) from the original on 17 May 2022.
Retrieved 17 May 2022.

10. Holth, Moore (30 March 2014). "PEP 0441 – Improving Python ZIP Application Support" (htt
ps://www.python.org/dev/peps/pep-0441/) . Archived (https://web.archive.org/web/2018
1226141117/https://www.python.org/dev/peps/pep-0441/%20) from the original on 26
December 2018. Retrieved 12 November 2015.

11. "Starlark Language" (https://docs.bazel.build/versions/master/skylark/language.html) .


Archived (https://web.archive.org/web/20200615140534/https://docs.bazel.build/version
s/master/skylark/language.html) from the original on 15 June 2020. Retrieved 25 May
2019.

12. "Why was Python created in the first place?" (https://docs.python.org/faq/general.html#why


-was-python-created-in-the-first-place) . General Python FAQ. Python Software Foundation.
Archived (https://web.archive.org/web/20121024164224/http://docs.python.org/faq/gener
al.html#why-was-python-created-in-the-first-place) from the original on 24 October 2012.
Retrieved 22 March 2007. "I had extensive experience with implementing an interpreted
language in the ABC group at CWI, and from working with this group I had learned a lot
about language design. This is the origin of many Python features, including the use of
indentation for statement grouping and the inclusion of very high-level data types (although
the details are all different in Python)."

13. "Ada 83 Reference Manual (raise statement)" (http://archive.adaic.com/standards/83lrm/ht


ml/lrm-11-03.html#11.3) . Archived (https://web.archive.org/web/20191022155758/htt
p://archive.adaic.com/standards/83lrm/html/lrm-11-03.html#11.3) from the original on
22 October 2019. Retrieved 7 January 2020.
14. Kuchling, Andrew M. (22 December 2006). "Interview with Guido van Rossum (July 1998)" (h
ttps://web.archive.org/web/20070501105422/http://www.amk.ca/python/writing/gvr-interv
iew) . amk.ca. Archived from the original (http://www.amk.ca/python/writing/gvr-intervie
w) on 1 May 2007. Retrieved 12 March 2012. "I'd spent a summer at DEC's Systems
Research Center, which introduced me to Modula-2+; the Modula-3 final report was being
written there at about the same time. What I learned there later showed up in Python's
exception handling, modules, and the fact that methods explicitly contain 'self' in their
parameter list. String slicing came from Algol-68 and Icon."

15. "itertools – Functions creating iterators for efficient looping – Python 3.7.1 documentation"
(https://docs.python.org/3/library/itertools.html) . docs.python.org. Archived (https://web.
archive.org/web/20200614153629/https://docs.python.org/3/library/itertools.html) from
the original on 14 June 2020. Retrieved 22 November 2016. "This module implements a
number of iterator building blocks inspired by constructs from APL, Haskell, and SML."

16. van Rossum, Guido (1993). "An Introduction to Python for UNIX/C Programmers".
Proceedings of the NLUUG Najaarsconferentie (Dutch UNIX Users Group).
CiteSeerX 10.1.1.38.2023 (https://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.38.2
023) . "even though the design of C is far from ideal, its influence on Python is
considerable."

17. "Classes" (https://docs.python.org/tutorial/classes.html) . The Python Tutorial. Python


Software Foundation. Archived (https://web.archive.org/web/20121023030209/http://docs.
python.org/tutorial/classes.html) from the original on 23 October 2012. Retrieved
20 February 2012. "It is a mixture of the class mechanisms found in C++ and Modula-3"

18. Lundh, Fredrik. "Call By Object" (http://effbot.org/zone/call-by-object.htm) . effbot.org.


Archived (https://web.archive.org/web/20191123043655/http://effbot.org/zone/call-by-obj
ect.htm) from the original on 23 November 2019. Retrieved 21 November 2017. "replace
"CLU" with "Python", "record" with "instance", and "procedure" with "function or method", and
you get a pretty accurate description of Python's object model."

19. Simionato, Michele. "The Python 2.3 Method Resolution Order" (https://www.python.org/do
wnload/releases/2.3/mro/) . Python Software Foundation. Archived (https://web.archive.o
rg/web/20200820231854/https://www.python.org/download/releases/2.3/mro/) from
the original on 20 August 2020. Retrieved 29 July 2014. "The C3 method itself has nothing
to do with Python, since it was invented by people working on Dylan and it is described in a
paper intended for lispers"
20. Kuchling, A. M. "Functional Programming HOWTO" (https://docs.python.org/howto/function
al.html) . Python v2.7.2 documentation. Python Software Foundation. Archived (https://we
b.archive.org/web/20121024163217/http://docs.python.org/howto/functional.html) from
the original on 24 October 2012. Retrieved 9 February 2012. "List comprehensions and
generator expressions [...] are a concise notation for such operations, borrowed from the
functional programming language Haskell."

21. Schemenauer, Neil; Peters, Tim; Hetland, Magnus Lie (18 May 2001). "PEP 255 – Simple
Generators" (https://www.python.org/dev/peps/pep-0255/) . Python Enhancement
Proposals. Python Software Foundation. Archived (https://web.archive.org/web/202006050
12926/https://www.python.org/dev/peps/pep-0255/) from the original on 5 June 2020.
Retrieved 9 February 2012.

22. "More Control Flow Tools" (https://docs.python.org/3.2/tutorial/controlflow.html) . Python


3 documentation. Python Software Foundation. Archived (https://web.archive.org/web/2016
0604080843/https://docs.python.org/3.2/tutorial/controlflow.html) from the original on 4
June 2016. Retrieved 24 July 2015. "By popular demand, a few features commonly found in
functional programming languages like Lisp have been added to Python. With the lambda
keyword, small anonymous functions can be created."

23. "re – Regular expression operations – Python 3.10.6 documentation" (https://docs.python.o


rg/3/library/re.html) . docs.python.org. Archived (https://web.archive.org/web/201807181
32241/https://docs.python.org/3/library/re.html) from the original on 18 July 2018.
Retrieved 6 September 2022. "This module provides regular expression matching
operations similar to those found in Perl."

24. "CoffeeScript" (https://coffeescript.org/) . coffeescript.org. Archived (https://web.archive.o


rg/web/20200612100004/http://coffeescript.org/) from the original on 12 June 2020.
Retrieved 3 July 2018.

25. "Perl and Python influences in JavaScript" (http://www.2ality.com/2013/02/javascript-influe


nces.html) . www.2ality.com. 24 February 2013. Archived (https://web.archive.org/web/20
181226141121/http://2ality.com/2013/02/javascript-influences.html%0A) from the
original on 26 December 2018. Retrieved 15 May 2015.

26. Rauschmayer, Axel. "Chapter 3: The Nature of JavaScript; Influences" (http://speakingjs.co


m/es5/ch03.html) . O'Reilly, Speaking JavaScript. Archived (https://web.archive.org/web/2
0181226141123/http://speakingjs.com/es5/ch03.html%0A) from the original on 26
December 2018. Retrieved 15 May 2015.
27. "Why We Created Julia" (https://julialang.org/blog/2012/02/why-we-created-julia) . Julia
website. February 2012. Archived (https://web.archive.org/web/20200502144010/https://ju
lialang.org/blog/2012/02/why-we-created-julia/) from the original on 2 May 2020.
Retrieved 5 June 2014. "We want something as usable for general programming as Python
[...]"

28. Krill, Paul (4 May 2023). "Mojo language marries Python and MLIR for AI development" (http
s://www.infoworld.com/article/3695588/mojo-language-marries-python-and-mlir-for-ai-dev
elopment.html) . InfoWorld. Archived (https://web.archive.org/web/20230505064554/http
s://www.infoworld.com/article/3695588/mojo-language-marries-python-and-mlir-for-ai-dev
elopment.html) from the original on 5 May 2023. Retrieved 5 May 2023.

29. Ring Team (4 December 2017). "Ring and other languages" (http://ring-lang.sourceforge.ne
t/doc1.6/introduction.html#ring-and-other-languages) . ring-lang.net. ring-lang. Archived (h
ttps://web.archive.org/web/20181225175312/http://ring-lang.sourceforge.net/doc1.6/intro
duction.html#ring-and-other-languages) from the original on 25 December 2018.
Retrieved 4 December 2017.

30. Bini, Ola (2007). Practical JRuby on Rails Web 2.0 Projects: bringing Ruby on Rails to the Java
platform (https://archive.org/details/practicaljrubyon0000bini/page/3) . Berkeley: APress.
p. 3 (https://archive.org/details/practicaljrubyon0000bini/page/3) . ISBN 978-1-59059-
881-8.

31. Lattner, Chris (3 June 2014). "Chris Lattner's Homepage" (http://nondot.org/sabre/) . Chris
Lattner. Archived (https://web.archive.org/web/20181225175312/http://nondot.org/sabr
e/) from the original on 25 December 2018. Retrieved 3 June 2014. "The Swift language is
the product of tireless effort from a team of language experts, documentation gurus,
compiler optimization ninjas, and an incredibly important internal dogfooding group who
provided feedback to help refine and battle-test ideas. Of course, it also greatly benefited
from the experiences hard-won by many other languages in the field, drawing ideas from
Objective-C, Rust, Haskell, Ruby, Python, C#, CLU, and far too many others to list."

32. Kuhlman, Dave. "A Python Book: Beginning Python, Advanced Python, and Python Exercises"
(https://web.archive.org/web/20120623165941/http://cutter.rexx.com/~dkuhlman/python_
book_01.html) . Section 1.1. Archived from the original (https://www.davekuhlman.org/pyt
hon_book_01.pdf) (PDF) on 23 June 2012.

33. "About Python" (https://www.python.org/about) . Python Software Foundation. Archived (h


ttps://web.archive.org/web/20120420010049/http://www.python.org/about/) from the
original on 20 April 2012. Retrieved 24 April 2012., second section "Fans of Python use the
phrase "batteries included" to describe the standard library, which covers everything from
asynchronous processing to zip files."
34. "PEP 206 – Python Advanced Library" (https://www.python.org/dev/peps/pep-0206/) .
Python.org. Archived (https://web.archive.org/web/20210505003659/https://www.python.o
rg/dev/peps/pep-0206/) from the original on 5 May 2021. Retrieved 11 October 2021.

35. Rossum, Guido Van (20 January 2009). "The History of Python: A Brief Timeline of Python"
(https://python-history.blogspot.com/2009/01/brief-timeline-of-python.html) . The History
of Python. Archived (https://web.archive.org/web/20200605032200/https://python-history.
blogspot.com/2009/01/brief-timeline-of-python.html) from the original on 5 June 2020.
Retrieved 5 March 2021.

36. Peterson, Benjamin (20 April 2020). "Python 2.7.18, the last release of Python 2" (https://pyt
honinsider.blogspot.com/2020/04/python-2718-last-release-of-python-2.html) . Python
Insider. Archived (https://web.archive.org/web/20200426204118/https://pythoninsider.blog
spot.com/2020/04/python-2718-last-release-of-python-2.html) from the original on 26
April 2020. Retrieved 27 April 2020.

37. "Stack Overflow Developer Survey 2022" (https://survey.stackoverflow.co/2022/) . Stack


Overflow. Archived (https://web.archive.org/web/20220627175307/https://survey.stackover
flow.co/2022/) from the original on 27 June 2022. Retrieved 12 August 2022.

38. "The State of Developer Ecosystem in 2020 Infographic" (https://www.jetbrains.com/lp/dev


ecosystem-2020/) . JetBrains: Developer Tools for Professionals and Teams. Archived (http
s://web.archive.org/web/20210301062411/https://www.jetbrains.com/lp/devecosystem-20
20/) from the original on 1 March 2021. Retrieved 5 March 2021.

39. "TIOBE Index" (https://www.tiobe.com/tiobe-index/) . TIOBE. Archived (https://web.archiv


e.org/web/20180225101948/https://www.tiobe.com/tiobe-index/) from the original on 25
February 2018. Retrieved 3 January 2023. "The TIOBE Programming Community index is an
indicator of the popularity of programming languages" Updated as required.

40. "PYPL PopularitY of Programming Language index" (https://pypl.github.io/PYPL.html) .


pypl.github.io. Archived (https://web.archive.org/web/20170314232030/https://pypl.github.i
o/PYPL.html) from the original on 14 March 2017. Retrieved 26 March 2021.

41. Venners, Bill (13 January 2003). "The Making of Python" (http://www.artima.com/intv/pytho
nP.html) . Artima Developer. Artima. Archived (https://web.archive.org/web/201609011833
32/http://www.artima.com/intv/pythonP.html) from the original on 1 September 2016.
Retrieved 22 March 2007.

42. van Rossum, Guido (29 August 2000). "SETL (was: Lukewarm about range literals)" (https://
mail.python.org/pipermail/python-dev/2000-August/008881.html) . Python-Dev (Mailing
list). Archived (https://web.archive.org/web/20180714064019/https://mail.python.org/piper
mail/python-dev/2000-August/008881.html) from the original on 14 July 2018. Retrieved
13 March 2011.
43. van Rossum, Guido (20 January 2009). "A Brief Timeline of Python" (https://python-history.bl
ogspot.com/2009/01/brief-timeline-of-python.html) . The History of Python. Archived (http
s://web.archive.org/web/20200605032200/https://python-history.blogspot.com/2009/01/b
rief-timeline-of-python.html) from the original on 5 June 2020. Retrieved 20 January 2009.

44. Fairchild, Carlie (12 July 2018). "Guido van Rossum Stepping Down from Role as Python's
Benevolent Dictator For Life" (https://www.linuxjournal.com/content/guido-van-rossum-step
ping-down-role-pythons-benevolent-dictator-life) . Linux Journal. Archived (https://web.arch
ive.org/web/20180713192427/https://www.linuxjournal.com/content/guido-van-rossum-st
epping-down-role-pythons-benevolent-dictator-life) from the original on 13 July 2018.
Retrieved 13 July 2018.

45. "PEP 8100" (https://www.python.org/dev/peps/pep-8100/) . Python Software Foundation.


Archived (https://web.archive.org/web/20200604235027/https://www.python.org/dev/pep
s/pep-8100/) from the original on 4 June 2020. Retrieved 4 May 2019.

46. "PEP 13 – Python Language Governance" (https://www.python.org/dev/peps/pep-0013/) .


Python.org. Archived (https://web.archive.org/web/20210527000035/https://www.python.o
rg/dev/peps/pep-0013/) from the original on 27 May 2021. Retrieved 25 August 2021.

47. Kuchling, A. M.; Zadka, Moshe (16 October 2000). "What's New in Python 2.0" (https://docs.
python.org/whatsnew/2.0.html) . Python Software Foundation. Archived (https://web.archi
ve.org/web/20121023112045/http://docs.python.org/whatsnew/2.0.html) from the
original on 23 October 2012. Retrieved 11 February 2012.

48. "PEP 373 – Python 2.7 Release Schedule" (https://legacy.python.org/dev/peps/pep-037


3/) . python.org. Archived (https://web.archive.org/web/20200519075520/https://legacy.p
ython.org/dev/peps/pep-0373/) from the original on 19 May 2020. Retrieved 9 January
2017.

49. "PEP 466 – Network Security Enhancements for Python 2.7.x" (https://www.python.org/de
v/peps/pep-0466/) . python.org. Archived (https://web.archive.org/web/20200604232833/
https://www.python.org/dev/peps/pep-0466/) from the original on 4 June 2020. Retrieved
9 January 2017.

50. "Sunsetting Python 2" (https://www.python.org/doc/sunset-python-2/) . Python.org.


Archived (https://web.archive.org/web/20200112080903/https://www.python.org/doc/sun
set-python-2/) from the original on 12 January 2020. Retrieved 22 September 2019.

51. "PEP 373 – Python 2.7 Release Schedule" (https://www.python.org/dev/peps/pep-0373/) .


Python.org. Archived (https://web.archive.org/web/20200113033257/https://www.python.o
rg/dev/peps/pep-0373/) from the original on 13 January 2020. Retrieved 22 September
2019.
52. mattip (25 December 2023). "PyPy v7.3.14 release" (https://www.pypy.org/posts/2023/12/p
ypy-v7314-release.html) . PyPy. Archived (https://web.archive.org/web/20240105132820/
https://www.pypy.org/posts/2023/12/pypy-v7314-release.html) from the original on 5
January 2024. Retrieved 5 January 2024.

53. Langa, Łukasz (17 May 2022). "Python 3.9.13 is now available" (https://pythoninsider.blogsp
ot.com/2022/05/python-3913-is-now-available.html) . Python Insider. Archived (https://we
b.archive.org/web/20220517173546/https://pythoninsider.blogspot.com/2022/05/python-
3913-is-now-available.html) from the original on 17 May 2022. Retrieved 21 May 2022.

54. "Status of Python versions" (https://devguide.python.org/versions/) . Python Developer's


Guide. Retrieved 7 October 2024.

55. "Python" (https://endoflife.date/python) . endoflife.date. 8 October 2024. Retrieved


20 November 2024.

56. "CVE-2021-3177" (https://access.redhat.com/security/cve/cve-2021-3177) . Red Hat


Customer Portal. Archived (https://web.archive.org/web/20210306183700/https://access.r
edhat.com/security/cve/cve-2021-3177) from the original on 6 March 2021. Retrieved
26 February 2021.

57. "CVE-2021-3177" (https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3177) .


CVE. Archived (https://web.archive.org/web/20210227192918/https://cve.mitre.org/cgi-bi
n/cvename.cgi?name=CVE-2021-3177) from the original on 27 February 2021. Retrieved
26 February 2021.

58. "CVE-2021-23336" (https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23336) .


CVE. Archived (https://web.archive.org/web/20210224160700/https://cve.mitre.org/cgi-bi
n/cvename.cgi?name=CVE-2021-23336) from the original on 24 February 2021. Retrieved
26 February 2021.

59. "Built-in Types" (https://docs.python.org/3/library/stdtypes.html#types-union) .

60. corbet (24 October 2022). "Python 3.11 released [LWN.net]" (https://lwn.net/Articles/91221
6/) . lwn.net. Retrieved 15 November 2022.

61. "What's New In Python 3.13" (https://docs.python.org/3.13/whatsnew/3.13.html#experime


ntal-jit-compiler) . Python documentation. Retrieved 30 April 2024.

62. "PEP 667 – Consistent views of namespaces | peps.python.org" (https://peps.python.org/pe


p-0667/) . Python Enhancement Proposals (PEPs). Retrieved 7 October 2024.

63. Wouters, Thomas (9 April 2024). "Python Insider: Python 3.12.3 and 3.13.0a6 released" (http
s://pythoninsider.blogspot.com/2024/04/python-3123-and-3130a6-released.html) . Python
Insider. Retrieved 29 April 2024.
64. "PEP 594 – Removing dead batteries from the standard library" (https://peps.python.org/pe
p-0594/) . Python Enhancement Proposals. Python Softtware Foundation. 20 May 2019.

65. Hugo (15 October 2024). "Python Insider: Python 3.14.0 alpha 1 is now available" (https://py
thoninsider.blogspot.com/2024/10/python-3140-alpha-1-is-now-available.html) . Python
Insider. Retrieved 16 October 2024.

66. "PEP 749 – Implementing PEP 649 | peps.python.org" (https://peps.python.org/pep-074


9/) . Python Enhancement Proposals (PEPs). Retrieved 20 November 2024.

67. "PEP 711: PyBI: a standard format for distributing Python Binaries" (https://discuss.python.
org/t/pep-711-pybi-a-standard-format-for-distributing-python-binaries/25547) .
Discussions on Python.org. 7 April 2023. Retrieved 20 November 2024.

68. "PEP 686 – Make UTF-8 mode default | peps.python.org" (https://peps.python.org/pep-068


6/) . Python Enhancement Proposals (PEPs). Retrieved 20 November 2024.

69. The Cain Gang Ltd. "Python Metaclasses: Who? Why? When?" (https://web.archive.org/we
b/20090530030205/http://www.python.org/community/pycon/dc2004/papers/24/metacla
sses-pycon.pdf) (PDF). Archived from the original (https://www.python.org/community/py
con/dc2004/papers/24/metaclasses-pycon.pdf) (PDF) on 30 May 2009. Retrieved
27 June 2009.

70. "3.3. Special method names" (https://docs.python.org/3.0/reference/datamodel.html#speci


al-method-names) . The Python Language Reference. Python Software Foundation.
Archived (https://web.archive.org/web/20181215123146/https://docs.python.org/3.0/refer
ence/datamodel.html#special-method-names) from the original on 15 December 2018.
Retrieved 27 June 2009.

71. "PyDBC: method preconditions, method postconditions and class invariants for Python" (htt
p://www.nongnu.org/pydbc/) . Archived (https://web.archive.org/web/20191123231931/h
ttp://www.nongnu.org/pydbc/) from the original on 23 November 2019. Retrieved
24 September 2011.

72. "Contracts for Python" (http://www.wayforward.net/pycontract/) . Archived (https://web.ar


chive.org/web/20200615173404/http://www.wayforward.net/pycontract/) from the
original on 15 June 2020. Retrieved 24 September 2011.

73. "PyDatalog" (https://sites.google.com/site/pydatalog/) . Archived (https://web.archive.or


g/web/20200613160231/https://sites.google.com/site/pydatalog/) from the original on
13 June 2020. Retrieved 22 July 2012.

74. "Glue It All Together With Python" (https://www.python.org/doc/essays/omg-darpa-mcc-pos


ition/) . Python.org. Retrieved 30 September 2024.
75. "Extending and Embedding the Python Interpreter: Reference Counts" (https://docs.python.o
rg/extending/extending.html#reference-counts) . Docs.python.org. Archived (https://web.a
rchive.org/web/20121018063230/http://docs.python.org/extending/extending.html#refere
nce-counts) from the original on 18 October 2012. Retrieved 5 June 2020. "Since Python
makes heavy use of malloc() and free() , it needs a strategy to avoid memory leaks
as well as the use of freed memory. The chosen method is called reference counting."

76. Hettinger, Raymond (30 January 2002). "PEP 289 – Generator Expressions" (https://www.py
thon.org/dev/peps/pep-0289/) . Python Enhancement Proposals. Python Software
Foundation. Archived (https://web.archive.org/web/20200614153717/https://www.python.
org/dev/peps/pep-0289/) from the original on 14 June 2020. Retrieved 19 February 2012.

77. "6.5 itertools – Functions creating iterators for efficient looping" (https://docs.python.org/3/
library/itertools.html) . Docs.python.org. Archived (https://web.archive.org/web/20200614
153629/https://docs.python.org/3/library/itertools.html) from the original on 14 June
2020. Retrieved 22 November 2016.

78. Peters, Tim (19 August 2004). "PEP 20 – The Zen of Python" (https://www.python.org/dev/p
eps/pep-0020/) . Python Enhancement Proposals. Python Software Foundation. Archived
(https://web.archive.org/web/20181226141127/https://www.python.org/dev/peps/pep-002
0/) from the original on 26 December 2018. Retrieved 24 November 2008.

79. Lutz, Mark (January 2022). "Python Changes 2014+" (https://learning-python.com/python-c


hanges-2014-plus.html) . Learning Python. Archived (https://web.archive.org/web/202403
15075935/https://learning-python.com/python-changes-2014-plus.html) from the original
on 15 March 2024. Retrieved 25 February 2024.

80. "Confusion regarding a rule in The Zen of Python" (https://discuss.python.org/t/confusion-r


egarding-a-rule-in-the-zen-of-python/15927) . Python Help - Discussions on Python.org. 3
May 2022. Archived (https://web.archive.org/web/20240225221142/https://discuss.pytho
n.org/t/confusion-regarding-a-rule-in-the-zen-of-python/15927) from the original on 25
February 2024. Retrieved 25 February 2024.

81. Ambi, Chetan (4 July 2021). "The Most Controversial Python Walrus Operator" (https://pytho
nsimplified.com/the-most-controversial-python-walrus-operator/) . Python Simplified.
Archived (https://web.archive.org/web/20230827154931/https://pythonsimplified.com/the-
most-controversial-python-walrus-operator/) from the original on 27 August 2023.
Retrieved 5 February 2024.
82. Grifski, Jeremy (24 May 2020). "The Controversy Behind The Walrus Operator in Python" (htt
ps://therenegadecoder.com/code/the-controversy-behind-the-walrus-operator-in-python/) .
The Renegade Coder. Archived (https://web.archive.org/web/20231228135749/https://ther
enegadecoder.com/code/the-controversy-behind-the-walrus-operator-in-python/) from the
original on 28 December 2023. Retrieved 25 February 2024.

83. Bader, Dan. "Python String Formatting Best Practices" (https://realpython.com/python-string


-formatting/) . Real Python. Archived (https://web.archive.org/web/20240218083506/http
s://realpython.com/python-string-formatting/) from the original on 18 February 2024.
Retrieved 25 February 2024.

84. Martelli, Alex; Ravenscroft, Anna; Ascher, David (2005). Python Cookbook, 2nd Edition (http://
shop.oreilly.com/product/9780596007973.do) . O'Reilly Media. p. 230. ISBN 978-0-596-
00797-3. Archived (https://web.archive.org/web/20200223171254/http://shop.oreilly.com/
product/9780596007973.do) from the original on 23 February 2020. Retrieved
14 November 2015.

85. "Python Culture" (https://web.archive.org/web/20140130021902/http://ebeab.com/2014/0


1/21/python-culture/) . ebeab. 21 January 2014. Archived from the original (http://ebeab.c
om/2014/01/21/python-culture/) on 30 January 2014.

86. "Transpiling Python to Julia using PyJL" (https://web.ist.utl.pt/antonio.menezes.leitao/ADA/


documents/publications_docs/2022_TranspilingPythonToJuliaUsingPyJL.pdf) (PDF).
Archived (https://web.archive.org/web/20231119071525/https://web.ist.utl.pt/antonio.men
ezes.leitao/ADA/documents/publications_docs/2022_TranspilingPythonToJuliaUsingPyJL.
pdf) (PDF) from the original on 19 November 2023. Retrieved 20 September 2023. "After
manually modifying one line of code by specifying the necessary type information, we
obtained a speedup of 52.6×, making the translated Julia code 19.5× faster than the original
Python code."

87. "Why is it called Python?" (https://docs.python.org/3/faq/general.html#why-is-it-called-pyth


on) . General Python FAQ. Docs.python.org. Archived (https://web.archive.org/web/201210
24164224/http://docs.python.org/faq/general.html#why-is-it-called-python) from the
original on 24 October 2012. Retrieved 3 January 2023.

88. "15 Ways Python Is a Powerful Force on the Web" (https://web.archive.org/web/201905110


65650/http://insidetech.monster.com/training/articles/8114-15-ways-python-is-a-powerful-
force-on-the-web) . Archived from the original (https://insidetech.monster.com/training/art
icles/8114-15-ways-python-is-a-powerful-force-on-the-web) on 11 May 2019. Retrieved
3 July 2018.
89. "pprint – Data pretty printer – Python 3.11.0 documentation" (https://docs.python.org/3/libr
ary/pprint.html) . docs.python.org. Archived (https://web.archive.org/web/2021012222484
8/https://docs.python.org/3/library/pprint.html) from the original on 22 January 2021.
Retrieved 5 November 2022. "stuff=['spam', 'eggs', 'lumberjack', 'knights', 'ni']"

90. "Code Style – The Hitchhiker's Guide to Python" (https://docs.python-guide.org/writing/styl


e) . docs.python-guide.org. Archived (https://web.archive.org/web/20210127154341/http
s://docs.python-guide.org/writing/style/) from the original on 27 January 2021. Retrieved
20 January 2021.

91. "Is Python a good language for beginning programmers?" (https://docs.python.org/faq/gen


eral.html#is-python-a-good-language-for-beginning-programmers) . General Python FAQ.
Python Software Foundation. Archived (https://web.archive.org/web/20121024164224/htt
p://docs.python.org/faq/general.html#is-python-a-good-language-for-beginning-programme
rs) from the original on 24 October 2012. Retrieved 21 March 2007.

92. "Myths about indentation in Python" (https://web.archive.org/web/20180218162410/http://


www.secnetix.de/~olli/Python/block_indentation.hawk) . Secnetix.de. Archived from the
original (http://www.secnetix.de/~olli/Python/block_indentation.hawk) on 18 February
2018. Retrieved 19 April 2011.

93. Guttag, John V. (12 August 2016). Introduction to Computation and Programming Using
Python: With Application to Understanding Data. MIT Press. ISBN 978-0-262-52962-4.

94. "PEP 8 – Style Guide for Python Code" (https://www.python.org/dev/peps/pep-0008/) .


Python.org. Archived (https://web.archive.org/web/20190417223549/https://www.python.o
rg/dev/peps/pep-0008/) from the original on 17 April 2019. Retrieved 26 March 2019.

95. "8. Errors and Exceptions – Python 3.12.0a0 documentation" (https://docs.python.org/3.11/


tutorial/errors.html) . docs.python.org. Archived (https://web.archive.org/web/2022050914
5745/https://docs.python.org/3.11/tutorial/errors.html) from the original on 9 May 2022.
Retrieved 9 May 2022.

96. "Highlights: Python 2.5" (https://www.python.org/download/releases/2.5/highlights/) .


Python.org. Archived (https://web.archive.org/web/20190804120408/https://www.python.o
rg/download/releases/2.5/highlights/) from the original on 4 August 2019. Retrieved
20 March 2018.

97. van Rossum, Guido (22 April 2009). "Tail Recursion Elimination" (http://neopythonic.blogspo
t.be/2009/04/tail-recursion-elimination.html) . Neopythonic.blogspot.be. Archived (https://
web.archive.org/web/20180519225253/http://neopythonic.blogspot.be/2009/04/tail-recur
sion-elimination.html) from the original on 19 May 2018. Retrieved 3 December 2012.
98. van Rossum, Guido (9 February 2006). "Language Design Is Not Just Solving Puzzles" (htt
p://www.artima.com/weblogs/viewpost.jsp?thread=147358) . Artima forums. Artima.
Archived (https://web.archive.org/web/20200117182525/https://www.artima.com/weblog
s/viewpost.jsp?thread=147358) from the original on 17 January 2020. Retrieved 21 March
2007.

99. van Rossum, Guido; Eby, Phillip J. (10 May 2005). "PEP 342 – Coroutines via Enhanced
Generators" (https://www.python.org/dev/peps/pep-0342/) . Python Enhancement
Proposals. Python Software Foundation. Archived (https://web.archive.org/web/202005290
03739/https://www.python.org/dev/peps/pep-0342/) from the original on 29 May 2020.
Retrieved 19 February 2012.

100. "PEP 380" (https://www.python.org/dev/peps/pep-0380/) . Python.org. Archived (https://w


eb.archive.org/web/20200604233821/https://www.python.org/dev/peps/pep-0380/)
from the original on 4 June 2020. Retrieved 3 December 2012.

101. "division" (https://docs.python.org) . python.org. Archived (https://web.archive.org/web/20


060720033244/http://docs.python.org/) from the original on 20 July 2006. Retrieved
30 July 2014.

102. "PEP 0465 – A dedicated infix operator for matrix multiplication" (https://www.python.org/d
ev/peps/pep-0465/) . python.org. Archived (https://web.archive.org/web/2020060422425
5/https://www.python.org/dev/peps/pep-0465/) from the original on 4 June 2020.
Retrieved 1 January 2016.

103. "Python 3.5.1 Release and Changelog" (https://www.python.org/downloads/release/python-


351/) . python.org. Archived (https://web.archive.org/web/20200514034938/https://www.
python.org/downloads/release/python-351/) from the original on 14 May 2020. Retrieved
1 January 2016.

104. "What's New in Python 3.8" (https://docs.python.org/3.8/whatsnew/3.8.html) . Archived (h


ttps://web.archive.org/web/20200608124345/https://docs.python.org/3.8/whatsnew/3.8.h
tml) from the original on 8 June 2020. Retrieved 14 October 2019.

105. van Rossum, Guido; Hettinger, Raymond (7 February 2003). "PEP 308 – Conditional
Expressions" (https://www.python.org/dev/peps/pep-0308/) . Python Enhancement
Proposals. Python Software Foundation. Archived (https://web.archive.org/web/201603131
13147/https://www.python.org/dev/peps/pep-0308/) from the original on 13 March 2016.
Retrieved 13 July 2011.

106. "4. Built-in Types – Python 3.6.3rc1 documentation" (https://docs.python.org/3/library/stdty


pes.html#tuple) . python.org. Archived (https://web.archive.org/web/20200614194325/htt
ps://docs.python.org/3/library/stdtypes.html#tuple) from the original on 14 June 2020.
Retrieved 1 October 2017.
107. "5.3. Tuples and Sequences – Python 3.7.1rc2 documentation" (https://docs.python.org/3/t
utorial/datastructures.html#tuples-and-sequences) . python.org. Archived (https://web.arc
hive.org/web/20200610050047/https://docs.python.org/3/tutorial/datastructures.html#tup
les-and-sequences) from the original on 10 June 2020. Retrieved 17 October 2018.

108. "PEP 498 – Literal String Interpolation" (https://www.python.org/dev/peps/pep-0498/) .


python.org. Archived (https://web.archive.org/web/20200615184141/https://www.python.o
rg/dev/peps/pep-0498/) from the original on 15 June 2020. Retrieved 8 March 2017.

109. "Why must 'self' be used explicitly in method definitions and calls?" (https://docs.python.or
g/faq/design.html#why-must-self-be-used-explicitly-in-method-definitions-and-calls) .
Design and History FAQ. Python Software Foundation. Archived (https://web.archive.org/we
b/20121024164243/http://docs.python.org/faq/design.html#why-must-self-be-used-explici
tly-in-method-definitions-and-calls) from the original on 24 October 2012. Retrieved
19 February 2012.

110. Sweigart, Al (2020). Beyond the Basic Stuff with Python: Best Practices for Writing Clean
Code (https://books.google.com/books?id=7GUKEAAAQBAJ&pg=PA322) . No Starch
Press. p. 322. ISBN 978-1-59327-966-0. Archived (https://web.archive.org/web/202108131
94312/https://books.google.com/books?id=7GUKEAAAQBAJ&pg=PA322) from the
original on 13 August 2021. Retrieved 7 July 2021.

111. "The Python Language Reference, section 3.3. New-style and classic classes, for release
2.7.1" (https://web.archive.org/web/20121026063834/http://docs.python.org/reference/da
tamodel.html#new-style-and-classic-classes) . Archived from the original (https://docs.pyt
hon.org/reference/datamodel.html#new-style-and-classic-classes) on 26 October 2012.
Retrieved 12 January 2011.

112. "PEP 484 – Type Hints | peps.python.org" (https://peps.python.org/pep-0484/) .


peps.python.org. Archived (https://web.archive.org/web/20231127205023/https://peps.pyt
hon.org/pep-0484/) from the original on 27 November 2023. Retrieved 29 November
2023.

113. "typing — Support for type hints" (https://docs.python.org/3/library/typing.html) . Python


documentation. Python Software Foundation. Archived (https://web.archive.org/web/20200
221184042/https://docs.python.org/3/library/typing.html) from the original on 21
February 2020. Retrieved 22 December 2023.

114. "mypy – Optional Static Typing for Python" (http://mypy-lang.org/) . Archived (https://web.
archive.org/web/20200606192012/http://mypy-lang.org/) from the original on 6 June
2020. Retrieved 28 January 2017.
115. "Introduction" (https://mypyc.readthedocs.io/en/latest/introduction.html) .
mypyc.readthedocs.io. Archived (https://web.archive.org/web/20231222000457/https://my
pyc.readthedocs.io/en/latest/introduction.html) from the original on 22 December 2023.
Retrieved 22 December 2023.

116. "15. Floating Point Arithmetic: Issues and Limitations – Python 3.8.3 documentation" (http
s://docs.python.org/3.8/tutorial/floatingpoint.html#representation-error) . docs.python.org.
Archived (https://web.archive.org/web/20200606113842/https://docs.python.org/3.8/tutori
al/floatingpoint.html#representation-error) from the original on 6 June 2020. Retrieved
6 June 2020. "Almost all machines today (November 2000) use IEEE-754 floating point
arithmetic, and almost all platforms map Python floats to IEEE-754 "double precision"."

117. Zadka, Moshe; van Rossum, Guido (11 March 2001). "PEP 237 – Unifying Long Integers and
Integers" (https://www.python.org/dev/peps/pep-0237/) . Python Enhancement Proposals.
Python Software Foundation. Archived (https://web.archive.org/web/20200528063237/http
s://www.python.org/dev/peps/pep-0237/) from the original on 28 May 2020. Retrieved
24 September 2011.

118. "Built-in Types" (https://docs.python.org/3/library/stdtypes.html#typesseq-range) .


Archived (https://web.archive.org/web/20200614194325/https://docs.python.org/3/library/
stdtypes.html#typesseq-range) from the original on 14 June 2020. Retrieved 3 October
2019.

119. "PEP 465 – A dedicated infix operator for matrix multiplication" (https://legacy.python.org/d
ev/peps/pep-0465/) . python.org. Archived (https://web.archive.org/web/2020052920031
0/https://legacy.python.org/dev/peps/pep-0465/) from the original on 29 May 2020.
Retrieved 3 July 2018.

120. Zadka, Moshe; van Rossum, Guido (11 March 2001). "PEP 238 – Changing the Division
Operator" (https://www.python.org/dev/peps/pep-0238/) . Python Enhancement Proposals.
Python Software Foundation. Archived (https://web.archive.org/web/20200528115550/http
s://www.python.org/dev/peps/pep-0238/) from the original on 28 May 2020. Retrieved
23 October 2013.

121. "Why Python's Integer Division Floors" (https://python-history.blogspot.com/2010/08/why-p


ythons-integer-division-floors.html) . 24 August 2010. Archived (https://web.archive.org/w
eb/20200605151500/https://python-history.blogspot.com/2010/08/why-pythons-integer-di
vision-floors.html) from the original on 5 June 2020. Retrieved 25 August 2010.

122. "round" (https://docs.python.org/py3k/library/functions.html#round) , The Python standard


library, release 3.2, §2: Built-in functions, archived (https://web.archive.org/web/2012102514
1808/http://docs.python.org/py3k/library/functions.html#round) from the original on 25
October 2012, retrieved 14 August 2011
123. "round" (https://docs.python.org/library/functions.html#round) , The Python standard
library, release 2.7, §2: Built-in functions, archived (https://web.archive.org/web/2012102708
1602/http://docs.python.org/library/functions.html#round) from the original on 27
October 2012, retrieved 14 August 2011

124. Beazley, David M. (2009). Python Essential Reference (https://archive.org/details/pythoness


entialr00beaz_036) (4th ed.). Addison-Wesley Professional. p. 66 (https://archive.org/deta
ils/pythonessentialr00beaz_036/page/n90) . ISBN 9780672329784.

125. Kernighan, Brian W.; Ritchie, Dennis M. (1988). The C Programming Language (2nd ed.).
p. 206 (https://archive.org/details/cprogramminglang00bria/page/206) .

126. Batista, Facundo (17 October 2003). "PEP 327 – Decimal Data Type" (https://www.python.or
g/dev/peps/pep-0327/) . Python Enhancement Proposals. Python Software Foundation.
Archived (https://web.archive.org/web/20200604234830/https://www.python.org/dev/pep
s/pep-0327/) from the original on 4 June 2020. Retrieved 24 November 2008.

127. "What's New in Python 2.6" (https://docs.python.org/2.6/whatsnew/2.6.html) . Python


v2.6.9 documentation. 29 October 2013. Archived (https://web.archive.org/web/201912232
13856/https://docs.python.org/2.6/whatsnew/2.6.html) from the original on 23
December 2019. Retrieved 26 September 2015.

128. "10 Reasons Python Rocks for Research (And a Few Reasons it Doesn't) – Hoyt Koepke" (htt
ps://web.archive.org/web/20200531211840/https://www.stat.washington.edu/~hoytak/blo
g/whypython.html) . University of Washington Department of Statistics. Archived from the
original (https://www.stat.washington.edu/~hoytak/blog/whypython.html) on 31 May
2020. Retrieved 3 February 2019.

129. Shell, Scott (17 June 2014). "An introduction to Python for scientific computing" (https://eng
ineering.ucsb.edu/~shell/che210d/python.pdf) (PDF). Archived (https://web.archive.org/
web/20190204014642/https://engineering.ucsb.edu/~shell/che210d/python.pdf) (PDF)
from the original on 4 February 2019. Retrieved 3 February 2019.

130. Piotrowski, Przemyslaw (July 2006). "Build a Rapid Web Development Environment for
Python Server Pages and Oracle" (http://www.oracle.com/technetwork/articles/piotrowski-
pythoncore-084049.html) . Oracle Technology Network. Oracle. Archived (https://web.archi
ve.org/web/20190402124435/https://www.oracle.com/technetwork/articles/piotrowski-pyt
honcore-084049.html) from the original on 2 April 2019. Retrieved 12 March 2012.

131. Eby, Phillip J. (7 December 2003). "PEP 333 – Python Web Server Gateway Interface v1.0" (h
ttps://www.python.org/dev/peps/pep-0333/) . Python Enhancement Proposals. Python
Software Foundation. Archived (https://web.archive.org/web/20200614170344/https://ww
w.python.org/dev/peps/pep-0333/) from the original on 14 June 2020. Retrieved
19 February 2012.
132. "PyPI" (https://pypi.org/) . PyPI. 17 March 2024. Archived (https://web.archive.org/web/20
240317112557/https://pypi.org/) from the original on 17 March 2024.

133. Enthought, Canopy. "Canopy" (https://web.archive.org/web/20170715151703/https://www.


enthought.com/products/canopy/) . www.enthought.com. Archived from the original (http
s://www.enthought.com/products/canopy/) on 15 July 2017. Retrieved 20 August 2016.

134. "PEP 7 – Style Guide for C Code | peps.python.org" (https://peps.python.org/pep-0007/) .


peps.python.org. Archived (https://web.archive.org/web/20220424202827/https://peps.pyt
hon.org/pep-0007/) from the original on 24 April 2022. Retrieved 28 April 2022.

135. "4. Building C and C++ Extensions – Python 3.9.2 documentation" (https://docs.python.org/
3/extending/building.html) . docs.python.org. Archived (https://web.archive.org/web/2021
0303002519/https://docs.python.org/3/extending/building.html) from the original on 3
March 2021. Retrieved 1 March 2021.

136. van Rossum, Guido (5 June 2001). "PEP 7 – Style Guide for C Code" (https://www.python.or
g/dev/peps/pep-0007/) . Python Enhancement Proposals. Python Software Foundation.
Archived (https://web.archive.org/web/20200601203908/https://www.python.org/dev/pep
s/pep-0007/) from the original on 1 June 2020. Retrieved 24 November 2008.

137. "CPython byte code" (https://docs.python.org/3/library/dis.html#python-bytecode-instructio


ns) . Docs.python.org. Archived (https://web.archive.org/web/20200605151542/https://do
cs.python.org/3/library/dis.html#python-bytecode-instructions) from the original on 5
June 2020. Retrieved 16 February 2016.

138. "Python 2.5 internals" (http://www.troeger.eu/teaching/pythonvm08.pdf) (PDF). Archived


(https://web.archive.org/web/20120806094951/http://www.troeger.eu/teaching/pythonvm
08.pdf) (PDF) from the original on 6 August 2012. Retrieved 19 April 2011.

139. "Changelog – Python 3.9.0 documentation" (https://docs.python.org/release/3.9.0/whatsne


w/changelog.html#changelog) . docs.python.org. Archived (https://web.archive.org/web/2
0210207001142/https://docs.python.org/release/3.9.0/whatsnew/changelog.html#change
log) from the original on 7 February 2021. Retrieved 8 February 2021.

140. "Download Python" (https://www.python.org/downloads/release/python-391) . Python.org.


Archived (https://web.archive.org/web/20201208045225/https://www.python.org/downloa
ds/release/python-391/) from the original on 8 December 2020. Retrieved 13 December
2020.

141. "history [vmspython]" (https://www.vmspython.org/doku.php?id=history) .


www.vmspython.org. Archived (https://web.archive.org/web/20201202194743/https://ww
w.vmspython.org/doku.php?id=history) from the original on 2 December 2020. Retrieved
4 December 2020.
142. "An Interview with Guido van Rossum" (http://www.oreilly.com/pub/a/oreilly/frank/rossum_
1099.html) . Oreilly.com. Archived (https://web.archive.org/web/20140716222652/http://o
reilly.com/pub/a/oreilly/frank/rossum_1099.html) from the original on 16 July 2014.
Retrieved 24 November 2008.

143. "Download Python for Other Platforms" (https://www.python.org/download/other/) .


Python.org. Archived (https://web.archive.org/web/20201127015815/https://www.python.o
rg/download/other/) from the original on 27 November 2020. Retrieved 4 December 2020.

144. "PyPy compatibility" (https://pypy.org/compat.html) . Pypy.org. Archived (https://web.archi


ve.org/web/20200606041845/https://www.pypy.org/compat.html) from the original on 6
June 2020. Retrieved 3 December 2012.

145. Team, The PyPy (28 December 2019). "Download and Install" (https://www.pypy.org/downlo
ad.html) . PyPy. Archived (https://web.archive.org/web/20220108212951/https://www.pyp
y.org/download.html) from the original on 8 January 2022. Retrieved 8 January 2022.

146. "speed comparison between CPython and Pypy" (https://speed.pypy.org/) .


Speed.pypy.org. Archived (https://web.archive.org/web/20210510014902/https://speed.py
py.org/) from the original on 10 May 2021. Retrieved 3 December 2012.

147. "Codon: Differences with Python" (https://docs.exaloop.io/codon/general/differences) .


Archived (https://web.archive.org/web/20230525002540/https://docs.exaloop.io/codon/ge
neral/differences) from the original on 25 May 2023. Retrieved 28 August 2023.

148. Lawson, Loraine (14 March 2023). "MIT-Created Compiler Speeds up Python Code" (https://t
henewstack.io/mit-created-compiler-speeds-up-python-code/) . The New Stack. Archived
(https://web.archive.org/web/20230406054200/https://thenewstack.io/mit-created-compil
er-speeds-up-python-code/) from the original on 6 April 2023. Retrieved 28 August 2023.

149. "Application-level Stackless features – PyPy 2.0.2 documentation" (http://doc.pypy.org/en/l


atest/stackless.html) . Doc.pypy.org. Archived (https://web.archive.org/web/20200604231
513/https://doc.pypy.org/en/latest/stackless.html) from the original on 4 June 2020.
Retrieved 17 July 2013.

150. "Python-for-EV3" (https://education.lego.com/en-us/support/mindstorms-ev3/python-for-ev


3) . LEGO Education. Archived (https://web.archive.org/web/20200607234814/https://edu
cation.lego.com/en-us/support/mindstorms-ev3/python-for-ev3) from the original on 7
June 2020. Retrieved 17 April 2019.

151. Yegulalp, Serdar (29 October 2020). "Pyston returns from the dead to speed Python" (http
s://www.infoworld.com/article/3587591/pyston-returns-from-the-dead-to-speed-python.ht
ml) . InfoWorld. Archived (https://web.archive.org/web/20210127113233/https://www.info
world.com/article/3587591/pyston-returns-from-the-dead-to-speed-python.html) from the
original on 27 January 2021. Retrieved 26 January 2021.
152. "cinder: Instagram's performance-oriented fork of CPython" (https://github.com/facebookin
cubator/cinder) . GitHub. Archived (https://web.archive.org/web/20210504112500/https://
github.com/facebookincubator/cinder) from the original on 4 May 2021. Retrieved 4 May
2021.

153. Aroca, Rafael (7 August 2021). "Snek Lang: feels like Python on Arduinos" (https://rafaelaro
ca.wordpress.com/2021/08/07/snek-lang-feels-like-python-on-arduinos/) . Yet Another
Technology Blog. Archived (https://web.archive.org/web/20240105001031/https://rafaelaro
ca.wordpress.com/2021/08/07/snek-lang-feels-like-python-on-arduinos/) from the
original on 5 January 2024. Retrieved 4 January 2024.

154. Aufranc (CNXSoft), Jean-Luc (16 January 2020). "Snekboard Controls LEGO Power
Functions with CircuitPython or Snek Programming Languages (Crowdfunding) – CNX
Software" (https://www.cnx-software.com/2020/01/16/snekboard-controls-lego-power-fun
ctions-with-circuitpython-or-snek-programming-languages/) . CNX Software – Embedded
Systems News. Archived (https://web.archive.org/web/20240105001031/https://www.cnx-s
oftware.com/2020/01/16/snekboard-controls-lego-power-functions-with-circuitpython-or-s
nek-programming-languages/) from the original on 5 January 2024. Retrieved 4 January
2024.

155. Kennedy (@mkennedy), Michael. "Ready to find out if you're git famous?" (https://pythonbyt
es.fm/episodes/show/187/ready-to-find-out-if-youre-git-famous) . pythonbytes.fm.
Archived (https://web.archive.org/web/20240105001031/https://pythonbytes.fm/episode
s/show/187/ready-to-find-out-if-youre-git-famous) from the original on 5 January 2024.
Retrieved 4 January 2024.

156. Packard, Keith (20 December 2022). "The Snek Programming Language: A Python-inspired
Embedded Computing Language" (https://sneklang.org/doc/snek.pdf) (PDF). Archived (ht
tps://web.archive.org/web/20240104162458/https://sneklang.org/doc/snek.pdf) (PDF)
from the original on 4 January 2024. Retrieved 4 January 2024.

157. "Plans for optimizing Python" (https://code.google.com/p/unladen-swallow/wiki/ProjectPla


n) . Google Project Hosting. 15 December 2009. Archived (https://web.archive.org/web/20
160411181848/https://code.google.com/p/unladen-swallow/wiki/ProjectPlan) from the
original on 11 April 2016. Retrieved 24 September 2011.

158. "Python on the Nokia N900" (http://www.stochasticgeometry.ie/2010/04/29/python-on-the-


nokia-n900/) . Stochastic Geometry. 29 April 2010. Archived (https://web.archive.org/web/
20190620000053/http://www.stochasticgeometry.ie/2010/04/29/python-on-the-nokia-n90
0/) from the original on 20 June 2019. Retrieved 9 July 2015.

159. "Brython" (https://brython.info/) . brython.info. Archived (https://web.archive.org/web/2018


0803065954/http://brython.info/) from the original on 3 August 2018. Retrieved
21 January 2021.
160. "Transcrypt – Python in the browser" (https://www.transcrypt.org) . transcrypt.org.
Archived (https://web.archive.org/web/20180819133303/http://www.transcrypt.org/)
from the original on 19 August 2018. Retrieved 22 December 2020.

161. "Transcrypt: Anatomy of a Python to JavaScript Compiler" (https://www.infoq.com/articles/


transcrypt-python-javascript-compiler/) . InfoQ. Archived (https://web.archive.org/web/202
01205193339/https://www.infoq.com/articles/transcrypt-python-javascript-compiler/)
from the original on 5 December 2020. Retrieved 20 January 2021.

162. "Nuitka Home | Nuitka Home" (http://nuitka.net/) . nuitka.net. Archived (https://web.archiv


e.org/web/20200530211233/https://nuitka.net/) from the original on 30 May 2020.
Retrieved 18 August 2017.

163. Guelton, Serge; Brunet, Pierrick; Amini, Mehdi; Merlini, Adrien; Corbillon, Xavier; Raynaud,
Alan (16 March 2015). "Pythran: enabling static optimization of scientific Python programs"
(https://doi.org/10.1088%2F1749-4680%2F8%2F1%2F014001) . Computational Science &
Discovery. 8 (1). IOP Publishing: 014001. Bibcode:2015CS&D....8a4001G (https://ui.adsabs.
harvard.edu/abs/2015CS&D....8a4001G) . doi:10.1088/1749-4680/8/1/014001 (https://do
i.org/10.1088%2F1749-4680%2F8%2F1%2F014001) . ISSN 1749-4699 (https://search.worl
dcat.org/issn/1749-4699) .

164. "The Python → 11l → C++ transpiler" (https://11l-lang.org/transpiler) . Archived (https://we


b.archive.org/web/20220924233728/https://11l-lang.org/transpiler/) from the original on
24 September 2022. Retrieved 17 July 2022.

165. "google/grumpy" (https://github.com/google/grumpy) . 10 April 2020. Archived (https://we


b.archive.org/web/20200415054919/https://github.com/google/grumpy) from the
original on 15 April 2020. Retrieved 25 March 2020 – via GitHub.

166. "Projects" (https://opensource.google/projects/) . opensource.google. Archived (https://we


b.archive.org/web/20200424191248/https://opensource.google/projects/) from the
original on 24 April 2020. Retrieved 25 March 2020.

167. Francisco, Thomas Claburn in San. "Google's Grumpy code makes Python Go" (https://www.
theregister.com/2017/01/05/googles_grumpy_makes_python_go/) . www.theregister.com.
Archived (https://web.archive.org/web/20210307165521/https://www.theregister.com/201
7/01/05/googles_grumpy_makes_python_go/) from the original on 7 March 2021.
Retrieved 20 January 2021.

168. "GitHub – IronLanguages/ironpython3: Implementation of Python 3.x for .NET Framework


that is built on top of the Dynamic Language Runtime" (https://github.com/IronLanguages/i
ronpython3) . GitHub. Archived (https://web.archive.org/web/20210928101250/https://git
hub.com/IronLanguages/ironpython3) from the original on 28 September 2021.
169. "IronPython.net /" (https://ironpython.net/) . ironpython.net. Archived (https://web.archive.o
rg/web/20210417064418/https://ironpython.net/) from the original on 17 April 2021.

170. "Jython FAQ" (https://www.jython.org/jython-old-sites/archive/22/userfaq.html) .


www.jython.org. Archived (https://web.archive.org/web/20210422055726/https://www.jyth
on.org/jython-old-sites/archive/22/userfaq.html) from the original on 22 April 2021.
Retrieved 22 April 2021.

171. Murri, Riccardo (2013). Performance of Python runtimes on a non-numeric scientific code.
European Conference on Python in Science (EuroSciPy). arXiv:1404.6388 (https://arxiv.org/
abs/1404.6388) . Bibcode:2014arXiv1404.6388M (https://ui.adsabs.harvard.edu/abs/201
4arXiv1404.6388M) .

172. "The Computer Language Benchmarks Game" (https://benchmarksgame-team.pages.debia


n.net/benchmarksgame/fastest/python.html) . Archived (https://web.archive.org/web/202
00614210246/https://benchmarksgame-team.pages.debian.net/benchmarksgame/fastest/
python.html) from the original on 14 June 2020. Retrieved 30 April 2020.

173. Warsaw, Barry; Hylton, Jeremy; Goodger, David (13 June 2000). "PEP 1 – PEP Purpose and
Guidelines" (https://www.python.org/dev/peps/pep-0001/) . Python Enhancement
Proposals. Python Software Foundation. Archived (https://web.archive.org/web/202006060
42011/https://www.python.org/dev/peps/pep-0001/) from the original on 6 June 2020.
Retrieved 19 April 2011.

174. "PEP 8 – Style Guide for Python Code" (https://www.python.org/dev/peps/pep-0008/) .


Python.org. Archived (https://web.archive.org/web/20190417223549/https://www.python.o
rg/dev/peps/pep-0008/) from the original on 17 April 2019. Retrieved 26 March 2019.

175. Cannon, Brett. "Guido, Some Guys, and a Mailing List: How Python is Developed" (https://we
b.archive.org/web/20090601134342/http://www.python.org/dev/intro/) . python.org.
Python Software Foundation. Archived from the original (https://www.python.org/dev/intr
o/) on 1 June 2009. Retrieved 27 June 2009.

176. "Moving Python's bugs to GitHub [LWN.net]" (https://lwn.net/Articles/885854/) . Archived


(https://web.archive.org/web/20221002183818/https://lwn.net/Articles/885854/) from
the original on 2 October 2022. Retrieved 2 October 2022.

177. "Python Developer's Guide – Python Developer's Guide" (https://devguide.python.org/) .


devguide.python.org. Archived (https://web.archive.org/web/20201109032501/https://devg
uide.python.org/) from the original on 9 November 2020. Retrieved 17 December 2019.
178. Hughes, Owen (24 May 2021). "Programming languages: Why Python 4.0 might never arrive,
according to its creator" (https://www.techrepublic.com/article/programming-languages-wh
y-python-4-0-will-probably-never-arrive-according-to-its-creator/) . TechRepublic. Archived
(https://web.archive.org/web/20220714201302/https://www.techrepublic.com/article/prog
ramming-languages-why-python-4-0-will-probably-never-arrive-according-to-its-creator/)
from the original on 14 July 2022. Retrieved 16 May 2022.

179. "PEP 602 – Annual Release Cycle for Python" (https://www.python.org/dev/peps/pep-060


2/) . Python.org. Archived (https://web.archive.org/web/20200614202755/https://www.pyt
hon.org/dev/peps/pep-0602/) from the original on 14 June 2020. Retrieved 6 November
2019.

180. "Changing the Python release cadence [LWN.net]" (https://lwn.net/Articles/802777/) .


lwn.net. Archived (https://web.archive.org/web/20191106170153/https://lwn.net/Articles/8
02777/) from the original on 6 November 2019. Retrieved 6 November 2019.

181. Norwitz, Neal (8 April 2002). "[Python-Dev] Release Schedules (was Stability & change)" (htt
ps://mail.python.org/pipermail/python-dev/2002-April/022739.html) . Archived (https://we
b.archive.org/web/20181215122750/https://mail.python.org/pipermail/python-dev/2002-A
pril/022739.html) from the original on 15 December 2018. Retrieved 27 June 2009.

182. Aahz; Baxter, Anthony (15 March 2001). "PEP 6 – Bug Fix Releases" (https://www.python.or
g/dev/peps/pep-0006/) . Python Enhancement Proposals. Python Software Foundation.
Archived (https://web.archive.org/web/20200605001318/https://www.python.org/dev/pep
s/pep-0006/) from the original on 5 June 2020. Retrieved 27 June 2009.

183. "Python Buildbot" (https://www.python.org/dev/buildbot/) . Python Developer's Guide.


Python Software Foundation. Archived (https://web.archive.org/web/20200605001322/http
s://www.python.org/dev/buildbot/) from the original on 5 June 2020. Retrieved
24 September 2011.

184. "1. Extending Python with C or C++ – Python 3.9.1 documentation" (https://docs.python.or
g/3/extending/extending.html) . docs.python.org. Archived (https://web.archive.org/web/2
0200623232830/https://docs.python.org/3/extending/extending.html) from the original
on 23 June 2020. Retrieved 14 February 2021.

185. "PEP 623 – Remove wstr from Unicode" (https://www.python.org/dev/peps/pep-0623/) .


Python.org. Archived (https://web.archive.org/web/20210305153214/https://www.python.o
rg/dev/peps/pep-0623/) from the original on 5 March 2021. Retrieved 14 February 2021.

186. "PEP 634 – Structural Pattern Matching: Specification" (https://www.python.org/dev/peps/p


ep-0634/) . Python.org. Archived (https://web.archive.org/web/20210506005315/https://w
ww.python.org/dev/peps/pep-0634/) from the original on 6 May 2021. Retrieved
14 February 2021.
187. "Documentation Tools" (https://wiki.python.org/moin/DocumentationTools) . Python.org.
Archived (https://web.archive.org/web/20201111173635/https://wiki.python.org/moin/Doc
umentationTools) from the original on 11 November 2020. Retrieved 22 March 2021.

188. "Whetting Your Appetite" (https://docs.python.org/tutorial/appetite.html) . The Python


Tutorial. Python Software Foundation. Archived (https://web.archive.org/web/20121026063
559/http://docs.python.org/tutorial/appetite.html) from the original on 26 October 2012.
Retrieved 20 February 2012.

189. "In Python, should I use else after a return in an if block?" (https://stackoverflow.com/questi
ons/5033906/in-python-should-i-use-else-after-a-return-in-an-if-block) . Stack Overflow.
Stack Exchange. 17 February 2011. Archived (https://web.archive.org/web/2019062000005
0/https://stackoverflow.com/questions/5033906/in-python-should-i-use-else-after-a-return-i
n-an-if-block) from the original on 20 June 2019. Retrieved 6 May 2011.

190. Lutz, Mark (2009). Learning Python: Powerful Object-Oriented Programming (https://books.go
ogle.com/books?id=1HxWGezDZcgC&pg=PA17) . O'Reilly Media, Inc. p. 17.
ISBN 9781449379322. Archived (https://web.archive.org/web/20170717044012/https://bo
oks.google.com/books?id=1HxWGezDZcgC&pg=PA17) from the original on 17 July 2017.
Retrieved 9 May 2017.

191. Fehily, Chris (2002). Python (https://books.google.com/books?id=carqdIdfVlYC&pg=PR1


5) . Peachpit Press. p. xv. ISBN 9780201748840. Archived (https://web.archive.org/web/2
0170717044040/https://books.google.com/books?id=carqdIdfVlYC&pg=PR15) from the
original on 17 July 2017. Retrieved 9 May 2017.

192. Lubanovic, Bill (2014). Introducing Python (http://archive.org/details/introducingpytho0000l


uba) . Sebastopol, CA : O'Reilly Media. p. 305. ISBN 978-1-4493-5936-2. Retrieved 31 July
2023.

193. Blake, Troy (18 January 2021). "TIOBE Index for January 2021" (https://seniordba.wordpres
s.com/2021/01/18/tiobe-index-for-january-2021/) . Technology News and Information by
SeniorDBA. Archived (https://web.archive.org/web/20210321143253/https://seniordba.wor
dpress.com/2021/01/18/tiobe-index-for-january-2021/) from the original on 21 March
2021. Retrieved 26 February 2021.

194. "Quotes about Python" (https://www.python.org/about/quotes/) . Python Software


Foundation. Archived (https://web.archive.org/web/20200603135201/https://www.python.
org/about/quotes/) from the original on 3 June 2020. Retrieved 8 January 2012.

195. "Organizations Using Python" (https://wiki.python.org/moin/OrganizationsUsingPython) .


Python Software Foundation. Archived (https://web.archive.org/web/20180821075931/http
s://wiki.python.org/moin/OrganizationsUsingPython) from the original on 21 August
2018. Retrieved 15 January 2009.
196. "Python : the holy grail of programming" (http://cdsweb.cern.ch/journal/CERNBulletin/2006/
31/News%20Articles/974627?ln=en) . CERN Bulletin (31/2006). CERN Publications. 31
July 2006. Archived (https://archive.today/20130115191843/http://cdsweb.cern.ch/journa
l/CERNBulletin/2006/31/News%20Articles/974627?ln=en) from the original on 15
January 2013. Retrieved 11 February 2012.

197. Shafer, Daniel G. (17 January 2003). "Python Streamlines Space Shuttle Mission Design" (htt
ps://www.python.org/about/success/usa/) . Python Software Foundation. Archived (http
s://web.archive.org/web/20200605093424/https://www.python.org/about/success/usa/)
from the original on 5 June 2020. Retrieved 24 November 2008.

198. "Tornado: Facebook's Real-Time Web Framework for Python – Facebook for Developers" (ht
tps://developers.facebook.com/blog/post/301) . Facebook for Developers. Archived (http
s://web.archive.org/web/20190219031313/https://developers.facebook.com/blog/post/30
1) from the original on 19 February 2019. Retrieved 19 June 2018.

199. "What Powers Instagram: Hundreds of Instances, Dozens of Technologies" (https://instagra


m-engineering.com/what-powers-instagram-hundreds-of-instances-dozens-of-technologies-
adf2e22da2ad) . Instagram Engineering. 11 December 2016. Archived (https://web.archiv
e.org/web/20200615183410/https://instagram-engineering.com/what-powers-instagram-h
undreds-of-instances-dozens-of-technologies-adf2e22da2ad) from the original on 15
June 2020. Retrieved 27 May 2019.

200. "How we use Python at Spotify" (https://labs.spotify.com/2013/03/20/how-we-use-python-a


t-spotify/) . Spotify Labs. 20 March 2013. Archived (https://web.archive.org/web/2020061
0005143/https://labs.spotify.com/2013/03/20/how-we-use-python-at-spotify/) from the
original on 10 June 2020. Retrieved 25 July 2018.

201. Fortenberry, Tim (17 January 2003). "Industrial Light & Magic Runs on Python" (https://www.
python.org/about/success/ilm/) . Python Software Foundation. Archived (https://web.arch
ive.org/web/20200606042020/https://www.python.org/about/success/ilm/) from the
original on 6 June 2020. Retrieved 11 February 2012.

202. Taft, Darryl K. (5 March 2007). "Python Slithers into Systems" (http://www.eweek.com/c/a/
Application-Development/Python-Slithers-into-Systems/) . eWeek.com. Ziff Davis
Holdings. Archived (https://web.archive.org/web/20210813194304/https://www.eweek.co
m/development/python-slithers-into-systems/) from the original on 13 August 2021.
Retrieved 24 September 2011.

203. GitHub – reddit-archive/reddit: historical code from reddit.com. (https://github.com/reddit-arc


hive/reddit) , The Reddit Archives, archived (https://web.archive.org/web/2020060110493
9/https://github.com/reddit-archive/reddit) from the original on 1 June 2020, retrieved
20 March 2019
204. "Real time communication at scale with Elixir at Discord" (https://elixir-lang.org/blog/2020/
10/08/real-time-communication-at-scale-with-elixir-at-discord/) . 8 October 2020.

205. "What Programming Language is Baidu Built In?" (https://www.freelancinggig.com/blog/20


18/07/05/what-programming-language-is-baidu-built-in/#:~:text=Even%20though%20Baid
u%20has%20used,part%20JavaScript%20has%20been%20applied) . 5 July 2018.

206. "Usage statistics and market share of Python for websites" (http://w3techs.com/technologi
es/details/pl-python/all/all) . 2012. Archived (https://web.archive.org/web/202108131943
05/https://w3techs.com/technologies/details/pl-python) from the original on 13 August
2021. Retrieved 18 December 2012.

207. Oliphant, Travis (2007). "Python for Scientific Computing" (https://www.h2desk.com/blog/p


ython-scientific-computing/) . Computing in Science and Engineering. 9 (3): 10–20.
Bibcode:2007CSE.....9c..10O (https://ui.adsabs.harvard.edu/abs/2007CSE.....9c..10O) .
CiteSeerX 10.1.1.474.6460 (https://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.47
4.6460) . doi:10.1109/MCSE.2007.58 (https://doi.org/10.1109%2FMCSE.2007.58) .
ISSN 1521-9615 (https://search.worldcat.org/issn/1521-9615) . S2CID 206457124 (http
s://api.semanticscholar.org/CorpusID:206457124) . Archived (https://web.archive.org/we
b/20200615193226/https://www.h2desk.com/blog/python-scientific-computing/) from
the original on 15 June 2020. Retrieved 10 April 2015.

208. Millman, K. Jarrod; Aivazis, Michael (2011). "Python for Scientists and Engineers" (http://ww
w.computer.org/csdl/mags/cs/2011/02/mcs2011020009.html) . Computing in Science
and Engineering. 13 (2): 9–12. Bibcode:2011CSE....13b...9M (https://ui.adsabs.harvard.edu/
abs/2011CSE....13b...9M) . doi:10.1109/MCSE.2011.36 (https://doi.org/10.1109%2FMCS
E.2011.36) . Archived (https://web.archive.org/web/20190219031439/https://www.compu
ter.org/csdl/mags/cs/2011/02/mcs2011020009.html) from the original on 19 February
2019. Retrieved 7 July 2014.

209. Science education with SageMath (https://web.archive.org/web/20200615180428/http://vis


ual.icse.us.edu.pl/methodology/why_Sage.html) , Innovative Computing in Science
Education, archived from the original (http://visual.icse.us.edu.pl/methodology/why_Sage.h
tml) on 15 June 2020, retrieved 22 April 2019

210. "OpenCV: OpenCV-Python Tutorials" (https://docs.opencv.org/3.4.9/d6/d00/tutorial_py_roo


t.html) . docs.opencv.org. Archived (https://web.archive.org/web/20200923063145/http
s://docs.opencv.org/3.4.9/d6/d00/tutorial_py_root.html) from the original on 23
September 2020. Retrieved 14 September 2020.
211. Dean, Jeff; Monga, Rajat; et al. (9 November 2015). "TensorFlow: Large-scale machine
learning on heterogeneous systems" (http://download.tensorflow.org/paper/whitepaper201
5.pdf) (PDF). TensorFlow.org. Google Research. Archived (https://web.archive.org/web/20
151120004649/http://download.tensorflow.org/paper/whitepaper2015.pdf) (PDF) from
the original on 20 November 2015. Retrieved 10 November 2015.

212. Piatetsky, Gregory. "Python eats away at R: Top Software for Analytics, Data Science,
Machine Learning in 2018: Trends and Analysis" (https://www.kdnuggets.com/2018/05/poll
-tools-analytics-data-science-machine-learning-results.html/2) . KDnuggets. Archived (http
s://web.archive.org/web/20191115234216/https://www.kdnuggets.com/2018/05/poll-tool
s-analytics-data-science-machine-learning-results.html/2) from the original on 15
November 2019. Retrieved 30 May 2018.

213. "Who is using scikit-learn? – scikit-learn 0.20.1 documentation" (https://scikit-learn.org/stab


le/testimonials/testimonials.html) . scikit-learn.org. Archived (https://web.archive.org/we
b/20200506210716/https://scikit-learn.org/stable/testimonials/testimonials.html) from
the original on 6 May 2020. Retrieved 30 November 2018.

214. Jouppi, Norm. "Google supercharges machine learning tasks with TPU custom chip" (http
s://cloudplatform.googleblog.com/2016/05/Google-supercharges-machine-learning-tasks-
with-custom-chip.html) . Google Cloud Platform Blog. Archived (https://web.archive.org/we
b/20160518201516/https://cloudplatform.googleblog.com/2016/05/Google-supercharges-
machine-learning-tasks-with-custom-chip.html) from the original on 18 May 2016.
Retrieved 19 May 2016.

215. De Raedt, Luc; Kimmig, Angelika (2015). "Probabilistic (logic) programming concepts" (http
s://doi.org/10.1007%2Fs10994-015-5494-z) . Machine Learning. 100 (1): 5–47.
doi:10.1007/s10994-015-5494-z (https://doi.org/10.1007%2Fs10994-015-5494-z) .
S2CID 3166992 (https://api.semanticscholar.org/CorpusID:3166992) .

216. "Natural Language Toolkit – NLTK 3.5b1 documentation" (http://www.nltk.org/) .


www.nltk.org. Archived (https://web.archive.org/web/20200613003911/http://www.nltk.or
g/) from the original on 13 June 2020. Retrieved 10 April 2020.

217. Andersen, C. and Swift, T., 2023. The Janus System: a bridge to new prolog applications. In
Prolog: The Next 50 Years (pp. 93–104). Cham: Springer Nature Switzerland.

218. "SWI-Prolog Python interface" (https://www.swi-prolog.org/pldoc/doc_for?object=section(%


27packages/janus.html%27)) . Archived (https://web.archive.org/web/20240315162046/h
ttps://www.swi-prolog.org/pldoc/doc_for?object=section%28%27packages%2Fjanus.html%
27%29) from the original on 15 March 2024. Retrieved 15 March 2024.
219. Tarau, P., 2023. Reflections on automation, learnability and expressiveness in logic-based
programming languages. In Prolog: The Next 50 Years (pp. 359–371). Cham: Springer
Nature Switzerland.

220. "Tkinter — Python interface to TCL/Tk" (https://docs.python.org/3/library/tkinter.html) .


Archived (https://web.archive.org/web/20121018043136/http://docs.python.org/library/tki
nter.html) from the original on 18 October 2012. Retrieved 9 June 2023.

221. "Python Tkinter Tutorial" (https://www.geeksforgeeks.org/python-tkinter-tutorial/) . 3 June


2020. Archived (https://web.archive.org/web/20230609031631/https://www.geeksforgeek
s.org/python-tkinter-tutorial/) from the original on 9 June 2023. Retrieved 9 June 2023.

222. "Installers for GIMP for Windows – Frequently Asked Questions" (https://web.archive.org/w
eb/20130717070814/http://gimp-win.sourceforge.net/faq.html) . 26 July 2013. Archived
from the original (http://gimp-win.sourceforge.net/faq.html) on 17 July 2013. Retrieved
26 July 2013.

223. "jasc psp9components" (https://web.archive.org/web/20080319061519/http://www.jasc.co


m/support/customercare/articles/psp9components.asp) . Archived from the original (htt
p://www.jasc.com/support/customercare/articles/psp9components.asp) on 19 March
2008.

224. "About getting started with writing geoprocessing scripts" (http://webhelp.esri.com/arcgisd


esktop/9.2/index.cfm?TopicName=About_getting_started_with_writing_geoprocessing_scri
pts) . ArcGIS Desktop Help 9.2. Environmental Systems Research Institute. 17 November
2006. Archived (https://web.archive.org/web/20200605144616/http://webhelp.esri.com/ar
cgisdesktop/9.2/index.cfm?TopicName=About_getting_started_with_writing_geoprocessin
g_scripts) from the original on 5 June 2020. Retrieved 11 February 2012.

225. CCP porkbelly (24 August 2010). "Stackless Python 2.7" (https://community.eveonline.com/
news/dev-blogs/stackless-python-2.7/) . EVE Community Dev Blogs. CCP Games. Archived
(https://web.archive.org/web/20140111155537/http://community.eveonline.com/news/de
v-blogs/stackless-python-2.7/) from the original on 11 January 2014. Retrieved
11 January 2014. "As you may know, EVE has at its core the programming language known
as Stackless Python."

226. Caudill, Barry (20 September 2005). "Modding Sid Meier's Civilization IV" (https://web.archiv
e.org/web/20101202164144/http://www.2kgames.com/civ4/blog_03.htm) . Sid Meier's
Civilization IV Developer Blog. Firaxis Games. Archived from the original (http://www.2kgame
s.com/civ4/blog_03.htm) on 2 December 2010. "we created three levels of tools ... The
next level offers Python and XML support, letting modders with more experience
manipulate the game world and everything in it."
227. "Python Language Guide (v1.0)" (https://web.archive.org/web/20100715145616/http://cod
e.google.com/apis/documents/docs/1.0/developers_guide_python.html) . Google
Documents List Data API v1.0. Archived from the original (https://code.google.com/apis/do
cuments/docs/1.0/developers_guide_python.html) on 15 July 2010.

228. "Python Setup and Usage" (https://docs.python.org/3/using/unix.html) . Python Software


Foundation. Archived (https://web.archive.org/web/20200617143505/https://docs.python.
org/3/using/unix.html) from the original on 17 June 2020. Retrieved 10 January 2020.

229. "Immunity: Knowing You're Secure" (https://web.archive.org/web/20090216134332/http://i


mmunitysec.com/products-immdbg.shtml) . Archived from the original (http://www.immu
nitysec.com/products-immdbg.shtml) on 16 February 2009.

230. "Core Security" (https://www.coresecurity.com/) . Core Security. Archived (https://web.arch


ive.org/web/20200609165041/http://www.coresecurity.com/) from the original on 9 June
2020. Retrieved 10 April 2020.

231. "What is Sugar?" (http://sugarlabs.org/go/Sugar) . Sugar Labs. Archived (https://web.archi


ve.org/web/20090109025944/http://sugarlabs.org/go/Sugar) from the original on 9
January 2009. Retrieved 11 February 2012.

232. "4.0 New Features and Fixes" (http://www.libreoffice.org/download/4-0-new-features-and-fix


es/) . LibreOffice.org. The Document Foundation. 2013. Archived (https://web.archive.org/
web/20140209184807/http://www.libreoffice.org/download/4-0-new-features-and-fixes/)
from the original on 9 February 2014. Retrieved 25 February 2013.

233. "Gotchas for Python Users" (https://web.archive.org/web/20081211062108/http://boo.cod


ehaus.org/Gotchas+for+Python+Users) . boo.codehaus.org. Codehaus Foundation.
Archived from the original (http://boo.codehaus.org/Gotchas+for+Python+Users) on 11
December 2008. Retrieved 24 November 2008.

234. Esterbrook, Charles. "Acknowledgements" (https://web.archive.org/web/20080208141002/


http://cobra-language.com/docs/acknowledgements/) . cobra-language.com. Cobra
Language. Archived from the original (http://cobra-language.com/docs/acknowledgement
s/) on 8 February 2008. Retrieved 7 April 2010.

235. "Proposals: iterators and generators [ES4 Wiki]" (https://web.archive.org/web/20071020082


650/http://wiki.ecmascript.org/doku.php?id=proposals:iterators_and_generators) .
wiki.ecmascript.org. Archived from the original (http://wiki.ecmascript.org/doku.php?id=pro
posals:iterators_and_generators) on 20 October 2007. Retrieved 24 November 2008.

236. "Frequently asked questions" (https://docs.godotengine.org/en/stable/about/faq.html) .


Godot Engine documentation. Archived (https://web.archive.org/web/20210428053339/http
s://docs.godotengine.org/en/stable/about/faq.html) from the original on 28 April 2021.
Retrieved 10 May 2021.
237. Kincaid, Jason (10 November 2009). "Google's Go: A New Programming Language That's
Python Meets C++" (https://techcrunch.com/2009/11/10/google-go-language/) .
TechCrunch. Archived (https://web.archive.org/web/20100118014358/http://www.techcrun
ch.com/2009/11/10/google-go-language/) from the original on 18 January 2010.
Retrieved 29 January 2010.

238. Strachan, James (29 August 2003). "Groovy – the birth of a new dynamic language for the
Java platform" (https://web.archive.org/web/20070405085722/http://radio.weblogs.com/0
112098/2003/08/29.html) . Archived from the original (http://radio.weblogs.com/011209
8/2003/08/29.html) on 5 April 2007. Retrieved 11 June 2007.

239. "Modular Docs – Why Mojo" (https://docs.modular.com/mojo/why-mojo.html) .


docs.modular.com. Archived (https://web.archive.org/web/20230505083518/https://docs.
modular.com/mojo/why-mojo.html) from the original on 5 May 2023. Retrieved 5 May
2023. "Mojo as a member of the Python family [..] Embracing Python massively simplifies
our design efforts, because most of the syntax is already specified. [..] we decided that the
right long-term goal for Mojo is to provide a superset of Python (i.e. be compatible with
existing programs) and to embrace the CPython immediately for long-tail ecosystem
enablement. To a Python programmer, we expect and hope that Mojo will be immediately
familiar, while also providing new tools for developing systems-level code that enable you to
do things that Python falls back to C and C++ for."

240. Spencer, Michael (4 May 2023). "What is Mojo Programming Language?" (https://datascien
celearningcenter.substack.com/p/what-is-mojo-programming-language) .
datasciencelearningcenter.substack.com. Archived (https://web.archive.org/web/202305050
90408/https://datasciencelearningcenter.substack.com/p/what-is-mojo-programming-lang
uage) from the original on 5 May 2023. Retrieved 5 May 2023.

241. Yegulalp, Serdar (16 January 2017). "Nim language draws from best of Python, Rust, Go,
and Lisp" (https://www.infoworld.com/article/3157745/application-development/nim-langu
age-draws-from-best-of-python-rust-go-and-lisp.html) . InfoWorld. Archived (https://web.ar
chive.org/web/20181013211847/https://www.infoworld.com/article/3157745/application-
development/nim-language-draws-from-best-of-python-rust-go-and-lisp.html) from the
original on 13 October 2018. Retrieved 7 June 2020. "Nim's syntax is strongly reminiscent of
Python's, as it uses indented code blocks and some of the same syntax (such as the way
if/elif/then/else blocks are constructed)."

242. "An Interview with the Creator of Ruby" (http://www.linuxdevcenter.com/pub/a/linux/2001/1


1/29/ruby.html) . Linuxdevcenter.com. Archived (https://web.archive.org/web/201804281
50410/http://www.linuxdevcenter.com/pub/a/linux/2001/11/29/ruby.html) from the
original on 28 April 2018. Retrieved 3 December 2012.
243. Lattner, Chris (3 June 2014). "Chris Lattner's Homepage" (http://nondot.org/sabre) . Chris
Lattner. Archived (https://web.archive.org/web/20151222150510/http://nondot.org/sabr
e/) from the original on 22 December 2015. Retrieved 3 June 2014. "I started work on the
Swift Programming Language in July of 2010. I implemented much of the basic language
structure, with only a few people knowing of its existence. A few other (amazing) people
started contributing in earnest late in 2011, and it became a major focus for the Apple
Developer Tools group in July 2013 [...] drawing ideas from Objective-C, Rust, Haskell, Ruby,
Python, C#, CLU, and far too many others to list."

244. Jalan, Nishant Aanjaney (10 November 2022). "Programming in Kotlin" (https://medium.co
m/codex/programming-in-kotlin-934bdb3659cf) . CodeX. Retrieved 29 April 2024.

245. Kupries, Andreas; Fellows, Donal K. (14 September 2000). "TIP #3: TIP Format" (http://www.
tcl.tk/cgi-bin/tct/tip/3.html) . tcl.tk. Tcl Developer Xchange. Archived (https://web.archive.
org/web/20170713233954/http://tcl.tk/cgi-bin/tct/tip/3.html) from the original on 13 July
2017. Retrieved 24 November 2008.

246. Gustafsson, Per; Niskanen, Raimo (29 January 2007). "EEP 1: EEP Purpose and Guidelines"
(http://www.erlang.org/eeps/eep-0001.html) . erlang.org. Archived (https://web.archive.or
g/web/20200615153206/http://erlang.org/eeps/eep-0001.html) from the original on 15
June 2020. Retrieved 19 April 2011.

247. "Swift Evolution Process" (https://github.com/apple/swift-evolution/blob/master/process.


md) . Swift Programming Language Evolution repository on GitHub. 18 February 2020.
Archived (https://web.archive.org/web/20200427182556/https://github.com/apple/swift-e
volution/blob/master/process.md) from the original on 27 April 2020. Retrieved 27 April
2020.

Sources
"Python for Artificial Intelligence" (https://web.archive.org/web/20121101045354/http://wiki.p
ython.org/moin/PythonForArtificialIntelligence) . Python Wiki. 19 July 2012. Archived from
the original (https://wiki.python.org/moin/PythonForArtificialIntelligence) on 1 November
2012. Retrieved 3 December 2012.

Paine, Jocelyn, ed. (agosto de 2005). "IA em Python" (https://web.archive.org/web/201203261


05810/http://www.ainewsletter.com/newsletters/aix_0508.htm#python_ai_ai) . Boletim
informativo do especialista em IA . Amzi!. Arquivado do original (http://www.ainewsletter.com/
newsletters/aix_0508.htm#python_ai_ai) em 26 de março de 2012 . Recuperado em
11 de fevereiro de 2012 .

"PyAIML 0.8.5 : Índice de Pacotes Python" (https://pypi.python.org/pypi/PyAIML) .


Pypi.python.org . Recuperado em 17 de julho de 2013 .
Russell, Stuart J. & Norvig, Peter (2009). Inteligência Artificial: Uma Abordagem Moderna (3ª
ed.). Upper Saddle River, NJ: Prentice Hall. ISBN 978-0-13-604259-4.

Leitura adicional

Downey, Allen B. (maio de 2012). Think Python: How to Think Like a Computer Scientist (versão
1.6.6 ed.). Cambridge University Press. ISBN 978-0-521-72596-5.

Hamilton, Naomi (5 de agosto de 2008). "The AZ of Programming Languages: Python" (https://


web.archive.org/web/20081229095320/http://www.computerworld.com.au/index.php/id%3B
66665771) . Computerworld . Arquivado do original (http://www.computerworld.com.au/inde
x.php/id;66665771) em 29 de dezembro de 2008 . Recuperado em 31 de março de 2010 .

Lutz, Mark (2013). Aprendendo Python (5ª ed.). O'Reilly Media. ISBN 978-0-596-15806-4.

Summerfield, Mark (2009). Programação em Python 3 (2ª ed.). Addison-Wesley Professional.


ISBN 978-0-321-68056-3.

Ramalho, Luciano (maio de 2022). Python fluente (https://www.thoughtworks.com/insights/bo


oks/fluent-python-2nd-edition) . O'Reilly Media. ISBN 978-1-4920-5632-4.

Links externos

Site oficial (https://www.python.org/)

Você também pode gostar