Skip to content

CCPBioSim/software_workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workshop Programme

Workshop URL

The workshop timings are as follows:

09.30-12:30 - Workshop Morning

12.30-14:00 - Lunch

14:00-17:00 - Workshop Afternoon

You can find the initial steps for the workshop sessions here:

Session 1 - Environments and Software Installation

  • Part 1: Getting Started - here
  • Part 2: Dependencies - here

Session 2 - Git and Version Control

  • Part 1: Version Control - here
  • Part 2: Git - here

Session 3 - Code Quality

  • Part 1: Code Quality 101 - here
  • Part 2: Introduction to Pylint - here
  • Part 3: Introduction to Black - here
  • Part 4: Introduction to isort - here
  • Part 5: Introduction to pre-commit - here
  • Part 6: Final Remarks - here

Session 4 - Testing Code

  • Part 1: Testing - here
  • Part 2: Pytest - here