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
3 changes: 3 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ collection: fall2021
```
Fastest way to get help would be by posting your doubts on Ed Discussion platform.
```

If you are feeling sick, please follow these guidelines from the University: https://www.washington.edu/coronavirus/student-faq/#feelsick .

## Course Description
Scientists, engineers, and other technical professionals require skills in computing and data analysis to do their jobs. We refer to these as data science skills.

Expand Down
10 changes: 5 additions & 5 deletions syllabus.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ collection: fall2021

| Monday | Tuesday | Wednesday | Thursday | Friday | Resources |
|:---|:---|:---|:---|:---|:---|
| | | | **September 30**:<br>[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://washington.zoom.us/rec/play/oLRQrbxXgArTLWQJk8qRSnURAeywzV8_ylSV3E0bbKl19f7v7jmmbrqJDfYKKU2VxiXt9cu07Mjbsfk.1Q1RWXuXCGWlyQ3s) | | [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_commandline_git/02_CommandLine_Git.pdf), [video](https://uw.hosted.panopto.com/Panopto/Pages/Viewer.aspx?id=650838c9-5ed1-4253-816c-ac4c0132d4bd)) | | **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)) | | |
| | **October 12**:<br>Python basics [(video)](https://uw.hosted.panopto.com/Panopto/Pages/Viewer.aspx?id=f51402b3-87e6-4c75-a1c9-ac530131623a). | | **October 14**:<br>Procedural Python [(video)](https://uw.hosted.panopto.com/Panopto/Pages/Viewer.aspx?id=2a08e9e7-34a4-4fa0-a375-ac5501313b89)<br>Data manipulation with Pandas ([slides]()) | | [Guided Pandas notebook (helpful for HW1)](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/)|
| <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)) | | **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 | | |
| | | | **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, part 1](https://uw.hosted.panopto.com/Panopto/Pages/Viewer.aspx?id=68c14994-f96e-40bd-b818-acae0141dcdc), [video, part 2](https://uw.hosted.panopto.com/Panopto/Pages/Viewer.aspx?id=a7074a7c-1270-44bb-b019-acae01731dbe)) | | [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)](https://uw.hosted.panopto.com/Panopto/Pages/Viewer.aspx?id=6febd032-5035-46de-8058-adc101312f36)<br>Guided Pandas tour [(notebook)](https://raw.githubusercontent.com/UWSEDS/lecture-materials/master/05_pandas_more_git/data_manipulation.ipynb) | | [Link to HW1](https://classroom.github.com/a/CyuM1UY8)<br><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>**HW1 due** | <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) |
| | **November 9**:<br> <br> [Continuous integration](https://github.com/UWSEDS/lecture-materials/blob/master/10_virtual_envs_and_continuous_integration/continous_integration.pptx?raw=true) [(video)](https://uw.hosted.panopto.com/Panopto/Pages/Viewer.aspx?id=6d9daf96-1d13-4d65-8b57-ac78014306ee) **November 11** Virtual Environments | Group software design due. | Examples: [simple pip](https://github.com/dacb/codebase), [simple conda](https://github.com/dacb/codebase_conda), [complex kitchen sink](https://github.com/uwescience/shablona) |
| | **November 23**:<br>Standups (students); Package structure | | **November 25**:<br>NO CLASS (Thanksgiving) | | |
Expand Down