python/docs/stdtypes

stdtypes

dz / python / docs / stdtypes

Subgraphs

Node Tree

Nodes

str
children str/isnumeric, str/upper, str/lower, str/format, str/isalnum, str/isalpha
hyperlink https://docs.python.org/3/library/stdtypes.html#text-sequence-type-str

list
content List
children common_sequence_ops
parents python/docs/stdtypes
hyperlink https://docs.python.org/3/library/stdtypes.html#list

common_sequence_ops
content Common sequence operations
children python/double_colon_operator
parents list
hyperlink https://docs.python.org/3/library/stdtypes.html#list

set
content Sets and frozensets
children frozenset, set/intersection, python/docs/glossary/hashable (it turns out many can be hashable in python, and therefore,work with a set)
parents leetcode/data_structures/set, leetcode/problems/217_contains_duplicate, leetcode/problems/141_linked_list_cycle
hyperlink https://docs.python.org/3/library/stdtypes.html#set-types-set-frozenset

frozenset
parents set
hyperlink https://docs.python.org/3/library/stdtypes.html#frozenset

generator
content generator type
children python/docs/glossary/generator (definition)
parents leetcode/problems/169_majority_element
hyperlink https://docs.python.org/3/library/stdtypes.html#generator-types