Skip to content

Commit 53dfc38

Browse files
committed
sketch out remainder of course
1 parent 6fd9dde commit 53dfc38

File tree

8 files changed

+94
-58
lines changed

8 files changed

+94
-58
lines changed

README.md

+18-18
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ In [Computing in Context](https://computing-in-context.afeld.me/), students "exp
3737
- [Attendance: 12%](#attendance)
3838
- [Lab work](labs/): 24% (12 x 2% each)
3939
- Reading responses: 24% (12 x 2% each)
40-
- [Project](docs/project.md): 40% (divided into eight-ish parts, split to be determined)
40+
- [Project](docs/project.md): 40% (divided into nine-ish parts, split to be determined)
4141

4242
There will not be an exam.
4343

@@ -90,23 +90,23 @@ You can find the rubric under the [Assignment](https://courseworks2.columbia.edu
9090

9191
## Schedule
9292

93-
| Week | Lecure date | Lecture topic(s) | Assignments due (at the start of lecture) | [Lab](labs/) topic(s) | [Lab](labs/) due (at the start of the Lab session) |
94-
| ---- | ----------- | ----------------------------------------------------------------- | ------------------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------- |
95-
| 1 | 1/23 | [Welcome; collaborating on code (GitHub)](lectures/lecture_01.md) | none | [Computer setup; Git workflow](labs/lab_01.md) | none |
96-
| 2 | 1/30 | [Project/product management](lectures/lecture_02.md) | [Readings](readings/week_02.md) | [Jupyter, pandas, and visualization refresher](labs/lab_02.md) | none |
97-
| 3 | 2/6 | [Command line; dependency management](lectures/lecture_03.md) | [Readings](readings/week_03.md), [Project Part 1](docs/project.md#part-1) | [Project setup](labs/lab_03.md) | [Lab 2](labs/lab_02.md) |
98-
| 4 | 2/13 | [Web development](lectures/lecture_04.md) | [Readings](readings/week_04.md) | [Building an API](labs/lab_04.md) | [Lab 3](labs/lab_03.md) |
99-
| 5 | 2/20 | [Automated testing](lectures/lecture_05.md) | [Readings](readings/week_05.md), [Project Part 2](docs/project.md#part-2) | [Data profiling/quality](labs/lab_05.md) | [Lab 4](labs/lab_04.md) |
100-
| 6 | 2/27 | [Organizing code](lectures/lecture_06.md) | [Readings](readings/week_06.md), [Project Part 3](docs/project.md#part-3) | [Continuous integration](labs/lab_06.md) | [Lab 5](labs/lab_05.md) |
101-
| 7 | 3/6 | [Databases](lectures/lecture_07.md) | [Readings](readings/week_07.md) | [Databases](labs/lab_07.md) | [Lab 6](labs/lab_06.md) |
102-
| 8 | 3/13 | [Guest speaker; data warehousing](lectures/lecture_08.md) | [Project Part 4](docs/project.md#part-4) | [Data loading](labs/lab_08.md) | [Lab 7](labs/lab_07.md) |
103-
| 9 | 3/20 | none ([Spring Recess][recess]) | none | none ([Spring Recess][recess]) | none |
104-
| 10 | 3/27 | [Data engineering (pipelines, ETL)](lectures/lecture_10.md) | [Project Part 5](docs/project.md#part-5) | [Data loading, continued](labs/lab_10.md) | [Lab 8](labs/lab_08.md) |
105-
| 11 | 4/3 | Project presentations; infrastructure / cloud computing | [Readings](readings/week_11.md), [Project Part 6](docs/project.md#part-6) | TBD | [Lab 10](labs/lab_10.md) |
106-
| 12 | 4/10 | Big data; algorithms | [Readings](readings/week_12.md) | TBD | TBD |
107-
| 13 | 4/17 | Privacy | [Readings](readings/week_13.md) | TBD | TBD |
108-
| 14 | 4/24 | buffer | TBD | TBD | TBD |
109-
| 15 | 5/1 | buffer | TBD | TBD | TBD |
93+
| Week | Lecure date | Lecture topic(s) | Assignments due (at the start of lecture) | [Lab](labs/) topic(s) | [Lab](labs/) due (at the start of the Lab session) |
94+
| ---- | ----------- | ---------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------- |
95+
| 1 | 1/23 | [Welcome; collaborating on code (GitHub)](lectures/lecture_01.md) | none | [Computer setup; Git workflow](labs/lab_01.md) | none |
96+
| 2 | 1/30 | [Project/product management](lectures/lecture_02.md) | [Readings](readings/week_02.md) | [Jupyter, pandas, and visualization refresher](labs/lab_02.md) | none |
97+
| 3 | 2/6 | [Command line; dependency management](lectures/lecture_03.md) | [Readings](readings/week_03.md), [Project Part 1](docs/project.md#part-1) | [Project setup](labs/lab_03.md) | [Lab 2](labs/lab_02.md) |
98+
| 4 | 2/13 | [Web development](lectures/lecture_04.md) | [Readings](readings/week_04.md) | [Building an API](labs/lab_04.md) | [Lab 3](labs/lab_03.md) |
99+
| 5 | 2/20 | [Automated testing](lectures/lecture_05.md) | [Readings](readings/week_05.md), [Project Part 2](docs/project.md#part-2) | [Data profiling/quality](labs/lab_05.md) | [Lab 4](labs/lab_04.md) |
100+
| 6 | 2/27 | [Organizing code](lectures/lecture_06.md) | [Readings](readings/week_06.md), [Project Part 3](docs/project.md#part-3) | [Continuous integration](labs/lab_06.md) | [Lab 5](labs/lab_05.md) |
101+
| 7 | 3/6 | [Databases](lectures/lecture_07.md) | [Readings](readings/week_07.md) | [Databases](labs/lab_07.md) | [Lab 6](labs/lab_06.md) |
102+
| 8 | 3/13 | [Guest speaker; data warehousing](lectures/lecture_08.md) | [Project Part 4](docs/project.md#part-4) | [Data loading](labs/lab_08.md) | [Lab 7](labs/lab_07.md) |
103+
| 9 | 3/20 | none ([Spring Recess][recess]) | none | none ([Spring Recess][recess]) | none |
104+
| 10 | 3/27 | [Data engineering (ETL)](lectures/lecture_10.md) | [Project Part 5](docs/project.md#part-5) | [Data loading, continued](labs/lab_10.md) | [Lab 8](labs/lab_08.md) |
105+
| 11 | 4/3 | [Project presentations; data engineering, continued (pipelines)](lectures/lecture_11.md) | [Readings](readings/week_11.md), [Project Part 6](docs/project.md#part-6) | TBD | [Lab 10](labs/lab_10.md) |
106+
| 12 | 4/10 | Infrastructure / cloud computing | [Readings](readings/week_12.md), [Project Part 7](docs/project.md#part-7) | TBD | TBD |
107+
| 13 | 4/17 | Big data; algorithms | [Readings](readings/week_13.md) | TBD | TBD |
108+
| 14 | 4/24 | Privacy | [Readings](readings/week_14.md), [Project Part 8](docs/project.md#part-8) | TBD | TBD |
109+
| 15 | 5/1 | Presentations | [Project Part 9](docs/project.md#part-9) | TBD | TBD |
110110

111111
[recess]: https://registrar.columbia.edu/content/academic-calendar?acfy=49&acschool=18&acterm=6&field_event_type1_tid%255B%255D=23&keys=#!#e=9806
112112

docs/project.md

+23-3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ All of this will be in [the cloud](https://www.cloudflare.com/learning/cloud/wha
3232
- All team members are contributing equal amounts.
3333
- The Project leverages at least one [dataset that's regularly updated](data.md#datasets-that-are-regularly-updated).
3434
- The site doesn't need to [read like a blog post](https://computing-in-context.afeld.me/projects.html#requirements) necessarily, but it should explain what's going on.
35+
- By the end, this should be a polished portfolio piece.
3536
- _More to come_
3637

3738
## [Teams](project_teams.csv)
@@ -235,11 +236,30 @@ We'll do this once now, once at the end.
235236

236237
Next lecture, each group will do a presentation on their Project.
237238

238-
### Requirements
239-
240-
- 5-10 minutes
239+
- 5-8 minutes
241240
- Slides optional
241+
- Everyone in the group should speak.
242242
- Explain the initial [proposal](#proposal) and how it's evolved.
243243
- Show the live app.
244244
- Walk through the code.
245245
- Talk through any findings, even if they're just initial.
246+
247+
This is meant to be "the quick version" — we'll do longer ones at the end.
248+
249+
## Part 7
250+
251+
_IN PROGRESS_
252+
253+
Set up Airflow
254+
255+
## Part 8
256+
257+
_IN PROGRESS_
258+
259+
Continued work on the Project
260+
261+
## Part 9
262+
263+
_IN PROGRESS_
264+
265+
You'll do a longer version of [the earlier presentation](#presentation).

lectures/lecture_10.md

-12
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,4 @@
2626

2727
---
2828

29-
## Pipelines
30-
31-
Useful for complex ETL
32-
33-
---
34-
35-
## [Airflow](https://airflow.apache.org/)
36-
37-
There are many alternative "data integration" tools.
38-
39-
---
40-
4129
## [Project Part 6](../docs/project.md#part-6)

lectures/lecture_11.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Lecture 11
2+
3+
**Data engineering, continued**
4+
5+
---
6+
7+
## [Presentations](../docs/project.md#presentation)
8+
9+
---
10+
11+
## Pipelines
12+
13+
Useful for complex ETL
14+
15+
---
16+
17+
## [Airflow](https://airflow.apache.org/)
18+
19+
There are many alternative "data integration" tools.
20+
21+
---
22+
23+
## [Project Part 7](../docs/project.md#part-7)

readings/week_11.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44

55
- [Append Load vs Incremental Load vs Truncate and Load](https://medium.com/@santosh_beora/the-3-most-commonly-used-etl-processes-explained-through-everyday-analogies-a7aa9f7a3754)
66
- [Timing Function[s] in Python](https://builtin.com/articles/timing-functions-python)
7-
- Pipeline assignment
8-
- Airflow
9-
- [Cracking the Cloud_Open](https://www.redhat.com/en/command-line-heroes/season-1/crack-the-cloud-open)
10-
- [Overview of Cloud Computing](https://dc.arcabc.ca/islandora/object/dc%3A54375?solr_nav%5Bid%5D=c0f46853d72e7e533f04&solr_nav%5Bpage%5D=0&solr_nav%5Boffset%5D=0), Chapters 1-2
7+
- Airflow
118

129
Now [submit a response](../README.md#responses).

readings/week_12.md

+2-9
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,7 @@
22

33
[General information](../README.md#readings)
44

5-
1. [Crash Course Computer Science: Algorithms](https://thecrashcourse.com/courses/intro-to-algorithms-crash-course-computer-science-13/)
6-
1. [Introduction to Sorting Algorithms in Python](https://realpython.com/courses/intro-sorting-algorithms/) through "Time Complexity Overview"
7-
1. [Quick sort](https://www.youtube.com/watch?v=ywWBy6J5gz8)
8-
- The specifics here aren't important, just giving you a visual of an algorithm.
9-
- Your response to this part can be an in-class recital 😉
10-
1. [Understanding Program Efficiency, Part 1](https://ocw.mit.edu/courses/6-0001-introduction-to-computer-science-and-programming-in-python-fall-2016/resources/lecture-10-understanding-program-efficiency-part-1/)
11-
1. Optional: [Part 2](https://ocw.mit.edu/courses/6-0001-introduction-to-computer-science-and-programming-in-python-fall-2016/resources/lecture-11-understanding-program-efficiency-part-2/)
12-
1. [How the Internet Really Works](../README.md#readings), Chapter 8 (pages 67-73)
13-
1. [Stitch Fix Algorithms Tour](https://algorithms-tour.stitchfix.com/)
5+
- [Cracking the Cloud_Open](https://www.redhat.com/en/command-line-heroes/season-1/crack-the-cloud-open)
6+
- [Overview of Cloud Computing](https://dc.arcabc.ca/islandora/object/dc%3A54375?solr_nav%5Bid%5D=c0f46853d72e7e533f04&solr_nav%5Bpage%5D=0&solr_nav%5Boffset%5D=0), Chapters 1-2
147

158
Now [submit a response](../README.md#responses).

readings/week_13.md

+9-12
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,14 @@
22

33
[General information](../README.md#readings)
44

5-
1. [50 Things That Made the Modern Economy: Public Key Cryptography](https://www.bbc.co.uk/programmes/p04vqrwy)
6-
1. [How the Internet Really Works](../README.md#readings), pages 46-51
7-
1. [Alexa Takes the Stand: Listening Devices Raise Privacy Issues](https://time.com/4766611/alexa-takes-the-stand-listening-devices-raise-privacy-issues/)
8-
1. [Study Reveals Extent of Privacy Vulnerabilities With Amazon's Alexa](https://news.ncsu.edu/2021/03/alexa-skill-vulnerabilities/)
9-
1. [Amazon Echo Dot Privacy & security guide](https://foundation.mozilla.org/en/privacynotincluded/amazon-echo-dot/)
10-
1. Complete [Digital Privacy and Security for Normal People](https://personal-security.afeld.me/) "Low-hanging fruit"
11-
1. [A simple way to anonymize data with Python and Pandas](https://dev.to/r0f1/a-simple-way-to-anonymize-data-with-python-and-pandas-79g)
12-
13-
## Optional
14-
15-
- [Alexa and Third Parties' Reasonable Expectation of Privacy](https://www.law.georgetown.edu/american-criminal-law-review/aclr-online/volume-54/alexa-and-third-parties-reasonable-expectation-of-privacy/)
16-
- [The Privacy Risks of Your Smart Speaker](https://vpnoverview.com/privacy/devices/privacy-risks-smart-speaker/)
5+
1. [Crash Course Computer Science: Algorithms](https://thecrashcourse.com/courses/intro-to-algorithms-crash-course-computer-science-13/)
6+
1. [Introduction to Sorting Algorithms in Python](https://realpython.com/courses/intro-sorting-algorithms/) through "Time Complexity Overview"
7+
1. [Quick sort](https://www.youtube.com/watch?v=ywWBy6J5gz8)
8+
- The specifics here aren't important, just giving you a visual of an algorithm.
9+
- Your response to this part can be an in-class recital 😉
10+
1. [Understanding Program Efficiency, Part 1](https://ocw.mit.edu/courses/6-0001-introduction-to-computer-science-and-programming-in-python-fall-2016/resources/lecture-10-understanding-program-efficiency-part-1/)
11+
1. Optional: [Part 2](https://ocw.mit.edu/courses/6-0001-introduction-to-computer-science-and-programming-in-python-fall-2016/resources/lecture-11-understanding-program-efficiency-part-2/)
12+
1. [How the Internet Really Works](../README.md#readings), Chapter 8 (pages 67-73)
13+
1. [Stitch Fix Algorithms Tour](https://algorithms-tour.stitchfix.com/)
1714

1815
Now [submit a response](../README.md#responses).

readings/week_14.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Week 14 readings
2+
3+
[General information](../README.md#readings)
4+
5+
1. [50 Things That Made the Modern Economy: Public Key Cryptography](https://www.bbc.co.uk/programmes/p04vqrwy)
6+
1. [How the Internet Really Works](../README.md#readings), pages 46-51
7+
1. [Alexa Takes the Stand: Listening Devices Raise Privacy Issues](https://time.com/4766611/alexa-takes-the-stand-listening-devices-raise-privacy-issues/)
8+
1. [Study Reveals Extent of Privacy Vulnerabilities With Amazon's Alexa](https://news.ncsu.edu/2021/03/alexa-skill-vulnerabilities/)
9+
1. [Amazon Echo Dot Privacy & security guide](https://foundation.mozilla.org/en/privacynotincluded/amazon-echo-dot/)
10+
1. Complete [Digital Privacy and Security for Normal People](https://personal-security.afeld.me/) "Low-hanging fruit"
11+
1. [A simple way to anonymize data with Python and Pandas](https://dev.to/r0f1/a-simple-way-to-anonymize-data-with-python-and-pandas-79g)
12+
13+
## Optional
14+
15+
- [Alexa and Third Parties' Reasonable Expectation of Privacy](https://www.law.georgetown.edu/american-criminal-law-review/aclr-online/volume-54/alexa-and-third-parties-reasonable-expectation-of-privacy/)
16+
- [The Privacy Risks of Your Smart Speaker](https://vpnoverview.com/privacy/devices/privacy-risks-smart-speaker/)
17+
18+
Now [submit a response](../README.md#responses).

0 commit comments

Comments
 (0)