General
Section outline
-
-
Welcome to the course on "Scientific programming with Julia"
Lessons (or segments) will appear every week on Monday morning (at 00:00) and the relevant exercises will be due for the following Sunday at 23:59
IMPORTANT:
The scripts of all the videos are available on GitHub under two forms:
- HERE you can get the files with the code described in the videos. You can clone the repository with `git clone https://github.com/sylvaticus/SPMLJ` (in VS Code open the command palette with CTRL+SHIFT+P and type "git clone") and get it on your PC and play with the code by yourself.
- HERE is the same code but nicely organised by topics, where you can observe the code together with the output it produces
-