Skip to content

Commit 272b206

Browse files
committed
Merge branch 'main' of github.com:pythoninchemistry/ch40208
2 parents 3842ce2 + b9d1836 commit 272b206

30 files changed

Lines changed: 3481 additions & 103 deletions

CH40208/_toc.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,19 @@ parts:
104104
- caption: Planning Your Code
105105
chapters:
106106
- file: code_schematics/code_schematics.md
107+
108+
- caption: Exercise Worked Examples
109+
chapters:
110+
- file: worked_examples/week_1_index
111+
title: Week 1
112+
sections:
113+
- file: worked_examples/week_1_calculator
114+
title: Using Python as a Calculator
115+
- file: worked_examples/week_1_strings
116+
title: Getting Started with Strings
117+
- file: worked_examples/week_1_arithmetic
118+
title: Arithmetic
119+
- file: worked_examples/week_1_lists
120+
title: Lists
121+
- file: worked_examples/week_1_dictionaries
122+
title: Dictionaries

CH40208/course_contents/week_1.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- [Types](../python_basics/types.ipynb)
1515
- [Variables](../python_basics/variables.ipynb)
1616
- [Arithmetic](../python_basics/arithmetic.ipynb)
17-
- [Lists](../python_basics/lists.md)
17+
- [Lists](../python_basics/lists.ipynb)
18+
- [Loops](../python_basics/loops.ipynb)
1819
- [Tuples](../python_basics/tuples.ipynb)
1920
- [Dictionaries](../python_basics/dictionaries.ipynb)
-76.6 KB
Loading
13.8 KB
Loading
-62.2 KB
Loading
-42.3 KB
Loading
9.3 KB
Loading
-65.5 KB
Loading
5.49 KB
Loading
-24.2 KB
Loading

0 commit comments

Comments
 (0)