Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

recover #20

Open
wants to merge 16 commits into
base: main_page_mods
Choose a base branch
from
Prev Previous commit
Next Next commit
added homework 1 link
dacb committed Oct 14, 2021
commit 63d0b0c414e08f231edc7c5e8268c232d81624a9
2 changes: 1 addition & 1 deletion syllabus.md
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ collection: fall2021
|:---|:---|:---|:---|:---|:---|
| | | | **September 30**:<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=88f84b3e-720a-45c3-875d-adb30132b817) | | [Learning Linux Commands](http://linuxcommand.org/lc3_learning_the_shell.php); [A Whirlwind Tour of Python](https://jakevdp.github.io/WhirlwindTourOfPython/) |
| | **October 5**:<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=6f488d5f-2418-44ba-bdc3-adb801310689)) | | **October 7**:<br>Introductory git (Guest lecturer: Bernease Herman) ([slides](https://github.com/UWSEDS/lecture-materials/raw/master/02_commandline_git/02_CommandLine_Git.pdf), [video](https://uw.hosted.panopto.com/Panopto/Pages/Viewer.aspx?id=970aa51d-24fc-4c5e-a527-ac4c01423bc0)) | | [Link to HW0](https://classroom.github.com/a/td4D2S56) |
| | **October 12**:<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=2d969b3d-da86-4dd6-b8bf-adbf0133efd1). | | **October 14**:<br>Procedural Python [(notebook)](https://raw.githubusercontent.com/UWSEDS/lecture-materials/master/04_jupyter_and_python_intro/python_vars_and_flow_control.ipynb) [(video)]()<br>Guided Pandas tour [(notebook)](https://raw.githubusercontent.com/UWSEDS/lecture-materials/master/05_pandas_more_git/data_manipulation.ipynb) | | <br>[Python Data Science Handbook](https://jakevdp.github.io/PythonDataScienceHandbook/)|
| | **October 12**:<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=2d969b3d-da86-4dd6-b8bf-adbf0133efd1). | | **October 14**:<br>Procedural Python [(notebook)](https://raw.githubusercontent.com/UWSEDS/lecture-materials/master/04_jupyter_and_python_intro/python_vars_and_flow_control.ipynb) [(video)]()<br>Guided Pandas tour [(notebook)](https://raw.githubusercontent.com/UWSEDS/lecture-materials/master/05_pandas_more_git/data_manipulation.ipynb) | | [Homework 1](https://classroom.github.com/a/CyuM1UY8)<br>[Python Data Science Handbook](https://jakevdp.github.io/PythonDataScienceHandbook/)|
| <br> | **October 19**:<br>Intermediate git and collaboration with GitHub (Guest lecturer: Bernease Herman) [slides](https://github.com/UWSEDS/lecture-materials/raw/master/05_pandas_more_git/intermediate_git.pdf)) **HW0 due** | | **October 21**:<br>Project overview, Python modules and packages. | | [Projects](http://uwseds.github.io/projects.html)<br>[Real Python on imports](https://realpython.com/absolute-vs-relative-python-imports/) |
| | **October 26**:<br>Student project proposals, team formation (All) | <br> | **October 28**:<br>Debugging, exceptions, testing | | |
| | **November 2**:<br>How to do a technology review? What is a standup?<br>Programming style and documentation [(video)](https://uw.hosted.panopto.com/Panopto/Pages/Viewer.aspx?id=a7a08260-0be4-4994-8ff8-ac68012be765) | | **November 4**:<br>Highlights documentation & style<br>Software design, use case design | <br>Group software design assigned. | [PEP8](https://www.python.org/dev/peps/pep-0008/)<br>[Google Python Style Guide](http://google.github.io/styleguide/pyguide.html) |