From 643c191593e4429cdf0afe050606414a9a09d5f1 Mon Sep 17 00:00:00 2001
From: Rex Barzee Videos
diff --git a/docs/lesson07/prepare.html b/docs/lesson07/prepare.html
index 61c1b6e..8e9c90b 100644
--- a/docs/lesson07/prepare.html
+++ b/docs/lesson07/prepare.html
@@ -46,11 +46,21 @@ Videos
09 Prepare: Text Files
a file. During this lesson, you will learn how to write Python code
that reads text from text files.
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.