Tagged Questions
12
votes
3answers
362 views
How are people using Python data structures and classes in Arcpy?
This question may expose my ignorance on programming but I'm curious about how people are using different python data structures within Arcpy.
This page lists the data structures in Python. I ...