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
Copy file name to clipboardExpand all lines: days/16-18-listcomprehensions-generators/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
> List comprehensions and generators are in my top 5 favorite Python features leading to clean, robust and Pythonic code.
6
6
7
-
Welcome to this lesson. Today you will learn about two powerful techniques you can use in Python: list comprehensions and generators.
7
+
Welcome to this lesson. In today's videos you will learn two powerful techniques you can use in Python: list comprehensions and generators.
8
8
9
9
I prepared a [Jupyter notebook](https://github.com/talkpython/100daysofcode-with-python-course/blob/master/days/16-18-listcomprehensions-generators/list-comprehensions-generators.ipynb) so you can follow along with this lesson.
0 commit comments