Julia-Workshop
Julia-Workshop copied to clipboard
JuliaCon 2022 - Introduction to Julia Tutorial
Introduction to Julia Tutorial Workshop
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.
Contents
- Using Packages
- Variables and Data Structures
- Boolean operators and numeric comparisons
- Types: concrete and abstract
if-elseif-elsestatementsforloopswhileloops- Functions
- User-defined custom structures:
struct
How to use the content?
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.
How to cite
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}
}
License
This content is licensed under Creative Commons Attribution-ShareAlike 4.0 Internacional.
