View on GitHub

sustainable_development_course

Course material for "Scientific Software Development"

Block course: Scientific Software Development

Scientific Software Center, Heidelberg University, Dr. Inga Ulusoy
01/2021

In this course, you will learn how to develop scientific software in a way that enables reproducible research and sustainable software. Sustainable scientific software leaves room for further, subsequent implementations and method development, and saves time and effort in the long run; additionally, a sustainable approach follows good scientific practice through making results reproducible. This course is aimed at researchers, doctoral and master students who develop scientific software to carry out their research. The course is held online and consist of both an asynchronous and a synchronous part.

Learning outcome: At the end of the course, the students will be able to develop their own scientific software sustainably and generate reproducible results, in accordance with best scientific practices.
Total effort: Approximately 30 hours.
Date/Duration: Sessions will take place on five days during one weeks in January 2024: Specifically, on 22/1/24-26/1/24, from 9:00 AM to 1:00 PM. Please note that there is also an asynchronous part to the course, which you can work on at a time of your choice, but which should be completed before the first/before the subsequent session for a better learning experience.
Course certificate: You will be able to obtain a certificate of participation.
Course requirements: Basic prior programming knowledge, where the emphasis lies on basic; ideally in Python as the examples will be based on Python. A laptop/PC with is required.

Content of each unit

Units

1. Introduction to git: Using git and GitHub

Go to unit 1

  1. Git basics
  2. GitHub basics
  3. Creating a new repository: git
  4. Creating a new repository: GitHub
  5. Creating and merging branches
  6. Jupyter Notebooks
  7. Pre-commit hooks

In this unit, we will work with Jupyter notebooks in our own repositories on GitHub.

2. Clean coding as a team: Adhere to guidelines and common coding principles

Go to unit 2

  1. Technical debt and clean coding
  2. Style guides
  3. Working with an IDE
  4. Linting of code
  5. More on git: “Clean” repositories
  6. Pull requests
  7. Code review and merging

You will work with your team in your team’s repository and agree on a set of common standards and coding principles.

3. Think before you code: Planning your programming project

Go to unit 3

  1. The programming paradigm
  2. Planning a piece of software: Do’s and don’ts
  3. Planning a piece of software: Demonstrations

You and your team will plan your software and start implementing the design.

4. Documentation

Go to unit 4

  1. A good documentation
  2. Documentation style guides
  3. Set up your documentation with sphinx (doxygen)
  4. Publish your documentation on readthedocs
  5. Publish your documentation on GitHub pages

The documentation tools for your software will be set up and structured.

5. Testing, testing, testing …

Go to unit 5

  1. Types of tests
  2. Unittest and pytest
  3. Test-driven development
  4. Writing unit tests using pytest fixtures
  5. Pytest: Demonstrations

We will continue our work on the software package.

6. Continuous integration: GitHub actions

Go to unit 6

  1. GitHub actions basics
  2. Run your tests and linter automatically through GitHub actions
  3. Build and publish your documentation through GitHub actions
  4. Considerations when publishing your research and your software
  5. Optional: Publish your python module as a package

We will set up GitHub actions and you will learn how to publish your software.

Software requirements

You will need Python3, git, and numpy/seaborn/pandas/jupyter for the course.