You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.qmd
+17-10Lines changed: 17 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The course is intended for researchers who want to continue learning the fundame
10
10
11
11
-**Understand and distinguish** the use case of data structures to store different types of data.
12
12
13
-
-**Implement** code to Iterate over a collection (such as files, elements of a column, or a list of objects) to batch process each item.
13
+
-**Implement** code to iterate over a collection (such as files, elements of a column, or a list of objects) to batch process each item.
14
14
15
15
-**Implement** code that has a branching structure depending on input data's condition.
16
16
@@ -39,13 +39,13 @@ All classes are on Wednesdays from 12:00-1:30 PM PST either online, or in Arnold
39
39
40
40
| Week | Date | Topic |
41
41
|------|------|-------|
42
-
|1*| Jan 21 | Fundamentals |
43
-
|2 | Jan 28 | Iteration (for loops) |
44
-
|3*| Feb 4 | Conditionals |
45
-
|4 | Feb 11 | Functions |
42
+
|1*| Jan 21 |[Fundamentals](01-Fundamentals.qmd)|
43
+
|2 | Jan 28 |[Iteration (for loops)](02-Iteration.qmd)|
44
+
|3*| Feb 4 |[Conditionals](03-Conditionals.qmd)|
45
+
|4 | Feb 11 |[Functions](04-Functions.qmd)|
46
46
|No Class | Feb 18 | Break week |
47
-
|5 | Feb 25 |Iteration Styles |
48
-
|6*| Mar 4 | Last Day of Class |
47
+
|5 | Feb 25 |[Iteration Styles](05-Iteration_Styles.qmd)|
48
+
|6*| Mar 4 |[Reference vs. Copy](06-Reference_vs_Copy.qmd) / Last Day of Class |
49
49
50
50
* = Ted on Campus for class
51
51
@@ -62,12 +62,19 @@ We will spend the first 20-25 minutes of each class on catching up on last week'
62
62
63
63
## First Class Survey
64
64
65
-
[First Class Survey](https://forms.gle/smj4wFAQufoHsG6h7) - Please fill out. We mostly want to see how confident you are before and after class. We will share these results with everyone (anonymized).
65
+
[First Class Survey](https://forms.gle/hGQLZ5AgS6Cs3aW57) - Please fill out. We mostly want to see how confident you are before and after class. We will share these results with everyone (anonymized).
66
66
67
67
## Weekly Check In
68
68
69
-
[Weekly Check In Form](https://forms.gle/obwC5GYAA3iPHk5x7) - please fill out to let us know if you have any issues or want to share what you've learned. We look at the answers in aggregate and we anonymize responses (unless you want us to know).
69
+
[Weekly Check In Form](https://forms.gle/SaVk8oH6ezWfKaHM7) - please fill out to let us know if you have any issues or want to share what you've learned. We look at the answers in aggregate and we anonymize responses (unless you want us to know).
70
70
71
+
## Weekly Cheatsheet
72
+
73
+
I will be posting the recordings, solutions, and notes using the Weekly Cheatsheet. This link will be sent to you.
74
+
75
+
## Google Classroom
76
+
77
+
We will be using Google Classroom for exercises. Be sure to submit your exercises through there (it is the main mechanism for us to check them).
71
78
72
79
## Culture of the course
73
80
@@ -105,4 +112,4 @@ Requirements:
105
112
106
113
## Offerings
107
114
108
-
This course is taught on a regular basis at [Fred Hutch Cancer Center](https://www.fredhutch.org/) through the [Data Science Lab](https://hutchdatascience.org/). Announcements of course offering can be found [here](https://hutchdatascience.org/training/).
115
+
This course is taught on a regular basis at [Fred Hutch Cancer Center](https://www.fredhutch.org/) through the [Data Science Lab](https://ocdo.fredhutch.org/dasl/). Announcements of course offering can be found [here](https://ocdo.fredhutch.org/dasl/courses/).
<p>All classes are on Wednesdays from 12:00-1:30 PM PST either online, or in Arnold M1-B406 (The Data Science Lounge). Connection details will be provided. Office hours related to each class day are posted below, and the invite will be sent to you.</p>
302
+
<p>In class we will be going through the notebooks hosted on Google Classroom.</p>
303
+
<p>Classes will be recorded, and those recordings will be sent to you after each class.</p>
<p>A <strong>dictionary</strong> is designed as a lookup table, organized in <strong>key-value</strong> pairs. You associate the key with a particular value, and use the key to find the value.</p>
<spanid="cb1-2"><ahref=""></a>sentiment</span></code></pre></div><buttontitle="Copy to Clipboard" class="code-copy-button"><iclass="bi"></i></button></div>
<spanid="cb6-2"><ahref=""></a>duplicated_keys</span></code></pre></div><buttontitle="Copy to Clipboard" class="code-copy-button"><iclass="bi"></i></button></div>
|2 | Jan 28 |[Iteration (for loops)](02-Iteration.qmd)|
53
+
|3*| Feb 4 |[Conditionals](03-Conditionals.qmd)|
54
+
|4 | Feb 11 |[Functions](04-Functions.qmd)|
55
+
|No Class | Feb 18 | Break week |
56
+
|5 | Feb 25 |[Iteration Styles](05-Iteration_Styles.qmd)|
57
+
|6*| Mar 4 |[Reference vs. Copy](06-Reference_vs_Copy.qmd) / Last Day of Class |
58
+
59
+
* = Ted on Campus for class
60
+
61
+
62
+
## More About the Schedule
63
+
64
+
All classes are on Wednesdays from 12:00-1:30 PM PST either online, or in Arnold M1-B406 (The Data Science Lounge). Connection details will be provided. Office hours related to each class day are posted below, and the invite will be sent to you.
65
+
66
+
67
+
In class we will be going through the notebooks hosted on Google Classroom.
68
+
69
+
Classes will be recorded, and those recordings will be sent to you after each class.
47
70
48
-
1. Fundamentals and Dictionaries
49
-
2. Iteration
50
-
3. Functions
51
-
4. Iteration styles
52
-
5. Assignment and References
53
-
6. Mid-winter break! (for Seattle Public Schools)
54
-
7. Modules, Wrap-up, Pizza!
55
-
8. Optional: Data-a-thon Friday March 14, Learning Communities
56
71
57
72
Full course page here: <https://hutchdatascience.org/Intermediate_Python/>
0 commit comments