Guía de aprendizaje de Python
Previous:
D. Glosario
Up:
Guía de aprendizaje de
Next:
Acerca de este documento...
Ãndice
Símbolos
|
_
|
a
|
b
|
c
|
d
|
e
|
f
|
g
|
h
|
i
|
l
|
m
|
n
|
o
|
p
|
r
|
s
|
u
|
z
Símbolos
ámbitos anidados
...
>>>
_ (subrayado)
__all__
__builtin__ (built-in module)
__future__
__slots__
A
append() (list method)
B
BDFL
bloqueo global del intérprete
byte code
C
clase moderna
clase tradicional
coerción
compileall (standard module)
correspondencia
count() (list method)
D
descriptor
diccionario
docstrings
,
[Link]
documentation strings
,
[Link]
duck-typing
E
EAFP
environment variables
PATH
,
[Link]
PYTHONPATH
,
[Link]
,
[Link]
,
[Link]
,
[Link]
PYTHONSTARTUP
,
[Link]
espacio nominal
expresión generadora
extend() (list method)
F
file object
for statement
,
[Link]
G
generador
GIL
H
help() (built-in function)
I
IDLE
index() (list method)
inmutable
insert() (list method)
integer division
interactivo
interpretado
iterable
iterador
L
LBYL
lista autodefinida
M
metaclase
method object
module
search path
mutable
N
número complejo
O
object
file
method
open() (built-in function)
P
path
module search
PATH (environment variable)
,
[Link]
pickle (standard module)
pop() (list method)
Python3000
PYTHONPATH (environment variable)
,
[Link]
,
[Link]
,
[Link]
,
[Link]
PYTHONSTARTUP (environment variable)
,
[Link]
R
readline (built-in module)
remove() (list method)
reverse() (list method)
rlcompleter (standard module)
S
search
path, module
secuencia
sort() (list method)
statement
for
,
[Link]
string (standard module)
strings, documentation
,
[Link]
sys (standard module)
U
unicode() (built-in function)
Z
Zen de Python
Guía de aprendizaje de Python
Previous:
D. Glosario
Up:
Guía de aprendizaje de
Next:
Acerca de este documento...
Release 2.4.1a0, documentation updated on septiembre 11, 2005.
Consultar en
Acerca de este documento...
información para sugerir cambios.