Skip to content

Commit

Permalink
update julia intro
Browse files Browse the repository at this point in the history
  • Loading branch information
harisorgn committed Jan 7, 2025
1 parent 2fb372d commit 6ef3f2f
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions pages/intro_julia.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 6ef3f2f

Please sign in to comment.