Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 343 Bytes

File metadata and controls

11 lines (7 loc) · 343 Bytes

Data structures

Python as well as its standard library have many data structures that help you write elegant and efficient code. Here you will soe examples.

What is it?

  1. defaultdict.ipynb: Jupyter notebook that illustrates the use of collections.defaultdict with a default factory for a Python list and a dataclasss.