Skip to content

Commit

Permalink
add history link to syllabus
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton committed Sep 30, 2024
1 parent 92fa51f commit 59f1260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syllabus.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ collection: fall2021
| Monday | Tuesday | Wednesday | Thursday | Friday | Resources |
|:---|:---|:---|:---|:---|:---|
| | | | **September 26**:<br>[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=30074e3a-27e0-4c3c-9060-b1f70131c629) | | [Learning Linux Commands](http://linuxcommand.org/lc3_learning_the_shell.php); [A Whirlwind Tour of Python](https://jakevdp.github.io/WhirlwindTourOfPython/) |
| | **October 1**:<br>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=24ae5b44-58ed-4fd4-82fd-b09001312fdb)) | | **October 3**:<br>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/)<br>[Link to HW0]() |
| | **October 1**:<br>Command line ([slides](https://github.com/UWSEDS/lecture-materials/raw/master/02_command_line/02_Command_Line.pptx), [history](https://github.com/UWSEDS/history/blob/master/history.txt) [video](https://uw.hosted.panopto.com/Panopto/Pages/Viewer.aspx?id=24ae5b44-58ed-4fd4-82fd-b09001312fdb)) | | **October 3**:<br>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/)<br>[Link to HW0]() |
| | **October 8**:<br>Turning in HW0<br/>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=09c2e8dc-ac6f-4b63-b6ca-b0970131771f). | | **October 10**:<br>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=786ff9f6-f431-4524-976c-b099013151a5)<br>Guided Pandas tour [(notebook)](https://raw.githubusercontent.com/UWSEDS/lecture-materials/master/05_pandas_more_git/data_manipulation.ipynb) **HW0 due!**| | [Link to HW1]()<br><br>[Python Data Science Handbook](https://jakevdp.github.io/PythonDataScienceHandbook/)|
| <br> | **October 15**:<br>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)<br>Guided Pandas tour [(notebook)](https://raw.githubusercontent.com/UWSEDS/lecture-materials/master/05_pandas_more_git/data_manipulation.ipynb) | | **October 17**:<br>Python and Pandas tour, part 2 [(video)](https://uw.hosted.panopto.com/Panopto/Pages/Viewer.aspx?id=e8301108-b95c-457d-8eb9-b0a001376f98)) <br>Project overview | | [Projects](http://uwseds.github.io/projects.html)<br>[Real Python on imports](https://realpython.com/absolute-vs-relative-python-imports/) |
| | **October 22**: <br> Student project proposals and project pairing| **Oct 23: HW1 Due** | **October 24**:<br>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=afb10c04-e398-4069-a205-b0ae0131d3ea)<br>| | |
Expand Down

0 comments on commit 59f1260

Please sign in to comment.