Data Types¶
- array – Sequence of fixed-type data
- datetime – Date/time value manipulation
- calendar – Work with dates
- collections – Container data types
- heapq – In-place heap sort algorithm
- bisect – Maintain lists in sorted order
- sched – Generic event scheduler.
- Queue – A thread-safe FIFO implementation
- weakref – Garbage-collectable references to objects
- copy – Duplicate objects
- pprint – Pretty-print data structures