Unit 3: Strings & Dictionaries
It's your third unit of learning Python! We're going to be covering some of my personal favorite topics in this unit.
Our learning goals for this unit are:
Strings, string formatting, and string operations
The dictionary data type
Generating randomness programmatically
Working with files (both local and online)
At the end, you'll use those skills to build a procedural text generator that can output novel sentences from a book, movie titles, wise sayings, or whatever you decide.