Y
Hacker News
new
|
ask
|
show
|
jobs
by
IndianAstronaut
4077 days ago
What is the difference between the generators in Python vs Go?
1 comments
chrj
4077 days ago
They're not the same thing. This is about code generators (
https://blog.golang.org/generate
) while in Python context you're most likely talking about iteration.
link