Skip to content

Commit

Permalink
Add lessons folder and README
Browse files Browse the repository at this point in the history
  • Loading branch information
zstumgoren committed Apr 2, 2024
1 parent 9945cd8 commit 897b4a7
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions lessons/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Daily Lessons

Outline of the topics/resources for each day of class.

> Note, assignments will generally be posted in Canvas. Occassionally we'll use GitHub Classroom for code-related work.
## Week 1

### Day 1 - Course Intro and Demystifying Dot Notation

- [Course Intro Presentation][]
- Defining "advanced"
- [Demystifying Dot Notation][]
- High-level discussion on dot notation and Python classes and OOP. This will be the last installment in Python basics, and builds on the foundation laid during fall and winter quarters in the core [PADJ courses][]. You should complete the *Demystifying* tutorial in advance of Day 2, when there will be an in-class quiz on the material covered.
- Complete the [Elections OOP assignment][] by Friday. *This assignment is on GitHub Classroom. See Canvas for detailed instructions.*
- Housekeeping (course resources, format, [AI policy][], etc.)

[Course Intro Presentation]: https://slides.com/serdartumgoren/advanced-data-journalism-e2186d?token=zRKg5RFQ
[Demystifying Dot Notation]: https://stanfordjournalism.github.io/data-journalism-notebooks/lab?path=classes_and_oop%2FREADME.ipynb
[Elections OOP assignment]: https://github.com/stanfordjournalism/advanced-data-journalism-assignments
[PADJ courses]: https://github.com/stanfordjournalism/padj-code
[AI policy]: https://docs.google.com/document/d/1uo8TpunjQPHB7vV9x4Wl-DxIPwf52fND_6KSaC64DxI/edit?usp=sharing


### Day 2 - OOP Wrap-up; In-class Quiz; Intro to APIs

TBD

0 comments on commit 897b4a7

Please sign in to comment.