Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 2.03 KB

RESOURCES.md

File metadata and controls

37 lines (27 loc) · 2.03 KB

Resources: Julia programming language

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.

General introductions and tutorials

name comment type resource
QuantEcon section 1 - 13 website link
MatecDev blog link
Julia Express short cheatsheet pdf 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).

Special topics

name comment type resource
Julia Subtyping: A Rational Reconstruction Theory of the Julia type system PDF file
Introduction to Applied Linear Algebra Linear Algebra in Julia PDF file
Julia Data Science Julia intro focussed on data science PDF file