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.
- An introduction to new topics and concepts (1h)
- Individual work on the new concepts (1h)
- A coding demonstration (1h)
- Tasks to be solved as teams of 2-3 developers (2h)
- Git basics
- GitHub basics
- Creating a new repository: git
- Creating a new repository: GitHub
- Creating and merging branches
- Jupyter Notebooks
- Pre-commit hooks
In this unit, we will work with Jupyter notebooks in our own repositories on GitHub.
- Technical debt and clean coding
- Style guides
- Working with an IDE
- Linting of code
- More on git: “Clean” repositories
- Pull requests
- 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.
- The programming paradigm
- Planning a piece of software: Do's and don'ts
- Planning a piece of software: Demonstrations
You and your team will plan your software and start implementing the design.
- A good documentation
- Documentation style guides
- Set up your documentation with sphinx (doxygen)
- Publish your documentation on readthedocs
- Publish your documentation on GitHub pages
The documentation tools for your software will be set up and structured.
- Types of tests
- Unittest and pytest
- Test-driven development
- Writing unit tests using pytest fixtures
- Pytest: Demonstrations
We will continue our work on the software package.
- GitHub actions basics
- Run your tests and linter automatically through GitHub actions
- Build and publish your documentation through GitHub actions
- Considerations when publishing your research and your software
- Optional: Publish your python module as a package
We will set up GitHub actions and you will learn how to publish your software.
You will need Python3, git, and numpy/seaborn/pandas/jupyter for the course.