Tutorials

From WPRDC Wiki
Jump to navigation Jump to search
  • 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.