Difference between revisions of "Tutorials"

From WPRDC Wiki
Jump to navigation Jump to search
(Add a link to a tutorial and another to a discussion of tutorials)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
* [https://kbroman.org/dataorg/ Organizing Data in Spreadsheets] - Tips on how to store data in a spreadsheet in a way that will make it easiest to sustainably work with.  
* [https://kbroman.org/dataorg/ Organizing Data in Spreadsheets] - Tips on how to store data in a spreadsheet in a way that will make it easiest to sustainably work with. (Highly recommended if you ever want to publish your data.)
* [https://www.youtube.com/watch?v=7Ma8WIDinDc Data Cleaning Principles] - A video of a talk from csv,conf6 on how to approach and think about cleaning data. The slides, annotated with notes, are [https://kbroman.org/Talk_DataCleaning/data_cleaning_notes.pdf here].
* [https://www.youtube.com/watch?v=7Ma8WIDinDc Data Cleaning Principles] - A video of a talk from csv,conf6 on how to approach and think about cleaning data. The slides, annotated with notes, are [https://kbroman.org/Talk_DataCleaning/data_cleaning_notes.pdf here] and the corresponding GitHub repo is [https://github.com/kbroman/dataorg here].
* [https://www.youtube.com/watch?v=Ssso_5X1UPs Creating Effective Figures and Tables] - A video of a talk about how to communicate data clearly with graphs and tables. [https://www.biostat.wisc.edu/~kbroman/presentations/graphs2018.pdf A PDF of the slides] and [https://github.com/kbroman/Talk_Graphs the GitHub repo] are also available.


* [https://missing.csail.mit.edu/ The Missing Semester] - A series of MIT class videos teaching a lot of practical things that developers need to know.
* [https://missing.csail.mit.edu/ The Missing Semester] - A series of MIT class videos teaching a lot of practical things that developers need to know.
* [https://mptc.io/ Modern Plain Text Computing] - A short seminar taught at Duke, aimed at students and researchers, covering how to think about and use computers, file systems, the shell, text editors, version control, and build systems. The philosophy is that these is essential knowledge for doing lots of research and making that research reproducible.
** [https://mastodon.social/@kjhealy/111791054059558470 A Mastodon thread discussing similar classes and resources]
* [https://gitlab.com/slackermedia/bashcrawl bashcrawl] - A text adventure to teach shell skills.
* [https://gitlab.com/slackermedia/bashcrawl bashcrawl] - A text adventure to teach shell skills.
* [https://mystery.knightlab.com/ SQL Murder Mystery] - "The SQL Murder Mystery is designed to be both a self-directed lesson to learn SQL concepts and commands and a fun game for experienced SQL users to solve an intriguing crime."
* [https://mystery.knightlab.com/ SQL Murder Mystery] - "The SQL Murder Mystery is designed to be both a self-directed lesson to learn SQL concepts and commands and a fun game for experienced SQL users to solve an intriguing crime."

Latest revision as of 14:38, 24 January 2024

  • The Missing Semester - A series of MIT class videos teaching a lot of practical things that developers need to know.
  • Modern Plain Text Computing - A short seminar taught at Duke, aimed at students and researchers, covering how to think about and use computers, file systems, the shell, text editors, version control, and build systems. The philosophy is that these is essential knowledge for doing lots of research and making that research reproducible.
  • bashcrawl - A text adventure to teach shell skills.
  • SQL Murder Mystery - "The SQL Murder Mystery is designed to be both a self-directed lesson to learn SQL concepts and commands and a fun game for experienced SQL users to solve an intriguing crime."
  - "... If you really want to learn a lot about SQL, you may prefer a complete tutorial like Select Star SQL."
  • An Introduction to VisiData - One way to learn the best power tool for exploring and analyzing CSV files, SQLite databases, Excel files, and many other file formats. VisiData is also handy for editing, manipulating, and joining CSV files. Click here to install it.