How to Represent a 2D Grid in Python Code
Posted by Al Sweigart in misc
This blog post examines different ways that Python lists and dictionaries can be used to represent a 2D data structure. I also write some test programs to measure the performance of each data structure.