diff --git a/_modules/week-01.md b/_modules/week-01.md index 314a5dd..502ff0b 100644 --- a/_modules/week-01.md +++ b/_modules/week-01.md @@ -1,25 +1,22 @@ --- title: Week 1 — Introduction to Python class: Berkeley -status: Inactive +status: Active --- Aug 28 : **1**{: .label} Introduction, Course Overview : [Slides](https://docs.google.com/presentation/d/1i6bZwfjf8sHiXVmoHDwHbma857xuc2XUvClikDKe0qM/edit?usp=sharing) • [Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec01%2Flec01.ipynb&branch=main) • [Blank Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec01%2Flec01-blank.ipynb&branch=main) + + + +Aug 30 : **2**{: .label} Jupyter Notebooks, Arithmetic : [Slides](https://docs.google.com/presentation/d/1FtZq1so09ONVyxUMjatcMOybYFqwqKXBfxjaA2WHvxg/edit?usp=sharing) • [Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec02%2Flec02.ipynb&branch=main) • [Blank Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec02%2Flec02-blank.ipynb&branch=main) : *Optional Reading:* [CIT 1.1](https://inferentialthinking.com/chapters/01/1/intro.html), [3.1](https://inferentialthinking.com/chapters/03/1/Expressions.html); [SPR 8](https://cs.stanford.edu/people/nick/py/python-math.html) : **Survey**{: .label .label-survey} [Welcome Survey](https://forms.gle/xnsdLifJwTCU19kw9)   **Due Jul 1 @ 11:00PM** : **Reading**{: .label .label-reading} [Weekly Reading 1](https://bcourses.berkeley.edu/courses/1535590/files)  **Due July 5 @ 12:00PM** - : [Assignment](https://docs.google.com/document/d/16cbsVKO6sFQrD_vptXmVLDqsl2m-3CnCgugjGdxL4RU/edit?usp=sharing)   - - -Aug 30 -: **3**{: .label} Evaluation, Names, Data Types - : [Slides](https://docs.google.com/presentation/d/1scmm3luXsy8EcIsV6E36ovDm2TEerRL2J-VMCKOE7JY/edit?usp=sharing) • [Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec03%2Flec03.ipynb&branch=main) • [Blank Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec03%2Flec03-blank.ipynb&branch=main) -: *Optional Reading:* [CP 1.2](https://www.composingprograms.com/pages/12-elements-of-programming.html); [CIT 3.2](https://inferentialthinking.com/chapters/03/2/Names.html); [4.1](https://www.inferentialthinking.com/chapters/04/1/Numbers.html); [4.2](https://inferentialthinking.com/chapters/04/2/Strings.html) -: **Lab 1**{: .label .label-lab} [Using Jupyter Notebooks](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2F%2Flab%2Flab01%2Flab01.ipynb&branch=main)  **Due Jul 3 @ 11:00PM** +: [Assignment](https://docs.google.com/document/d/16cbsVKO6sFQrD_vptXmVLDqsl2m-3CnCgugjGdxL4RU/edit?usp=sharing)   : **Discussion 1**{: .label .label-discussion} Fractions & Health Data : [Worksheet](./assignments/disc01.pdf) • diff --git a/_modules/week-02.md b/_modules/week-02.md index e713726..a3612dd 100644 --- a/_modules/week-02.md +++ b/_modules/week-02.md @@ -4,6 +4,14 @@ class: Berkeley status: Inactive --- +Aug 30 +: **3**{: .label} Evaluation, Names, Data Types + : [Slides](https://docs.google.com/presentation/d/1scmm3luXsy8EcIsV6E36ovDm2TEerRL2J-VMCKOE7JY/edit?usp=sharing) • [Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec03%2Flec03.ipynb&branch=main) • [Blank Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec03%2Flec03-blank.ipynb&branch=main) +: *Optional Reading:* [CP 1.2](https://www.composingprograms.com/pages/12-elements-of-programming.html); [CIT 3.2](https://inferentialthinking.com/chapters/03/2/Names.html); [4.1](https://www.inferentialthinking.com/chapters/04/1/Numbers.html); [4.2](https://inferentialthinking.com/chapters/04/2/Strings.html) +: **Lab 1**{: .label .label-lab} [Using Jupyter Notebooks](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2F%2Flab%2Flab01%2Flab01.ipynb&branch=main)  **Due Jul 3 @ 11:00PM** + + + Jul 8 : **6**{: .label} Introduction to Social Science Research : [Slides](https://docs.google.com/presentation/d/1-tjwBPnlf4WbCu5WOXQfaE8qNNwBUQm7VKHh1oyRNnI/edit?usp=sharing) diff --git a/_modules/week-07.md b/_modules/week-07.md new file mode 100644 index 0000000..98841cd --- /dev/null +++ b/_modules/week-07.md @@ -0,0 +1,35 @@ +--- +title: Week 5 — Simulation, Files, and Dictionaries +class: Berkeley +status: Inactive +--- + +Jul 29 +: **Quiz**{: .label .label-exam} Quiz 2: Tables, Functions and Loops +: **22**{: .label} File Formats, Dictionaries + : [Slides](https://docs.google.com/presentation/d/1uhOwkxJT8IjThMs38B7XP6UETWXC7q2icUceRzLHe8E/edit?usp=sharing) • [Blank Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec22%2Flec22-blank.ipynb&branch=main) • [Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec22%2Flec22.ipynb&branch=main) +: *Optional Reading:* [SPR 23](https://cs.stanford.edu/people/nick/py/python-dict.html); [CP 2.4.3](http://www.composingprograms.com/versions/v1/pages/24-mutable-data.html#dictionaries) + +Jul 30 +: **23**{: .label} Randomness, Simulation Part 1 + : [Slides](https://docs.google.com/presentation/d/1yhg0XH-ygaDGjmdfo5TdtpYFz6m4IEwNfvL1slBsFTg/edit?usp=sharing) • [Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec21%2Flec21.ipynb&branch=main) +: *Optional Reading:* [CIT 9](https://inferentialthinking.com/chapters/09/Randomness.html); [CIT 9.3](https://inferentialthinking.com/chapters/09/3/Simulation.html) +: **Lab 8**{: .label .label-lab} [Randomness and Simulation](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flab%2Flab08%2Flab08.ipynb&branch=main)  **Due July 31 @ 11:00PM** +: **Final Project**{: .label .label-homework} [Using Dictionaries](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Fproject%2Fproject1%2Fproject1.ipynb&branch=main)  **Due Aug 7 @ 11:00PM** + +Jul 31 +: **24**{: .label} Sampling + : [Slides](https://docs.google.com/presentation/d/1tzbib50aLcHyQDngjFepYaRiZ2QJUT7vyLUH-tIDKzQ/edit?usp=sharing) +: **25**{: .label} Randomness, Simulation Part 2 + : [Slides](https://docs.google.com/presentation/d/1Kq1Y5pcN-9ECpnXoyO0prNjPRLQBNgcAQqn0VypUV6M/edit?usp=sharing) • [Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec23%2Flec23.ipynb&branch=main) + + +Aug 1 +: **26**{: .label} LLMs + : [Slides](https://docs.google.com/presentation/d/1RSfICal0_mBNnbedj9wwcFJqoz-tMB4NnS9Mf3RiH00/edit?usp=sharing) +: **Survey**{: .label .label-survey} [Weekly Survey 5](https://forms.gle/sskjAicG6yHgJFvA7)  **Due Aug 7 @ 11:00PM** + +Aug 2 +: **Discussion 5**{: .label .label-discussion} Recap and Review + : [Worksheet](https://data6.org/su24/assignments/disc05.pdf) + diff --git a/_modules/week-08.md b/_modules/week-08.md new file mode 100644 index 0000000..98841cd --- /dev/null +++ b/_modules/week-08.md @@ -0,0 +1,35 @@ +--- +title: Week 5 — Simulation, Files, and Dictionaries +class: Berkeley +status: Inactive +--- + +Jul 29 +: **Quiz**{: .label .label-exam} Quiz 2: Tables, Functions and Loops +: **22**{: .label} File Formats, Dictionaries + : [Slides](https://docs.google.com/presentation/d/1uhOwkxJT8IjThMs38B7XP6UETWXC7q2icUceRzLHe8E/edit?usp=sharing) • [Blank Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec22%2Flec22-blank.ipynb&branch=main) • [Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec22%2Flec22.ipynb&branch=main) +: *Optional Reading:* [SPR 23](https://cs.stanford.edu/people/nick/py/python-dict.html); [CP 2.4.3](http://www.composingprograms.com/versions/v1/pages/24-mutable-data.html#dictionaries) + +Jul 30 +: **23**{: .label} Randomness, Simulation Part 1 + : [Slides](https://docs.google.com/presentation/d/1yhg0XH-ygaDGjmdfo5TdtpYFz6m4IEwNfvL1slBsFTg/edit?usp=sharing) • [Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec21%2Flec21.ipynb&branch=main) +: *Optional Reading:* [CIT 9](https://inferentialthinking.com/chapters/09/Randomness.html); [CIT 9.3](https://inferentialthinking.com/chapters/09/3/Simulation.html) +: **Lab 8**{: .label .label-lab} [Randomness and Simulation](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flab%2Flab08%2Flab08.ipynb&branch=main)  **Due July 31 @ 11:00PM** +: **Final Project**{: .label .label-homework} [Using Dictionaries](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Fproject%2Fproject1%2Fproject1.ipynb&branch=main)  **Due Aug 7 @ 11:00PM** + +Jul 31 +: **24**{: .label} Sampling + : [Slides](https://docs.google.com/presentation/d/1tzbib50aLcHyQDngjFepYaRiZ2QJUT7vyLUH-tIDKzQ/edit?usp=sharing) +: **25**{: .label} Randomness, Simulation Part 2 + : [Slides](https://docs.google.com/presentation/d/1Kq1Y5pcN-9ECpnXoyO0prNjPRLQBNgcAQqn0VypUV6M/edit?usp=sharing) • [Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec23%2Flec23.ipynb&branch=main) + + +Aug 1 +: **26**{: .label} LLMs + : [Slides](https://docs.google.com/presentation/d/1RSfICal0_mBNnbedj9wwcFJqoz-tMB4NnS9Mf3RiH00/edit?usp=sharing) +: **Survey**{: .label .label-survey} [Weekly Survey 5](https://forms.gle/sskjAicG6yHgJFvA7)  **Due Aug 7 @ 11:00PM** + +Aug 2 +: **Discussion 5**{: .label .label-discussion} Recap and Review + : [Worksheet](https://data6.org/su24/assignments/disc05.pdf) + diff --git a/_modules/week-09.md b/_modules/week-09.md new file mode 100644 index 0000000..98841cd --- /dev/null +++ b/_modules/week-09.md @@ -0,0 +1,35 @@ +--- +title: Week 5 — Simulation, Files, and Dictionaries +class: Berkeley +status: Inactive +--- + +Jul 29 +: **Quiz**{: .label .label-exam} Quiz 2: Tables, Functions and Loops +: **22**{: .label} File Formats, Dictionaries + : [Slides](https://docs.google.com/presentation/d/1uhOwkxJT8IjThMs38B7XP6UETWXC7q2icUceRzLHe8E/edit?usp=sharing) • [Blank Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec22%2Flec22-blank.ipynb&branch=main) • [Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec22%2Flec22.ipynb&branch=main) +: *Optional Reading:* [SPR 23](https://cs.stanford.edu/people/nick/py/python-dict.html); [CP 2.4.3](http://www.composingprograms.com/versions/v1/pages/24-mutable-data.html#dictionaries) + +Jul 30 +: **23**{: .label} Randomness, Simulation Part 1 + : [Slides](https://docs.google.com/presentation/d/1yhg0XH-ygaDGjmdfo5TdtpYFz6m4IEwNfvL1slBsFTg/edit?usp=sharing) • [Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec21%2Flec21.ipynb&branch=main) +: *Optional Reading:* [CIT 9](https://inferentialthinking.com/chapters/09/Randomness.html); [CIT 9.3](https://inferentialthinking.com/chapters/09/3/Simulation.html) +: **Lab 8**{: .label .label-lab} [Randomness and Simulation](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flab%2Flab08%2Flab08.ipynb&branch=main)  **Due July 31 @ 11:00PM** +: **Final Project**{: .label .label-homework} [Using Dictionaries](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Fproject%2Fproject1%2Fproject1.ipynb&branch=main)  **Due Aug 7 @ 11:00PM** + +Jul 31 +: **24**{: .label} Sampling + : [Slides](https://docs.google.com/presentation/d/1tzbib50aLcHyQDngjFepYaRiZ2QJUT7vyLUH-tIDKzQ/edit?usp=sharing) +: **25**{: .label} Randomness, Simulation Part 2 + : [Slides](https://docs.google.com/presentation/d/1Kq1Y5pcN-9ECpnXoyO0prNjPRLQBNgcAQqn0VypUV6M/edit?usp=sharing) • [Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec23%2Flec23.ipynb&branch=main) + + +Aug 1 +: **26**{: .label} LLMs + : [Slides](https://docs.google.com/presentation/d/1RSfICal0_mBNnbedj9wwcFJqoz-tMB4NnS9Mf3RiH00/edit?usp=sharing) +: **Survey**{: .label .label-survey} [Weekly Survey 5](https://forms.gle/sskjAicG6yHgJFvA7)  **Due Aug 7 @ 11:00PM** + +Aug 2 +: **Discussion 5**{: .label .label-discussion} Recap and Review + : [Worksheet](https://data6.org/su24/assignments/disc05.pdf) + diff --git a/_modules/week-10.md b/_modules/week-10.md new file mode 100644 index 0000000..98841cd --- /dev/null +++ b/_modules/week-10.md @@ -0,0 +1,35 @@ +--- +title: Week 5 — Simulation, Files, and Dictionaries +class: Berkeley +status: Inactive +--- + +Jul 29 +: **Quiz**{: .label .label-exam} Quiz 2: Tables, Functions and Loops +: **22**{: .label} File Formats, Dictionaries + : [Slides](https://docs.google.com/presentation/d/1uhOwkxJT8IjThMs38B7XP6UETWXC7q2icUceRzLHe8E/edit?usp=sharing) • [Blank Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec22%2Flec22-blank.ipynb&branch=main) • [Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec22%2Flec22.ipynb&branch=main) +: *Optional Reading:* [SPR 23](https://cs.stanford.edu/people/nick/py/python-dict.html); [CP 2.4.3](http://www.composingprograms.com/versions/v1/pages/24-mutable-data.html#dictionaries) + +Jul 30 +: **23**{: .label} Randomness, Simulation Part 1 + : [Slides](https://docs.google.com/presentation/d/1yhg0XH-ygaDGjmdfo5TdtpYFz6m4IEwNfvL1slBsFTg/edit?usp=sharing) • [Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec21%2Flec21.ipynb&branch=main) +: *Optional Reading:* [CIT 9](https://inferentialthinking.com/chapters/09/Randomness.html); [CIT 9.3](https://inferentialthinking.com/chapters/09/3/Simulation.html) +: **Lab 8**{: .label .label-lab} [Randomness and Simulation](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flab%2Flab08%2Flab08.ipynb&branch=main)  **Due July 31 @ 11:00PM** +: **Final Project**{: .label .label-homework} [Using Dictionaries](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Fproject%2Fproject1%2Fproject1.ipynb&branch=main)  **Due Aug 7 @ 11:00PM** + +Jul 31 +: **24**{: .label} Sampling + : [Slides](https://docs.google.com/presentation/d/1tzbib50aLcHyQDngjFepYaRiZ2QJUT7vyLUH-tIDKzQ/edit?usp=sharing) +: **25**{: .label} Randomness, Simulation Part 2 + : [Slides](https://docs.google.com/presentation/d/1Kq1Y5pcN-9ECpnXoyO0prNjPRLQBNgcAQqn0VypUV6M/edit?usp=sharing) • [Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec23%2Flec23.ipynb&branch=main) + + +Aug 1 +: **26**{: .label} LLMs + : [Slides](https://docs.google.com/presentation/d/1RSfICal0_mBNnbedj9wwcFJqoz-tMB4NnS9Mf3RiH00/edit?usp=sharing) +: **Survey**{: .label .label-survey} [Weekly Survey 5](https://forms.gle/sskjAicG6yHgJFvA7)  **Due Aug 7 @ 11:00PM** + +Aug 2 +: **Discussion 5**{: .label .label-discussion} Recap and Review + : [Worksheet](https://data6.org/su24/assignments/disc05.pdf) + diff --git a/_modules/week-11.md b/_modules/week-11.md new file mode 100644 index 0000000..98841cd --- /dev/null +++ b/_modules/week-11.md @@ -0,0 +1,35 @@ +--- +title: Week 5 — Simulation, Files, and Dictionaries +class: Berkeley +status: Inactive +--- + +Jul 29 +: **Quiz**{: .label .label-exam} Quiz 2: Tables, Functions and Loops +: **22**{: .label} File Formats, Dictionaries + : [Slides](https://docs.google.com/presentation/d/1uhOwkxJT8IjThMs38B7XP6UETWXC7q2icUceRzLHe8E/edit?usp=sharing) • [Blank Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec22%2Flec22-blank.ipynb&branch=main) • [Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec22%2Flec22.ipynb&branch=main) +: *Optional Reading:* [SPR 23](https://cs.stanford.edu/people/nick/py/python-dict.html); [CP 2.4.3](http://www.composingprograms.com/versions/v1/pages/24-mutable-data.html#dictionaries) + +Jul 30 +: **23**{: .label} Randomness, Simulation Part 1 + : [Slides](https://docs.google.com/presentation/d/1yhg0XH-ygaDGjmdfo5TdtpYFz6m4IEwNfvL1slBsFTg/edit?usp=sharing) • [Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec21%2Flec21.ipynb&branch=main) +: *Optional Reading:* [CIT 9](https://inferentialthinking.com/chapters/09/Randomness.html); [CIT 9.3](https://inferentialthinking.com/chapters/09/3/Simulation.html) +: **Lab 8**{: .label .label-lab} [Randomness and Simulation](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flab%2Flab08%2Flab08.ipynb&branch=main)  **Due July 31 @ 11:00PM** +: **Final Project**{: .label .label-homework} [Using Dictionaries](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Fproject%2Fproject1%2Fproject1.ipynb&branch=main)  **Due Aug 7 @ 11:00PM** + +Jul 31 +: **24**{: .label} Sampling + : [Slides](https://docs.google.com/presentation/d/1tzbib50aLcHyQDngjFepYaRiZ2QJUT7vyLUH-tIDKzQ/edit?usp=sharing) +: **25**{: .label} Randomness, Simulation Part 2 + : [Slides](https://docs.google.com/presentation/d/1Kq1Y5pcN-9ECpnXoyO0prNjPRLQBNgcAQqn0VypUV6M/edit?usp=sharing) • [Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec23%2Flec23.ipynb&branch=main) + + +Aug 1 +: **26**{: .label} LLMs + : [Slides](https://docs.google.com/presentation/d/1RSfICal0_mBNnbedj9wwcFJqoz-tMB4NnS9Mf3RiH00/edit?usp=sharing) +: **Survey**{: .label .label-survey} [Weekly Survey 5](https://forms.gle/sskjAicG6yHgJFvA7)  **Due Aug 7 @ 11:00PM** + +Aug 2 +: **Discussion 5**{: .label .label-discussion} Recap and Review + : [Worksheet](https://data6.org/su24/assignments/disc05.pdf) + diff --git a/_modules/week-12.md b/_modules/week-12.md new file mode 100644 index 0000000..98841cd --- /dev/null +++ b/_modules/week-12.md @@ -0,0 +1,35 @@ +--- +title: Week 5 — Simulation, Files, and Dictionaries +class: Berkeley +status: Inactive +--- + +Jul 29 +: **Quiz**{: .label .label-exam} Quiz 2: Tables, Functions and Loops +: **22**{: .label} File Formats, Dictionaries + : [Slides](https://docs.google.com/presentation/d/1uhOwkxJT8IjThMs38B7XP6UETWXC7q2icUceRzLHe8E/edit?usp=sharing) • [Blank Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec22%2Flec22-blank.ipynb&branch=main) • [Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec22%2Flec22.ipynb&branch=main) +: *Optional Reading:* [SPR 23](https://cs.stanford.edu/people/nick/py/python-dict.html); [CP 2.4.3](http://www.composingprograms.com/versions/v1/pages/24-mutable-data.html#dictionaries) + +Jul 30 +: **23**{: .label} Randomness, Simulation Part 1 + : [Slides](https://docs.google.com/presentation/d/1yhg0XH-ygaDGjmdfo5TdtpYFz6m4IEwNfvL1slBsFTg/edit?usp=sharing) • [Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec21%2Flec21.ipynb&branch=main) +: *Optional Reading:* [CIT 9](https://inferentialthinking.com/chapters/09/Randomness.html); [CIT 9.3](https://inferentialthinking.com/chapters/09/3/Simulation.html) +: **Lab 8**{: .label .label-lab} [Randomness and Simulation](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flab%2Flab08%2Flab08.ipynb&branch=main)  **Due July 31 @ 11:00PM** +: **Final Project**{: .label .label-homework} [Using Dictionaries](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Fproject%2Fproject1%2Fproject1.ipynb&branch=main)  **Due Aug 7 @ 11:00PM** + +Jul 31 +: **24**{: .label} Sampling + : [Slides](https://docs.google.com/presentation/d/1tzbib50aLcHyQDngjFepYaRiZ2QJUT7vyLUH-tIDKzQ/edit?usp=sharing) +: **25**{: .label} Randomness, Simulation Part 2 + : [Slides](https://docs.google.com/presentation/d/1Kq1Y5pcN-9ECpnXoyO0prNjPRLQBNgcAQqn0VypUV6M/edit?usp=sharing) • [Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec23%2Flec23.ipynb&branch=main) + + +Aug 1 +: **26**{: .label} LLMs + : [Slides](https://docs.google.com/presentation/d/1RSfICal0_mBNnbedj9wwcFJqoz-tMB4NnS9Mf3RiH00/edit?usp=sharing) +: **Survey**{: .label .label-survey} [Weekly Survey 5](https://forms.gle/sskjAicG6yHgJFvA7)  **Due Aug 7 @ 11:00PM** + +Aug 2 +: **Discussion 5**{: .label .label-discussion} Recap and Review + : [Worksheet](https://data6.org/su24/assignments/disc05.pdf) + diff --git a/_modules/week-13.md b/_modules/week-13.md new file mode 100644 index 0000000..98841cd --- /dev/null +++ b/_modules/week-13.md @@ -0,0 +1,35 @@ +--- +title: Week 5 — Simulation, Files, and Dictionaries +class: Berkeley +status: Inactive +--- + +Jul 29 +: **Quiz**{: .label .label-exam} Quiz 2: Tables, Functions and Loops +: **22**{: .label} File Formats, Dictionaries + : [Slides](https://docs.google.com/presentation/d/1uhOwkxJT8IjThMs38B7XP6UETWXC7q2icUceRzLHe8E/edit?usp=sharing) • [Blank Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec22%2Flec22-blank.ipynb&branch=main) • [Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec22%2Flec22.ipynb&branch=main) +: *Optional Reading:* [SPR 23](https://cs.stanford.edu/people/nick/py/python-dict.html); [CP 2.4.3](http://www.composingprograms.com/versions/v1/pages/24-mutable-data.html#dictionaries) + +Jul 30 +: **23**{: .label} Randomness, Simulation Part 1 + : [Slides](https://docs.google.com/presentation/d/1yhg0XH-ygaDGjmdfo5TdtpYFz6m4IEwNfvL1slBsFTg/edit?usp=sharing) • [Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec21%2Flec21.ipynb&branch=main) +: *Optional Reading:* [CIT 9](https://inferentialthinking.com/chapters/09/Randomness.html); [CIT 9.3](https://inferentialthinking.com/chapters/09/3/Simulation.html) +: **Lab 8**{: .label .label-lab} [Randomness and Simulation](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flab%2Flab08%2Flab08.ipynb&branch=main)  **Due July 31 @ 11:00PM** +: **Final Project**{: .label .label-homework} [Using Dictionaries](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Fproject%2Fproject1%2Fproject1.ipynb&branch=main)  **Due Aug 7 @ 11:00PM** + +Jul 31 +: **24**{: .label} Sampling + : [Slides](https://docs.google.com/presentation/d/1tzbib50aLcHyQDngjFepYaRiZ2QJUT7vyLUH-tIDKzQ/edit?usp=sharing) +: **25**{: .label} Randomness, Simulation Part 2 + : [Slides](https://docs.google.com/presentation/d/1Kq1Y5pcN-9ECpnXoyO0prNjPRLQBNgcAQqn0VypUV6M/edit?usp=sharing) • [Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec23%2Flec23.ipynb&branch=main) + + +Aug 1 +: **26**{: .label} LLMs + : [Slides](https://docs.google.com/presentation/d/1RSfICal0_mBNnbedj9wwcFJqoz-tMB4NnS9Mf3RiH00/edit?usp=sharing) +: **Survey**{: .label .label-survey} [Weekly Survey 5](https://forms.gle/sskjAicG6yHgJFvA7)  **Due Aug 7 @ 11:00PM** + +Aug 2 +: **Discussion 5**{: .label .label-discussion} Recap and Review + : [Worksheet](https://data6.org/su24/assignments/disc05.pdf) + diff --git a/_modules/week-14.md b/_modules/week-14.md new file mode 100644 index 0000000..98841cd --- /dev/null +++ b/_modules/week-14.md @@ -0,0 +1,35 @@ +--- +title: Week 5 — Simulation, Files, and Dictionaries +class: Berkeley +status: Inactive +--- + +Jul 29 +: **Quiz**{: .label .label-exam} Quiz 2: Tables, Functions and Loops +: **22**{: .label} File Formats, Dictionaries + : [Slides](https://docs.google.com/presentation/d/1uhOwkxJT8IjThMs38B7XP6UETWXC7q2icUceRzLHe8E/edit?usp=sharing) • [Blank Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec22%2Flec22-blank.ipynb&branch=main) • [Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec22%2Flec22.ipynb&branch=main) +: *Optional Reading:* [SPR 23](https://cs.stanford.edu/people/nick/py/python-dict.html); [CP 2.4.3](http://www.composingprograms.com/versions/v1/pages/24-mutable-data.html#dictionaries) + +Jul 30 +: **23**{: .label} Randomness, Simulation Part 1 + : [Slides](https://docs.google.com/presentation/d/1yhg0XH-ygaDGjmdfo5TdtpYFz6m4IEwNfvL1slBsFTg/edit?usp=sharing) • [Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec21%2Flec21.ipynb&branch=main) +: *Optional Reading:* [CIT 9](https://inferentialthinking.com/chapters/09/Randomness.html); [CIT 9.3](https://inferentialthinking.com/chapters/09/3/Simulation.html) +: **Lab 8**{: .label .label-lab} [Randomness and Simulation](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flab%2Flab08%2Flab08.ipynb&branch=main)  **Due July 31 @ 11:00PM** +: **Final Project**{: .label .label-homework} [Using Dictionaries](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Fproject%2Fproject1%2Fproject1.ipynb&branch=main)  **Due Aug 7 @ 11:00PM** + +Jul 31 +: **24**{: .label} Sampling + : [Slides](https://docs.google.com/presentation/d/1tzbib50aLcHyQDngjFepYaRiZ2QJUT7vyLUH-tIDKzQ/edit?usp=sharing) +: **25**{: .label} Randomness, Simulation Part 2 + : [Slides](https://docs.google.com/presentation/d/1Kq1Y5pcN-9ECpnXoyO0prNjPRLQBNgcAQqn0VypUV6M/edit?usp=sharing) • [Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec23%2Flec23.ipynb&branch=main) + + +Aug 1 +: **26**{: .label} LLMs + : [Slides](https://docs.google.com/presentation/d/1RSfICal0_mBNnbedj9wwcFJqoz-tMB4NnS9Mf3RiH00/edit?usp=sharing) +: **Survey**{: .label .label-survey} [Weekly Survey 5](https://forms.gle/sskjAicG6yHgJFvA7)  **Due Aug 7 @ 11:00PM** + +Aug 2 +: **Discussion 5**{: .label .label-discussion} Recap and Review + : [Worksheet](https://data6.org/su24/assignments/disc05.pdf) + diff --git a/_modules/week-15.md b/_modules/week-15.md new file mode 100644 index 0000000..98841cd --- /dev/null +++ b/_modules/week-15.md @@ -0,0 +1,35 @@ +--- +title: Week 5 — Simulation, Files, and Dictionaries +class: Berkeley +status: Inactive +--- + +Jul 29 +: **Quiz**{: .label .label-exam} Quiz 2: Tables, Functions and Loops +: **22**{: .label} File Formats, Dictionaries + : [Slides](https://docs.google.com/presentation/d/1uhOwkxJT8IjThMs38B7XP6UETWXC7q2icUceRzLHe8E/edit?usp=sharing) • [Blank Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec22%2Flec22-blank.ipynb&branch=main) • [Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec22%2Flec22.ipynb&branch=main) +: *Optional Reading:* [SPR 23](https://cs.stanford.edu/people/nick/py/python-dict.html); [CP 2.4.3](http://www.composingprograms.com/versions/v1/pages/24-mutable-data.html#dictionaries) + +Jul 30 +: **23**{: .label} Randomness, Simulation Part 1 + : [Slides](https://docs.google.com/presentation/d/1yhg0XH-ygaDGjmdfo5TdtpYFz6m4IEwNfvL1slBsFTg/edit?usp=sharing) • [Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec21%2Flec21.ipynb&branch=main) +: *Optional Reading:* [CIT 9](https://inferentialthinking.com/chapters/09/Randomness.html); [CIT 9.3](https://inferentialthinking.com/chapters/09/3/Simulation.html) +: **Lab 8**{: .label .label-lab} [Randomness and Simulation](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flab%2Flab08%2Flab08.ipynb&branch=main)  **Due July 31 @ 11:00PM** +: **Final Project**{: .label .label-homework} [Using Dictionaries](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Fproject%2Fproject1%2Fproject1.ipynb&branch=main)  **Due Aug 7 @ 11:00PM** + +Jul 31 +: **24**{: .label} Sampling + : [Slides](https://docs.google.com/presentation/d/1tzbib50aLcHyQDngjFepYaRiZ2QJUT7vyLUH-tIDKzQ/edit?usp=sharing) +: **25**{: .label} Randomness, Simulation Part 2 + : [Slides](https://docs.google.com/presentation/d/1Kq1Y5pcN-9ECpnXoyO0prNjPRLQBNgcAQqn0VypUV6M/edit?usp=sharing) • [Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec23%2Flec23.ipynb&branch=main) + + +Aug 1 +: **26**{: .label} LLMs + : [Slides](https://docs.google.com/presentation/d/1RSfICal0_mBNnbedj9wwcFJqoz-tMB4NnS9Mf3RiH00/edit?usp=sharing) +: **Survey**{: .label .label-survey} [Weekly Survey 5](https://forms.gle/sskjAicG6yHgJFvA7)  **Due Aug 7 @ 11:00PM** + +Aug 2 +: **Discussion 5**{: .label .label-discussion} Recap and Review + : [Worksheet](https://data6.org/su24/assignments/disc05.pdf) + diff --git a/_modules/week-16.md b/_modules/week-16.md new file mode 100644 index 0000000..98841cd --- /dev/null +++ b/_modules/week-16.md @@ -0,0 +1,35 @@ +--- +title: Week 5 — Simulation, Files, and Dictionaries +class: Berkeley +status: Inactive +--- + +Jul 29 +: **Quiz**{: .label .label-exam} Quiz 2: Tables, Functions and Loops +: **22**{: .label} File Formats, Dictionaries + : [Slides](https://docs.google.com/presentation/d/1uhOwkxJT8IjThMs38B7XP6UETWXC7q2icUceRzLHe8E/edit?usp=sharing) • [Blank Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec22%2Flec22-blank.ipynb&branch=main) • [Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec22%2Flec22.ipynb&branch=main) +: *Optional Reading:* [SPR 23](https://cs.stanford.edu/people/nick/py/python-dict.html); [CP 2.4.3](http://www.composingprograms.com/versions/v1/pages/24-mutable-data.html#dictionaries) + +Jul 30 +: **23**{: .label} Randomness, Simulation Part 1 + : [Slides](https://docs.google.com/presentation/d/1yhg0XH-ygaDGjmdfo5TdtpYFz6m4IEwNfvL1slBsFTg/edit?usp=sharing) • [Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec21%2Flec21.ipynb&branch=main) +: *Optional Reading:* [CIT 9](https://inferentialthinking.com/chapters/09/Randomness.html); [CIT 9.3](https://inferentialthinking.com/chapters/09/3/Simulation.html) +: **Lab 8**{: .label .label-lab} [Randomness and Simulation](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flab%2Flab08%2Flab08.ipynb&branch=main)  **Due July 31 @ 11:00PM** +: **Final Project**{: .label .label-homework} [Using Dictionaries](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Fproject%2Fproject1%2Fproject1.ipynb&branch=main)  **Due Aug 7 @ 11:00PM** + +Jul 31 +: **24**{: .label} Sampling + : [Slides](https://docs.google.com/presentation/d/1tzbib50aLcHyQDngjFepYaRiZ2QJUT7vyLUH-tIDKzQ/edit?usp=sharing) +: **25**{: .label} Randomness, Simulation Part 2 + : [Slides](https://docs.google.com/presentation/d/1Kq1Y5pcN-9ECpnXoyO0prNjPRLQBNgcAQqn0VypUV6M/edit?usp=sharing) • [Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec23%2Flec23.ipynb&branch=main) + + +Aug 1 +: **26**{: .label} LLMs + : [Slides](https://docs.google.com/presentation/d/1RSfICal0_mBNnbedj9wwcFJqoz-tMB4NnS9Mf3RiH00/edit?usp=sharing) +: **Survey**{: .label .label-survey} [Weekly Survey 5](https://forms.gle/sskjAicG6yHgJFvA7)  **Due Aug 7 @ 11:00PM** + +Aug 2 +: **Discussion 5**{: .label .label-discussion} Recap and Review + : [Worksheet](https://data6.org/su24/assignments/disc05.pdf) + diff --git a/_modules/week-17.md b/_modules/week-17.md new file mode 100644 index 0000000..98841cd --- /dev/null +++ b/_modules/week-17.md @@ -0,0 +1,35 @@ +--- +title: Week 5 — Simulation, Files, and Dictionaries +class: Berkeley +status: Inactive +--- + +Jul 29 +: **Quiz**{: .label .label-exam} Quiz 2: Tables, Functions and Loops +: **22**{: .label} File Formats, Dictionaries + : [Slides](https://docs.google.com/presentation/d/1uhOwkxJT8IjThMs38B7XP6UETWXC7q2icUceRzLHe8E/edit?usp=sharing) • [Blank Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec22%2Flec22-blank.ipynb&branch=main) • [Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec22%2Flec22.ipynb&branch=main) +: *Optional Reading:* [SPR 23](https://cs.stanford.edu/people/nick/py/python-dict.html); [CP 2.4.3](http://www.composingprograms.com/versions/v1/pages/24-mutable-data.html#dictionaries) + +Jul 30 +: **23**{: .label} Randomness, Simulation Part 1 + : [Slides](https://docs.google.com/presentation/d/1yhg0XH-ygaDGjmdfo5TdtpYFz6m4IEwNfvL1slBsFTg/edit?usp=sharing) • [Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec21%2Flec21.ipynb&branch=main) +: *Optional Reading:* [CIT 9](https://inferentialthinking.com/chapters/09/Randomness.html); [CIT 9.3](https://inferentialthinking.com/chapters/09/3/Simulation.html) +: **Lab 8**{: .label .label-lab} [Randomness and Simulation](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flab%2Flab08%2Flab08.ipynb&branch=main)  **Due July 31 @ 11:00PM** +: **Final Project**{: .label .label-homework} [Using Dictionaries](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Fproject%2Fproject1%2Fproject1.ipynb&branch=main)  **Due Aug 7 @ 11:00PM** + +Jul 31 +: **24**{: .label} Sampling + : [Slides](https://docs.google.com/presentation/d/1tzbib50aLcHyQDngjFepYaRiZ2QJUT7vyLUH-tIDKzQ/edit?usp=sharing) +: **25**{: .label} Randomness, Simulation Part 2 + : [Slides](https://docs.google.com/presentation/d/1Kq1Y5pcN-9ECpnXoyO0prNjPRLQBNgcAQqn0VypUV6M/edit?usp=sharing) • [Code](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-6-berkeley%2Fmaterials-su24&urlpath=tree%2Fmaterials-su24%2Flectures%2Flec23%2Flec23.ipynb&branch=main) + + +Aug 1 +: **26**{: .label} LLMs + : [Slides](https://docs.google.com/presentation/d/1RSfICal0_mBNnbedj9wwcFJqoz-tMB4NnS9Mf3RiH00/edit?usp=sharing) +: **Survey**{: .label .label-survey} [Weekly Survey 5](https://forms.gle/sskjAicG6yHgJFvA7)  **Due Aug 7 @ 11:00PM** + +Aug 2 +: **Discussion 5**{: .label .label-discussion} Recap and Review + : [Worksheet](https://data6.org/su24/assignments/disc05.pdf) +