Outline for December 10, 2020
Reading
: §13.4–13.5
Due
: Project, due December 18, 2020
JSON [
json-ex.py
]
What it is
json.loads
json.dumps
Recursion: Fibonacci numbers [
rfib.py
]
Example: memos
Remember how slowly the recursive Fibonacci number program
rfib.py
ran? Here is a faster recursive version that uses memos [
rfibmemo.py
]
Conditional expressions [
condexp.py
]
Keyword arguments, variable number of arguments [
arg3.py
]
Matt Bishop
Office: 2209 Watershed Sciences
Phone: +1 (530) 752-8060
Email:
mabishop@ucdavis.edu
MHI 289I, Programming for Health Informatics
Version of December 10, 2020 at 10:50AM
You can also obtain a PDF version of this.