Python Data Structures
Python Data Structures
-- Jeetendra Bhattad
Agenda
String
Data Structures
List
Tuple
Set
Dictionary
String
Methods :
count
index
find
join
endswith, startswith
List
Methods :
count
append
extend
index
Tuple
Immutable
Methods :
count
index
Set
Mutable
Methods :
add
pop
clear
copy
Dictionary
Mutable
Methods :
copy
fromkeys
has_key
items
keys, values
pop, popitem
bytearray
xrange
deque
defaultdict