tladeras’s avatartladeras’s Twitter Archive—№ 1,930

    1. @i_steves talking about teaching data science with puzzles. Ooh! #rstudioconf
  1. …in reply to @tladeras
    @i_steves Started with advent of code - puzzles that could be solved with different code. @JennyBryan suggested puzzles using "messy" data in the tidyverse. Bite-size data challenges. #rstudioconf
    1. …in reply to @tladeras
      @i_steves @JennyBryan tidiesofmarch package. Build community to share solutions and bank of solutions. Exercise wrangling skills and showcase lesser known functions. Encourage workflow and project management.
      1. …in reply to @tladeras
        @i_steves @JennyBryan Make students use rstudio projects. Puzzles can be downloaded by the week. Use good file naming principles for each puzzle. Use here() package to standardize paths
        1. …in reply to @tladeras
          @i_steves @JennyBryan Auto generated table of contents, provides structure to organize puzzles by the week. Test on small cases, can it work on a larger dataset?
          1. …in reply to @tladeras
            Use submit_puzzle() to submit your answer and get feedback. Reprex is generated for your solution to share. This is really slick.
            1. …in reply to @tladeras
              slides: bit.ly/ds-puzzles #rstudioconf