Skip to content

Commit 455eccb

Browse files
authored
Update README.md
1 parent 235df0f commit 455eccb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,22 @@
77
| 2019-02-19 <a name="toc-us-phds"></a> | US Phds | [notebook](https://mchow.com/tidytuesday-py/us_phds_siuba-tabbed.html) \| [folder](/dgrtwo-translations/2019-02-19-us_phds) |
88
| 2019-02-26 <a name="toc-trains"></a> | French Trains | [notebook](https://machow.github.io/tidytuesday-py/french-trains-siuba-tabbed.html) \| [screencast](https://youtu.be/jP_WXc9GV4k) \| [folder](/dgrtwo-translations/2019-02-26-french-trains) |
99
| 2019-02-26 <a name="toc-women-workforce"></a> | Women in the Workforce | [notebook](https://mchow.com/tidytuesday-py/women-workplace-siuba-tabbed.html) \| [screencast](https://youtu.be/zjRTpYK9TRk) \| [folder](/dgrtwo-translations/app-2019-03-05-women-workplace) |
10+
11+
## Tidy Tuesday: Hour-long Python Analyses
12+
13+
| date | name | links |
14+
| ---- | ---- | ------ |
1015
| 2020-03-03 <a name="toc-hockey"></a> | Hockey Goals | [notebook](https://github.com/machow/tidytuesday-py/blob/master/2020-03-03-hockey.py) \| [dashboard](https://github.com/machow/tidytuesday-py/blob/master/2020-03-03-hockey-streamlit.py) \| [screencast](https://youtu.be/rXuAVLltD3I) |
1116

17+
## Frequently Asked Questions
18+
19+
### How do you create tabbed notebooks?
20+
21+
I made a quick library called nbtabs! https://github.com/machow/nbtabs. It haven't put much into documenting and sharing it, but if you're interested in using it, let me know.
22+
23+
### Why screencast?
24+
25+
Screencasting is very similar to a method used in expertise research called the think-aloud method. This method is very helpful for understanding how novices and experts approach different problems. With written tutorials, learners don't get to see all the effort people put into figuring out the final code. This is very different from the real world, where data scientists are constantly dealing with surprising and unexpected aspects of their data!
1226

1327
dependencies
1428
------------

0 commit comments

Comments
 (0)