You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move parts on list comprehensions into chapter 7 where list constructors are covered (or after the part on list methods because of .append()).
Move the nested and Cartesian product examples into exercises on their own.
Convert "Example: Averaging all even Numbers in a List (revisited)" section into a new section on "Streaming data".
Move tuple comprehensions part up into generator section.
Create new section on generator functions (make a unified generator section with expression and function as sub-section).
Note that the numeric example is not the same as in the first content file.
The text was updated successfully, but these errors were encountered:
https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/develop/08_mfr/01_content.ipynb
Move parts on list comprehensions into chapter 7 where list constructors are covered (or after the part on list methods because of
.append()
).Move the nested and Cartesian product examples into exercises on their own.
Convert "Example: Averaging all even Numbers in a List (revisited)" section into a new section on "Streaming data".
Move
tuple
comprehensions part up into generator section.Create new section on generator functions (make a unified
generator
section with expression and function as sub-section).Note that the numeric example is not the same as in the first content file.
The text was updated successfully, but these errors were encountered: