spyql
spyql copied to clipboard
Code improvements
Some cases where the code could be more pythonic:
- some
forcycles whererange(len(l))might be replaced byenumerate - some functions where
yeldmight be used to return a generator
Changes should be accessed for performance.