Skip to content

Commit 0c3f45a

Browse files
committed
Moving Dictionaries from Py2 and moving Web Programming out
1 parent f10848a commit 0c3f45a

20 files changed

Lines changed: 655 additions & 1264 deletions

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,11 @@ in which we can solve problems with programming.
3737
In this unit we'll cover functions. Functions allow us to reuse our code and
3838
execute it whenever needed.
3939

40-
### Unit 10: Web Programming
40+
### Unit 6: Dictionaries
4141

42-
In this unit we will start learning about web technologies that are used to
43-
build webpages and web applications.
42+
Compare dictionaries to lists as a data structure for storing data. Compare
43+
uses and benefits of a dictionary vs. a list. When would someone reach for a
44+
dictionary as opposed to a list?
4445

4546
### Unit 99: Next steps
4647

bin/gen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ elif [ -z "$output" ]; then
1212
fi
1313

1414
case $(basename "$input") in
15-
Slides.md)
15+
*Slides.md)
1616
marp "$input" \
1717
--allow-local-files \
1818
--theme assets/slide-styles.marp \

0 commit comments

Comments
 (0)