Week 1: Intro

General introduction

Julia + Pluto installation

Almost all course material will be provided in form of Pluto notebooks which you can run on your computer. Here is the recipe to install Julia and Pluto. See also the Pluto homepage.

using Pkg
Pkg.add("Pluto")
using Pluto
Pluto.run()

As a result, you should see the "welcome to Pluto.jl" page in your browser. You can paste the notebook links from this course directly into the "Open from file" input box.

Some Julia resources

First contact: Julia & Pluto

Julia Basics

Last year's lecture recordings:

For this year I slightly re-arranged the introductory stuff. I link the old notebooks below.