DISCLAIMER - these lists are far from complete; Feel free to add more items.
Here we collect resources for learning the Julia programming language. Most general informations about the Julia language can be found in the project website. Associated with that is also the discourse forum, where you may ask questions, find announcements and a lot more. The documentation of the Julia programming language is also a good source for syntax and concepts, but it's more for searching specific things rather that a resource to learn the language. However, since most of the standard library of Julia is written in Julia itself, it is a very good resource for best practices related to different concepts.
name | comment | type | resource |
---|---|---|---|
QuantEcon | section 1 - 13 | website | link |
MatecDev | blog | link | |
Julia Express | short cheatsheet | file | |
Introducing Julia | wikibook | website | link |
Julia X in Y | one-file tutorial* | website | link |
(*) The used Julia version is somewhat outdated, but the concepts presented there are really close in v1.9 (the current stable).
name | comment | type | resource |
---|---|---|---|
Julia Subtyping: A Rational Reconstruction | Theory of the Julia type system | file | |
Introduction to Applied Linear Algebra | Linear Algebra in Julia | file | |
Julia Data Science | Julia intro focussed on data science | file |