Skip to content

Commit 1eb3e20

Browse files
committed
Added link to english.txt in part3
1 parent a7aba2b commit 1eb3e20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

set2/slides/part3.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,8 @@ Write a program that opens a text file and does some processing.
375375

376376
* Use the functions from [helpers.py](http://calebsmith.github.io/gdi-intro-python/examples/helpers.py) to help with reading in the lines and/or words of the file
377377

378+
* Download a plain text english dictionary like the following: [english.txt](http://calebsmith.github.io/gdi-intro-python/examples/english.txt) and put it into the same directory as your python file.
379+
378380
* Download a book in plain text from [Project Gutenburg](http://www.gutenberg.org/wiki/Main_Page) and put it into the same directory as your python file.
379381

380382
The next slide has some code and other resources that should help you get started

0 commit comments

Comments
 (0)