News

Python’s enumerate() utility helps with this. It takes an iterable and upon each iteration generates a tuple of the index and the object at that index: x = [3,1,4,1,5,9] for index, n in ...
but there are some Python scripts in use on the servers here so I figured I'd start. What I'm trying to do is call an API and get a chunk of JSON data, then store it in a nested dictionary ...