Skip to content

Commit 794292f

Browse files
authored
Merge branch 'main' into 49-change-format-strings-into-f-strings
2 parents d5f89a4 + d0bf10d commit 794292f

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

AUTHORS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ Anthony Evans
44
Hugo Chu
55
Lasse Schmieding
66
Peter Crowther
7-
Sarah Jaffa
7+
Sarah Jaffa
8+
Scott Archer-Nicholls
9+
Andrew Gait

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ Look for the tag ![good\_first\_issue](https://img.shields.io/badge/-good%20firs
6363

6464
Current maintainers of this lesson are
6565

66-
- Douglas Lowe
67-
- Ann Gledson
66+
- Scott Archer-Nicholls
67+
- Andrew Gait
6868

6969
## Authors
7070

config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ source: 'https://github.com/UoMResearchIT/programming_with_python'
3939
branch: 'main'
4040

4141
# Who to contact if there are any issues
42-
contact: 'douglas.lowe@manchester.ac.uk'
42+
contact: 'andrew.gait@manchester.ac.uk'
4343

4444
# Navigation ------------------------------------------------
4545
#

episodes/02-dictionaries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ This caching behaviour is very useful for datasets for are accessed regularly.
607607

608608
:::::::::::::::::::::::::::::::::::::::: keypoints
609609

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

0 commit comments

Comments
 (0)