jekwatt / study_effective_python

Study materials to write more pythonic code inspired by book Effective Python
6 stars 0 forks source link

Add notebook for item 6: Avoid Using start, end, and stride in a Single Slice #26

Closed jekwatt closed 4 years ago

jekwatt commented 4 years ago

Notebook for item 6:

jekwatt commented 4 years ago

Issue resolved in PR #27

jekwatt commented 4 years ago

See item 5 #25 for a related subject.