Tất cả bài viết được gắn tag data-structures
4 bài viết
Học về lists trong Python - tạo list, truy cập phần tử, list methods cơ bản như append, extend, insert, remove, pop và các thao tác với list.
Học về tuples trong Python - collection bất biến, tuple packing/unpacking, so sánh với lists, và khi nào nên dùng tuples.
Học về dictionaries trong Python - key-value pairs, tạo dict, truy cập và thay đổi, dictionary methods cơ bản và operations.
Học về sets trong Python - collection duy nhất, set operations (union, intersection, difference), set methods và khi nào dùng sets.
1 bài viết
Học về collections module trong Python - namedtuple, defaultdict, Counter, deque, và các data structures đặc biệt.