Data structures in python are basically the data types that we have. Following are a few data types in python
- list
- dictionary
- tuple
- set
- defaultdict
- namedtuple
- deque
- chainmap
- counter
- ordereddict
- userdict
- userlist
- userstring
They are different from other programming languages because of ease of access and wide variety of modules and operations.