Skip to content

Instantly share code, notes, and snippets.

@anarcher
Created December 27, 2012 06:08
Show Gist options
  • Save anarcher/4385850 to your computer and use it in GitHub Desktop.
Save anarcher/4385850 to your computer and use it in GitHub Desktop.
python loop
ks = json_response['response'].keys()
fi =1
ti=200
for i in ks:
for i in range(fi,ti):
# blurblur
fi += 200
ti += 200
if i == 'nodata':
break
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment