quantifiedcode / python-anti-patterns

An open collection of Python anti-patterns and worst practices.
https://quantifiedcode.github.io/python-anti-patterns
Other
1.71k stars 249 forks source link

Update not_using_zip_to_iterate_over_a_pair_of_lists.rst #32

Closed yegle closed 9 years ago

yegle commented 9 years ago

Add reference to zip function as there's some useful trick there.

adewes commented 9 years ago

Thanks for adding the link to the Python documentation, @yegle! Would be great if you could as well add one link for Python 2.7 since a lot of people are still using that version (or just mentioning that the behavior is identical if that's the case). In any case thanks!