From e9474dab2f2af41a66341f4ddf77526a7f03c4ca Mon Sep 17 00:00:00 2001 From: Evan Komp Date: Thu, 28 Sep 2023 12:03:51 -0700 Subject: [PATCH 1/4] added this years intro slides to syl --- syllabus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syllabus.md b/syllabus.md index 548d668..77d191c 100755 --- a/syllabus.md +++ b/syllabus.md @@ -8,7 +8,7 @@ collection: fall2021 | Monday | Tuesday | Wednesday | Thursday | Friday | Resources | |:---|:---|:---|:---|:---|:---| -| | | | **September 28**:
[Overview and introductions](https://github.com/UWSEDS/lecture-materials/raw/master/01_overview/Course%20Introduction.pptx), [software tour, software installation checklist](http://uwseds.github.io/software.html) [(video)](https://uw.hosted.panopto.com/Panopto/Pages/Viewer.aspx?id=65425e49-5d25-4ae5-83c0-af1f0133c501) | | [Learning Linux Commands](http://linuxcommand.org/lc3_learning_the_shell.php); [A Whirlwind Tour of Python](https://jakevdp.github.io/WhirlwindTourOfPython/) | +| | | | **September 28**:
[Overview and introductions](https://github.com/UWSEDS/LectureNotes/raw/master/week_1/Course%20Introduction.pptx), [software tour, software installation checklist](http://uwseds.github.io/software.html) [(video)](https://uw.hosted.panopto.com/Panopto/Pages/Viewer.aspx?id=65425e49-5d25-4ae5-83c0-af1f0133c501) | | [Learning Linux Commands](http://linuxcommand.org/lc3_learning_the_shell.php); [A Whirlwind Tour of Python](https://jakevdp.github.io/WhirlwindTourOfPython/) | | | **October 3**:
Command line ([slides](https://github.com/UWSEDS/lecture-materials/raw/master/02_command_line/02_Command_Line.pptx), [video](https://uw.hosted.panopto.com/Panopto/Pages/Viewer.aspx?id=5a64a965-92ca-44c4-9685-af240131ec28)) | | **October 5**:
Introductory git([slides](https://github.com/UWSEDS/lecture-materials/raw/master/03_git_intro/02_CommandLine_Git.pdf), [video](https://uw.hosted.panopto.com/Panopto/Pages/Viewer.aspx?id=6d6ce5ec-ffa6-4cdf-a4b0-af260132a7de)) | | [Software Carpentry Version Control Lesson](https://swcarpentry.github.io/git-novice/)
[Link to HW0](https://classroom.github.com/a/td4D2S56) | | | **October 10**:
Turning in HW0
Python basics [(notebook)](https://raw.githubusercontent.com/UWSEDS/lecture-materials/master/04_jupyter_and_python_intro/jupyter_and_python_breakout.ipynb) [(video)](https://uw.hosted.panopto.com/Panopto/Pages/Viewer.aspx?id=8220f0d7-6e23-40be-a6fe-af2b0132211f). | | **October 12**:
Procedural Python [(notebook)](https://uw.hosted.panopto.com/Panopto/Pages/Viewer.aspx?id=30d16a97-d858-4f1b-a9e2-af3201345df1) [(video)](https://uw.hosted.panopto.com/Panopto/Pages/Viewer.aspx?id=bbbd9c08-9884-4c35-889b-af2d01326098)
Guided Pandas tour [(notebook)](https://raw.githubusercontent.com/UWSEDS/lecture-materials/master/05_pandas_more_git/data_manipulation.ipynb) **HW0 due!**| | [Link to HW1](https://classroom.github.com/a/CyuM1UY8)

[Python Data Science Handbook](https://jakevdp.github.io/PythonDataScienceHandbook/)| |
| **October 17**:
Procedural Python [(notebook)](https://raw.githubusercontent.com/UWSEDS/lecture-materials/master/04_jupyter_and_python_intro/python_vars_and_flow_control.ipynb) [(video)](https://uw.hosted.panopto.com/Panopto/Pages/Viewer.aspx?id=30d16a97-d858-4f1b-a9e2-af3201345df1)
Guided Pandas tour [(notebook)](https://raw.githubusercontent.com/UWSEDS/lecture-materials/master/05_pandas_more_git/data_manipulation.ipynb) | | **October 19**:
Intermediate git and collaboration with GitHub ([slides](https://github.com/UWSEDS/lecture-materials/raw/master/05_pandas_more_git/Version_Control_p2.pptx) [(video)](https://uw.hosted.panopto.com/Panopto/Pages/Viewer.aspx?id=1219450c-4f15-4da7-8e26-af340138242e))
Project overview | | [Projects](http://uwseds.github.io/projects.html)
[Real Python on imports](https://realpython.com/absolute-vs-relative-python-imports/) | From 916e7de56b5fa48c7678a784a3402a51eb6940d5 Mon Sep 17 00:00:00 2001 From: Evan Komp Date: Thu, 28 Sep 2023 12:29:33 -0700 Subject: [PATCH 2/4] added evan's office hours --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 39c39bf..3eda573 100755 --- a/index.md +++ b/index.md @@ -15,7 +15,7 @@ collection: fall2021 #### Place: NAN 181 #### David's office hours: flexible for students, by appointment via dacb AT uw.edu on Zoom -#### Evan's (TA) office hours: TBD +#### Evan's (TA) office hours: Mon 11:00-12:30, In person @ eScience institute, Zoom id 'evankomp'. BONUS OH WEEK 1 & 2: Thursday 11:00-12:30 #### Nels's (TA) office hours: TBD ### Fastest way to get help would be by posting your questions on the Ed Discussion platform: [CSE 583 - 23au – Ed Discussion](https://edstem.org/us/courses/48034/discussion/) From 9c6705b13fec4347f986463ce502c518b5415023 Mon Sep 17 00:00:00 2001 From: "evankomp@uw.edu" Date: Mon, 2 Oct 2023 10:19:29 -0700 Subject: [PATCH 3/4] updating TA office hours --- index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index 3eda573..03f2b0d 100755 --- a/index.md +++ b/index.md @@ -15,8 +15,10 @@ collection: fall2021 #### Place: NAN 181 #### David's office hours: flexible for students, by appointment via dacb AT uw.edu on Zoom -#### Evan's (TA) office hours: Mon 11:00-12:30, In person @ eScience institute, Zoom id 'evankomp'. BONUS OH WEEK 1 & 2: Thursday 11:00-12:30 -#### Nels's (TA) office hours: TBD +#### Evan's (TA) office hours: Mon 15:00-16:30, In person @ [WRF Data Science studio](https://escience.washington.edu/about/wrf-data-science-studio/), Zoom id 'evankomp'. BONUS OH WEEK 1 & 2: Wed 15:00-16:30. + +Note: preference will be given to in person office hours unless a specific request is made. I reserve the right to remove the remote option. +#### Nels's (TA) office hours: Tue 15:30-16:30, In person @ [WRF Data Science studio](https://escience.washington.edu/about/wrf-data-science-studio/) ### Fastest way to get help would be by posting your questions on the Ed Discussion platform: [CSE 583 - 23au – Ed Discussion](https://edstem.org/us/courses/48034/discussion/) From 81a9a319f01dd60b720134d0163f99423a5fd070 Mon Sep 17 00:00:00 2001 From: "evankomp@uw.edu" Date: Mon, 2 Oct 2023 12:34:25 -0700 Subject: [PATCH 4/4] updating TA office hours --- index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index 03f2b0d..18dc3d4 100755 --- a/index.md +++ b/index.md @@ -16,9 +16,9 @@ collection: fall2021 #### David's office hours: flexible for students, by appointment via dacb AT uw.edu on Zoom #### Evan's (TA) office hours: Mon 15:00-16:30, In person @ [WRF Data Science studio](https://escience.washington.edu/about/wrf-data-science-studio/), Zoom id 'evankomp'. BONUS OH WEEK 1 & 2: Wed 15:00-16:30. +#### Nels's (TA) office hours: Tue 15:30-16:30, In person @ [WRF Data Science studio](https://escience.washington.edu/about/wrf-data-science-studio/), Zoom id 'nelsschimek' -Note: preference will be given to in person office hours unless a specific request is made. I reserve the right to remove the remote option. -#### Nels's (TA) office hours: Tue 15:30-16:30, In person @ [WRF Data Science studio](https://escience.washington.edu/about/wrf-data-science-studio/) +Note: preference will be given to in person office hours unless a specific request is made. We reserve the right to remove the remote option. ### Fastest way to get help would be by posting your questions on the Ed Discussion platform: [CSE 583 - 23au – Ed Discussion](https://edstem.org/us/courses/48034/discussion/)