Skip to content

Latest commit

 

History

History
102 lines (76 loc) · 4.21 KB

README.md

File metadata and controls

102 lines (76 loc) · 4.21 KB

TMCS CDT Software Course - TMCS 2019

Tues 14th - Fri 17th, May 2019

designed by David R Glowacki (DRG)

with assistance from: Stephanie Hare (SH) Jonathan Barnoud (JB) Dasha Shchepanovska (DS) Becca Walters (BW) Alexander Jamieson-Binnie (AJB)

Timetable

Tuesday 14th May (DRG)

Wednesday 15th May (DRG, JB, SH, AJB, DS, BW)

Thursday 16th May (DRG, JB, SH, AJB, DS, BW)

  • 10:00 - 18:00 hackathon
  • 18:00 - 19:00 pizza/wine party!

Friday 17th May (DRG, JB, SH, AJB, DS, BW)

  • 10:00 - 15:00 hackathon
  • 15:00 - 16:00 show and tell

Hints and tips

Hints and tips on common Bash and editor commands.

Beginners guide to using the shell

Before you arrive...

We recommend that you bring your own laptop to work on (so that you can easily continue to use the same tools for the hackathon!).

You should test your installation using our testing scripts. To access these start a shell and run the commands:

git clone https://github.com/larsbratholm/boot-camps.git
cd boot-camps/setup

before following these instructions.

You also need to create a free individual account on GitHub. Make sure you know your username and password when you arrive

We recommend that you to work through this short tutorial on Beginning Python to refresh yourself on Python.

Acknowledgements

Much of this workshop borrows from the great resource that is Software Carpentry.