Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion episodes/02-dictionaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ This caching behaviour is very useful for datasets for are accessed regularly.

:::::::::::::::::::::::::::::::::::::::: keypoints

- JSON is simple
- JSON is a simple, easy to interpret format for unstructured data
- Dictionaries are defined using `key`:`value` pairs
- Dictionaries can be nested, and mixed with lists
- Web API's can be accessed using the `requests` library
Expand Down
Loading