@ByronZIf you know PowerShell inside and out, just use that. It will be harder to maintain in the long run though. The fact that Meraki maintains a python sdk for you, makes the change so much easier. You don't have to maintain your own requests. I started with the Meraki API several years ago and it kick started my python programming/automation journey. Python seems to be the language for network automation and honestly it is super easy to learn. As for csv files, python has a standard library for working with csv files and its super easy to learn. Just my 2 cents.
... View more