The workshop can be viewed at: https://youtu.be/uiQpwMQZBTA.
The content is licensed under a very permissive Creative Commons license (CC BY-SA). This workshop is geared towards anyone who wants to start using Julia.
The workshop is 3 hours long with 5-minute breaks every 45 minutes.
- Using Packages
- Variables and Data Structures
- Boolean operators and numeric comparisons
- Types: concrete and abstract
if
-elseif
-else
statementsfor
loopswhile
loops- Functions
- User-defined custom structures:
struct
To configure a local environment:
- Download and install Julia
- Clone the repository from GitHub:
git clone https://github.com/storopoli/Julia-Workshop.git
- Access the directory:
cd Julia-Workshop
- Open a Julia REPL, a Pluto notebook, or a VSCode session.
To cite these tutorials, please use:
Storopoli (2022). Introduction to Julia Tutorial Workshop. https://github.com/storopoli/Julia-Workshop.
Or in BibTeX format (LaTeX):
@misc{storopoli2022juliaworkshop,
author = {Storopoli, Jose},
title = {Introduction to Julia Tutorial Workshop},
url = {https://github.com/storopoli/Julia-Workshop},
year = {2022}
}
This content is licensed under Creative Commons Attribution-ShareAlike 4.0 Internacional.