diff --git a/docs/lesson03/prepare.html b/docs/lesson03/prepare.html index 5aa6f18..ebe86df 100644 --- a/docs/lesson03/prepare.html +++ b/docs/lesson03/prepare.html @@ -47,18 +47,38 @@
Watch the following three videos from Microsoft about writing + Python code to work with files.
+ +with
to Automatically Close Resources (2 minutes)
+
+ with
(2 minutes)
+
+ Broadly speaking, there are two types of files: text files and binary files. A text file stores words and numbers as diff --git a/docs/lesson10/prepare.html b/docs/lesson10/prepare.html index 0c3e391..bb7faab 100644 --- a/docs/lesson10/prepare.html +++ b/docs/lesson10/prepare.html @@ -52,10 +52,21 @@
These two Microsoft videos might help you understand lambda + functions more deeply.
+ +If you wish to learn more about functional programming in Python, watch these videos by Dan Bader.