Курс
Тренажёр
Ещё
Премиум
Войти
Справочник по функциям Python
Функции
Встроенные функции
all
any
bool
dict
float
frozenset
getattr
hasattr
input
int
isinstance
issubclass
len
list
open
print
set
setattr
str
tuple
type
Строковые методы
capitalize
endswith
find
format
join
lower
lstrip
replace
rstrip
split
startswith
strip
title
upper
Числовые функции
abs
divmod
math.ceil
math.cos
math.degrees
math.exp
math.fabs
math.factorial
math.floor
math.gcd
math.log
math.log10
math.pow
math.radians
math.sin
math.sqrt
math.tan
max
min
pow
round
sum
Коллекции
add
append
copy
count
dict.pop
difference
discard
enumerate
extend
get
index
insert
intersection
issubset
issuperset
items
keys
pop
popitem
remove
reverse
reversed
set.copy
set.pop
set.remove
set.update
setdefault
sort
sorted
symmetric_difference
union
update
values
zip
Функции для итераций
filter
iter
map
next
Модуль OS
os.getcwd
os.listdir
os.path.exists
os.path.join
Модуль регулярных выражений
re.compile
re.findall
re.match
re.search
re.sub