Skip to content

Useful links

VS Code

C++

Fortran

Python

Parallelization approaches

HPC

Project management

  • wiptools: managing your Python/C++/Fortran project, helps with

  • creating new projects

  • adding Python sub-modules, Python applications (CLIs), binary extension modules written in C++ and Fortran.
  • automatically extracting documentation from the doc-strings of your files (html or pdf)
  • (unit) testing (pytest)
  • publishing the documentation on readthedocs
  • publishing your code on the Python package index
  • version management and control (on GitHub)

Other courses