Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Newer versions of Python also have generator expressions which look similar to list comprehensions but with parenthesis instead of brackets. They mostly can be used for similar purposes but they are lazy, that is they only generate results as they are requested.


The keyword 'yield' comes in handy for making your own generators.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: