https://github.com/storopoli/julia-workshop
JuliaCon 2022 - Introduction to Julia Tutorial
https://github.com/storopoli/julia-workshop
julia julia-language tutorial
Last synced: 2 months ago
JSON representation
JuliaCon 2022 - Introduction to Julia Tutorial
- Host: GitHub
- URL: https://github.com/storopoli/julia-workshop
- Owner: storopoli
- License: cc-by-sa-4.0
- Created: 2022-07-14T08:48:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-22T09:43:31.000Z (over 2 years ago)
- Last Synced: 2024-10-13T19:31:24.839Z (7 months ago)
- Topics: julia, julia-language, tutorial
- Language: Julia
- Homepage:
- Size: 20.5 KB
- Stars: 61
- Watchers: 6
- Forks: 32
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction to Julia Tutorial Workshop
[](http://creativecommons.org/licenses/by-sa/4.0/)The JuliaCon 2022 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
1. Using Packages
2. Variables and Data Structures
3. Boolean operators and numeric comparisons
4. Types: concrete and abstract
5. `if`-`elseif`-`else` statements
6. `for` loops
7. `while` loops
8. Functions
9. User-defined custom structures: `struct`## How to use the content?
To configure a local environment:
1. Download and install [Julia](https://www.julialang.org/downloads/)
2. Clone the repository from GitHub:
`git clone https://github.com/storopoli/Julia-Workshop.git`
3. Access the directory: `cd Julia-Workshop`
4. 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](http://creativecommons.org/licenses/by-sa/4.0/).
[](http://creativecommons.org/licenses/by-sa/4.0/)