Skip to content

Instantly share code, notes, and snippets.

@mGalarnyk
Last active May 9, 2023 04:18
Show Gist options
  • Save mGalarnyk/4a0489a5c533aacfb00e22572e1bc33f to your computer and use it in GitHub Desktop.
Save mGalarnyk/4a0489a5c533aacfb00e22572e1bc33f to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@linehammer
Copy link

You should also know that in Python, iterating over integer indices is bad style, and also slower than the alternative. If you just want to look at each of the items in a list or dict, loop directly through the list or dict.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment