Python

Python Programming MOOC 2024

Python Programming MOOC 2024

About this course

This is the course material page for the Introduction to Programming course (BSCS1001, 5 ECTS) and the Advanced Course in Programming (BSCS1002, 5 ECTS) from the Department of Computer Science at the University of Helsinki.

Lectures

There are no more live lectures for this year’s MOOC instance. The lecture recordings can be viewed on the table below.

VCode

Installing Visual Studio Code

You can install Visual Studio Code with the following terminal command (works for Ubuntu):

sudo apt-get install code

If this doesn’t work, please consult the Visual Studio Code installation instructions at https://code.visualstudio.com/docs/setup/linux

Installing TestMyCode Extension

Installing TestMyCode Extension for VS Code

  1. Open Visual Studio Code by typing code in the terminal.
  2. At the left you can see icons, choose the Extension view (see picture point 1).
  3. Type TestMyCode in the search field (see picture point 2).
  4. Press the search result TestMyCode.
  5. Press “Install” (see picture point 3).

The first initilization of the extension will download some necessary components (this will take a while).

Installing TestMyCode Extension for VS Code

Installing TestMyCode Extension for VS Code
Back to top