mattmakai / fullstackpython.com

Full Stack Python source with Pelican, Bootstrap and Markdown.
https://www.fullstackpython.com/
MIT License
2.88k stars 627 forks source link

Link for Generators on Python page? #248

Open davidshq opened 3 years ago

davidshq commented 3 years ago

On this page: https://www.fullstackpython.com/python-programming-language.html

There is a brief section on generators. It includes a link to PEP255. Would it make sense to add a tutorial link as well? Perhaps:

https://realpython.com/introduction-to-python-generators/