Skip to content

Commit

Permalink
final workshop prep
Browse files Browse the repository at this point in the history
  • Loading branch information
colevandersWands committed Nov 25, 2024
1 parent 306f20d commit 1f7f7cd
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 5 deletions.
Binary file added 1_development_workflows/.assets/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 1_development_workflows/.assets/your_device.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 41 additions & 5 deletions 1_development_workflows/lesson_plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ class: middle

- **Word Cloud Discussion**

- **Learning Objectives**

- **Connecting the Pieces**

- **Breakouts + Quiz**
Expand All @@ -42,6 +44,28 @@ Break!

---

class: middle

## Learning Objectives

Just Enough Workflow:

- Basic idea of computers: _applications, folder system, computing_

- Cloning a repository from GitHub.

- Writing and editing Python and Markdown.

- Formatting and linting Markdown.

- Using Git to version and host your code online.

- Passing Continuous Integration checks.

- _For this week: [objectives in the README](./README.md#learning-objectives)_

---

class: center

## The Big Picture
Expand Down Expand Up @@ -95,7 +119,7 @@ class: center

- help you connect _data_ and _computing_ to do something useful

- can access your file system (_create, read, modify, delete_)
- can access and modify your file system

- can use your computer's processing resources
- _passes data input -> ... computing ... -> uses data output_
Expand All @@ -119,7 +143,7 @@ class: center

### Applications: _Git_

<img alt="Computing" src="./.assets/git.png" height="70%" width="70%">
<img alt="Git" src="./.assets/git.png" height="70%" width="70%">

???

Expand All @@ -133,6 +157,14 @@ Git helps you:

---

class: center

## GitHub

<img alt="GitHub" src="./.assets/github.png" height="90%" width="90%">

---

class: middle, center

## Big Picture: _Quiz time_
Expand All @@ -147,7 +179,9 @@ Breakouts will be longer than it takes to finish the quiz so you can get to know

class: middle, center

## Big Picture Quiz: _discussion_
## Big Picture Quiz

### _discussion_

---

Expand All @@ -160,7 +194,7 @@ import time

time.sleep(300)

print('back to work')
print('back to class')
```

---
Expand Down Expand Up @@ -228,7 +262,9 @@ Breakouts will be longer than it takes to finish the quiz so you can get to know

class: middle, center

## Workflows Quiz: _discussion_
## Workflows Quiz

### _discussion_

---

Expand Down
1 change: 1 addition & 0 deletions suggested_study/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
- [Programiz](https://www.programiz.com/python-programming): Interactive online
Python tutorial.
- [LearnPython](https://www.learnpython.org/): An interactive online tutorial.
- [coddy.tech](https://coddy.tech): An interactive online tutorial, mobile-friendly.

## References

Expand Down

0 comments on commit 1f7f7cd

Please sign in to comment.