Previous Lecture | Lecture 13 | Next Lecture |
Lecture 13, Mon 11/20
Dictionaries and formatted strings
Resources from lecture
Topics
- Python Dictionaries
- Practice: Reading from input files and creating different data structures in programs (lists, dictionaries and tuples)
- Learn additional list methods - sort, and how to use the method to sort in descending order
- String formatting
- Running Python programs on the command prompt: the shebang and sys.argv
- Overview of lab07