From 1b6a11620caec85f187da59c23465c327217ac4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ord=C3=A1s?= Date: Thu, 26 Aug 2021 08:24:23 +0200 Subject: [PATCH] Add "Fortran Lecture notes from a class" Fortran. Lecture notes from a class (2020) By: Paul Tackley http://jupiter.ethz.ch/~pjt/fortran/FortranClass.html Part of: EbookFoundation/free-programminfree-programming-books#5492 --- books/free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books.md b/books/free-programming-books.md index 5b35ca03f..e3628c851 100644 --- a/books/free-programming-books.md +++ b/books/free-programming-books.md @@ -1461,6 +1461,7 @@ Kerridge (PDF) (email address *requested*, not required) ### Fortran * [Fortran Wiki - Tutorials](http://fortranwiki.org/fortran/show/Tutorials) (HTML) +* [Fortran. Lecture notes from a class (2020)](http://jupiter.ethz.ch/~pjt/fortran/FortranClass.html) Paul Tackley (HTML) * [Introduction to Fortran](https://qc2-teaching.readthedocs.io/en/latest/programming.html) - Sebastian Ehlert, Julius Stückrath, Marcel Mueller, Marcel Stahn (HTML) * [Modern Fortran in Science and Technology](https://modern-fortran-in-science-and-technology.readthedocs.io/en/latest) - Jonas Lindemann and Ola Dahlblom (HTML, [PDF](https://modern-fortran-in-science-and-technology.readthedocs.io/_/downloads/en/latest/pdf/), [EPUB](https://modern-fortran-in-science-and-technology.readthedocs.io/_/downloads/en/latest/epub/)) * [Modern Fortran Tutorial](https://masuday.github.io/fortran_tutorial/) - Yutaka Masuda (HTML)