Technical Setup

As you might already have guessed, you will need to write some programs for the Lab part of this course. While you could write the programs in any text editor, you will probably also want to run them (without waiting for CodeGrade to run your program for you every time). For that, you will need to set up an environment that is suitable for executing the assignment programs of this course. Depending on the operating system (OS) that you are using, this setup is a bit different.

This Manual includes (detailed) setup guides for Linux, macOS, and Windows.

If you do not have access to a personal computer or have other technical difficulties, you can consider using a remote machine for your development. One easy-to-use option for this is GitHub Codespaces, which allows you to get a cloud-hosted VS Code environment in your browser. A guide for setting up GitHub Codespaces can be found as part of the Appendix.

If you are using an OS that is not included above, there is no official technical support given for this course. However, if you do get the framework up and running on that OS, please feel free to contact the teaching team such that this Manual can be extended with your addition to the setup guides.

Last updated