Skip to content

Commit 00e2c8a

Browse files
committed
Adding answers slides for a few lessons
1 parent 66978e7 commit 00e2c8a

6 files changed

Lines changed: 72 additions & 15 deletions

File tree

session_01/slides/session_1.md

Lines changed: 36 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@
44

55
---
66

7+
# [fit] Course Overview
8+
9+
---
10+
11+
# Course Overview
12+
- 10 weeks
13+
- Tuesday — 10–11am - Lesson
14+
- Thursday — 10–11am - Answers
15+
16+
---
17+
18+
# [fit]Questions?
19+
20+
# https://sli.do
21+
\#python2020
22+
23+
---
24+
725
# [fit] What is programming?
826

927
---
@@ -45,6 +63,7 @@ print("Hello, World!")
4563
```
4664
what_the_script_does.py
4765
```
66+
4867
---
4968

5069
# Naming Python Files
@@ -67,25 +86,12 @@ send_emails.py
6786

6887
---
6988

70-
# Writing Python
71-
72-
- You are not writing an essay...
73-
74-
---
75-
7689
# Hello, world!
77-
Code — hello.py:
7890

7991
```python
8092
print("Hello, World!")
8193
```
8294

83-
To Run:
84-
85-
```
86-
$ python hello.py
87-
```
88-
8995
---
9096

9197
# Variables
@@ -120,6 +126,15 @@ has_paid = False
120126

121127
---
122128

129+
# Writing Python
130+
131+
- You are not writing an essay...
132+
- Keep things lowercase
133+
- Don't use punctuation
134+
- Replace spaces with underscores
135+
136+
---
137+
123138
# Data Types
124139

125140
---
@@ -326,5 +341,11 @@ correct_sum = (4 + 5) * 2
326341

327342
---
328343

329-
### Further Help
330-
### go to sli.do #ihfcode
344+
### Questions?
345+
### go to sli.do #python2020
346+
347+
---
348+
349+
# [fit]Next Lesson
350+
### Thursday 7th May 10am
351+
### Answers

session_01/slides/session_1.pdf

-508 KB
Binary file not shown.

session_05/slides/answers_5.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# [fit] IHF: Code
2+
## [fit]Python — Session 5 — Answers
3+
### Live at 2pm
4+
5+
---
6+
7+
## Any Questions
8+
9+
### go to sli.do #ihfcode

session_06/slides/answers_5.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# [fit] IHF: Code
2+
## [fit]Python — Session 8 — Answers
3+
### Live at 2pm
4+
5+
---
6+
7+
## Any Questions
8+
9+
### go to sli.do #ihfcode

session_07/slides/answers_7.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# [fit] IHF: Code
2+
## [fit]Python — Session 5 — Answers
3+
### Live at 2pm
4+
5+
---
6+
7+
## Any Questions
8+
9+
### go to sli.do #ihfcode

session_08/slides/answers_8.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# [fit] IHF: Code
2+
## [fit]Python — Session 5 — Answers
3+
### Live at 2pm
4+
5+
---
6+
7+
## Any Questions
8+
9+
### go to sli.do #ihfcode

0 commit comments

Comments
 (0)