Skip to content

Commit 1bcc86b

Browse files
committed
source commit: 985cfc4
0 parents  commit 1bcc86b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+9055
-0
lines changed

01-run-quit.md

Lines changed: 667 additions & 0 deletions
Large diffs are not rendered by default.

02-variables.md

Lines changed: 420 additions & 0 deletions
Large diffs are not rendered by default.

03-types-conversion.md

Lines changed: 499 additions & 0 deletions
Large diffs are not rendered by default.

04-built-in.md

Lines changed: 424 additions & 0 deletions
Large diffs are not rendered by default.

05-coffee.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Morning Coffee
3+
teaching: 0
4+
exercises: 0
5+
break: 15
6+
---
7+
8+
## Reflection exercise
9+
10+
Over coffee, reflect on and discuss the following:
11+
12+
- What are the different kinds of errors Python will report?
13+
- Did the code always produce the results you expected? If not, why?
14+
- Is there something we can do to prevent errors when we write code?
15+
16+

0 commit comments

Comments
 (0)