talk-data.com
PyData
talk
2023-04-19 at 09:50
What are you yield from?
Event:
PyConDE & PyData Berlin 2023
Speakers
Topics
Description
Many developers avoid using generators. For example, many well-known python libraries use lists instead of generators. The generators themselves are slower than normal list loops, but their use in code greatly increases the speed of the application. Let’s discover why.