@@ -22,6 +22,8 @@ class: middle
22
22
23
23
- ** Word Cloud Discussion**
24
24
25
+ - ** Learning Objectives**
26
+
25
27
- ** Connecting the Pieces**
26
28
27
29
- ** Breakouts + Quiz**
@@ -42,6 +44,28 @@ Break!
42
44
43
45
---
44
46
47
+ class: middle
48
+
49
+ ## Learning Objectives
50
+
51
+ Just Enough Workflow:
52
+
53
+ - Basic idea of computers: _ applications, folder system, computing_
54
+
55
+ - Cloning a repository from GitHub.
56
+
57
+ - Writing and editing Python and Markdown.
58
+
59
+ - Formatting and linting Markdown.
60
+
61
+ - Using Git to version and host your code online.
62
+
63
+ - Passing Continuous Integration checks.
64
+
65
+ - _ For this week: [ objectives in the README] ( ./README.md#learning-objectives ) _
66
+
67
+ ---
68
+
45
69
class: center
46
70
47
71
## The Big Picture
@@ -95,7 +119,7 @@ class: center
95
119
96
120
- help you connect _ data_ and _ computing_ to do something useful
97
121
98
- - can access your file system ( _ create, read, modify, delete _ )
122
+ - can access and modify your file system
99
123
100
124
- can use your computer's processing resources
101
125
- _ passes data input -> ... computing ... -> uses data output_
@@ -119,7 +143,7 @@ class: center
119
143
120
144
### Applications: _ Git_
121
145
122
- <img alt =" Computing " src =" ./.assets/git.png " height =" 70% " width =" 70% " >
146
+ <img alt =" Git " src =" ./.assets/git.png " height =" 70% " width =" 70% " >
123
147
124
148
???
125
149
@@ -133,6 +157,14 @@ Git helps you:
133
157
134
158
---
135
159
160
+ class: center
161
+
162
+ ## GitHub
163
+
164
+ <img alt =" GitHub " src =" ./.assets/github.png " height =" 90% " width =" 90% " >
165
+
166
+ ---
167
+
136
168
class: middle, center
137
169
138
170
## Big Picture: _ Quiz time_
@@ -147,7 +179,9 @@ Breakouts will be longer than it takes to finish the quiz so you can get to know
147
179
148
180
class: middle, center
149
181
150
- ## Big Picture Quiz: _ discussion_
182
+ ## Big Picture Quiz
183
+
184
+ ### _ discussion_
151
185
152
186
---
153
187
@@ -160,7 +194,7 @@ import time
160
194
161
195
time.sleep(300 )
162
196
163
- print (' back to work ' )
197
+ print (' back to class ' )
164
198
```
165
199
166
200
---
@@ -228,7 +262,9 @@ Breakouts will be longer than it takes to finish the quiz so you can get to know
228
262
229
263
class: middle, center
230
264
231
- ## Workflows Quiz: _ discussion_
265
+ ## Workflows Quiz
266
+
267
+ ### _ discussion_
232
268
233
269
---
234
270
0 commit comments