diff --git a/pages/intro_julia.md b/pages/intro_julia.md index 0b0f562..e984125 100644 --- a/pages/intro_julia.md +++ b/pages/intro_julia.md @@ -1,15 +1,26 @@ # Introduction to Julia -## Prerequisites : +## Notebooks -- [Introduction to Julia workshop at JuliaCon 2024](https://www.youtube.com/watch?v=7hVV5uoEo-0) +We will work on two Jupyter notebooks +- `julia_introduction.ipnyb` : getting started with Julia, please start here. +- `julia_types_and_multiple_dispatch.ipnyb` : custom types and multiple dispatch. -- [From zero to Julia blog series](https://techytok.com/from-zero-to-julia/) +These notebooks were contributed by George Datseris as part of the Zero-to-Hero Julia workshop and are kindly available as an open repository. For more details on that workshop please check : +- workshop recording : https://www.youtube.com/watch?v=Fi7Pf2NveH0 +- GitHub repository with all resources : https://github.com/Datseris/Zero2Hero-JuliaWorkshop + + +## Further resources : -- [Syntax translation cheatsheet between Julia, Python & MATLAB](https://cheatsheets.quantecon.org/) +- [Introduction to Julia workshop at JuliaCon 2024](https://www.youtube.com/watch?v=7hVV5uoEo-0) - If you are coming to Julia from another language, check out some [notable differences between Julia and some popular ones](https://docs.julialang.org/en/v1/manual/noteworthy-differences/#Noteworthy-Differences-from-other-Languages) +- Also helpful if you have experience with other languages is the [syntax translation cheatsheet between Julia, Python & MATLAB](https://cheatsheets.quantecon.org/) + +- [From zero to Julia blog series](https://techytok.com/from-zero-to-julia/) + - [Julia wikibook](https://en.wikibooks.org/wiki/Introducing_Julia) - [Julia in VS Code](https://modernjuliaworkflows.org/writing/#editor) \ No newline at end of file