-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |