Skip to content

Commit

Permalink
Updates to week 4 videos and lectures.
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-mitchell committed Jan 30, 2025
1 parent 5281e71 commit ea55e20
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 30 deletions.
Binary file added files/Lec07knitting2.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion notes/week04/class4A.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Class Meeting 4A

Below are the slides from today's class embedded. We worked on the various data classes to define a handcraft in the [Class Activity 3B](https://us.prairielearn.com/pl/course_instance/172874/assessment/2495515) and [Class Activity 4A](https://us.prairielearn.com/pl/course_instance/172874/assessment/2495516) workspaces.
Below are the slides from today's class embedded. We worked on the various data classes to define a handcraft in the [Class Activity 3B](https://us.prairielearn.com/pl/course_instance/172874/assessment/2495515) (you should finish working through these on your own) and [Class Activity 4A](https://us.prairielearn.com/pl/course_instance/172874/assessment/2495516) workspaces (we will pick up on these next class).

<div>
<iframe src="../../Lec07knitting2.pdf" width="100%" height="600px" frameBorder="0"> </iframe>
Expand Down
13 changes: 6 additions & 7 deletions notes/week04/class4B.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# Class Meeting 4B

We're going to change things up for today and switch today's class to a Review and catch-up class with no new content.
Below are the slides from today's class embedded. We worked on the various data classes to manipulate blocks in a handcraft in the [Class Activity 4A](https://us.prairielearn.com/pl/course_instance/172874/assessment/2495516) workspace.

<div>
<iframe src="../../Lec08_Review.pdf" width="100%" height="600px" frameBorder="0"> </iframe>
<iframe src="../../Lec08pandas.pdf" width="100%" height="600px" frameBorder="0"> </iframe>
</div>

[Download the Slides from today](https://github.com/ubc-cs/cpsc203/raw/main/files/Lec08_Review.pdf)
[Download the Slides from today](https://github.com/ubc-cs/cpsc203/raw/main/files/Lec08pandas.pdf)

We recommend that you download (and likely print) a copy of the [pandas cheat sheet](https://pandas.pydata.org/Pandas_Cheat_Sheet.pdf).


## Optional links for today

Expand All @@ -17,7 +20,3 @@ We're going to change things up for today and switch today's class to a Review a
- [PrairieLearn](https://canvas.ubc.ca/courses/130127/external_tools/48751)
- [Markdown Tutorial](https://commonmark.org/help/tutorial/)
-->

## Acknowledgements

Slides for {{ COURSE_CODE }} were developed and created by [Dr. Cinda Heeren](https://www.cs.ubc.ca/people/cinda-heeren). The current iteration of the course resulted in minor adaptations and updates, but by in large, full credit of these slides belongs to Dr. Cinda Heeren.
23 changes: 1 addition & 22 deletions notes/week04/videos.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Below are the assigned videos for this week.
<iframe class="responsive-iframe" src="https://player.vimeo.com/video/907131240" frameborder="0" allow="accelerometer; autoplay="0"; gyroscope; picture-in-picture; fullscreen" allowfullscreen></iframe>
</div>
```
### Videos before Thursday's class

```{dropdown} 2. Introduction to Pandas
:class-container: sd-shadow-lg
Expand All @@ -44,25 +45,3 @@ Below are the assigned videos for this week.
<iframe class="responsive-iframe" src="https://player.vimeo.com/video/907139342" frameborder="0" allow="accelerometer; autoplay="0"; gyroscope; picture-in-picture; fullscreen" allowfullscreen></iframe>
</div>
```

### Videos before Thursday's class

```{dropdown} 3. Data, Internet, and Billboard 100
:class-container: sd-shadow-lg
:color: primary
:open:
<div class="container youtube">
<iframe class="responsive-iframe" src="https://player.vimeo.com/video/907137178" frameborder="0" allow="accelerometer; autoplay="0"; gyroscope; picture-in-picture; fullscreen" allowfullscreen></iframe>
</div>
```

```{dropdown} 4. Beautiful Soup
:class-container: sd-shadow-lg
:color: primary
:open:
<div class="container youtube">
<iframe class="responsive-iframe" src="https://player.vimeo.com/video/907137714" frameborder="0" allow="accelerometer; autoplay="0"; gyroscope; picture-in-picture; fullscreen" allowfullscreen></iframe>
</div>
```

0 comments on commit ea55e20

Please sign in to comment.