Improving grammar snippets in Python docs (94)

Опубликовано: 03 Август 2026
на канале: encukou
9
0

Join on Discord:   / discord  

License: CC-BY-SA 4.0: https://creativecommons.org/licenses/...
Illustration photo in thumbnail by Ben Skála, Benfoto: https://commons.wikimedia.org/wiki/Fi...

Rough timestamps:
0:01:40 review Stan's comments
0:18:00 add glossary definitions fo generator functions (and asynch).
0:57:00 expressions.rst ... Move the description of generator syntax into the doc section for yield expressions
and move the detailed descriptions from the end of the section to the beginning.
1:18:00 change generator driver to generator consumer because driver implies more agency than is true.
01:32:00 Comparing the tutorial and noticed that the Tutorial starts with adding generators to a Class that seems... ambitious?
TODO: use subsections for topics in 6.3. Yield Expressionsto make them standout in the TOC.