Skip to content

poldrack/reproducible-coding-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reproducible-coding-workshop

Repo for reproducible coding workshop

Based on material in:

Prerequisites:

  • Basic Python programming skills (including numpy)
  • Basic understanding of git and GitHub
  • Basic understanding of neuroimaging data
  • Personal computer set up according to the setup instructions

Schedule:

Hour 1:

  • overview of clean coding practices in Python
  • group code review exercise:
    • With your group, spend 10 minutes going over this anti-example code, with the following questions in mind:
      • What are the different parts of the code doing?
      • What code smells do you sense?
      • How might you refactor it to address these?
    • Appoint a group spokesperson who can report back if called upon

Hour 2:

Hour 3:

Hour 4: