First Things First

  • During the course, all projects must be created as Git repositories on GitHub. If you are unfamiliar with this, check out these instructions.
    • Note: Peer reviews for the project will be conducted using GitHub issues. To enable this, make sure to allow issues in your repository.
  • Peer reviews and weekly feedback will be managed through Labtool.
    • After creating your project repository, register on Labtool for the correct course using your university AD credentials.

Overview

  • Course Overview provides key guidelines related to the project.
  • Weekly Schedule details the recommended timeline for the project and what each weekly submission includes.

About Topics

  • More information on choosing a topic can be found on the Topics page.

Project Management

Below are some recommended tools for project management. These are primarily for students who are not already familiar with such tools. You are not required to use these specific tools — feel free to use any that suit your workflow better.

These pages include condensed material, especially from the Software Engineering course.

Projects in Python

  • Poetry is a tool designed for managing dependencies in Python projects.
  • Pylint is a static analysis tool for Python that helps maintain high code quality.

Projects in Java

  • Gradle is a build automation tool primarily for Java, streamlining compilation and testing tasks.
  • While Gradle can be used also for Python development, Poetry is strongly recommended for Python projects.

Fix this page

Make an suggestion for an improvement by editing this file in GitHub.