gerryangelatos / Julia-Workshop

JuliaCon 2022 - Introduction to Julia Tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction to Julia Tutorial Workshop

CC 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
  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.

CC BY-SA 4.0

About

JuliaCon 2022 - Introduction to Julia Tutorial

License:Creative Commons Attribution Share Alike 4.0 International


Languages

Language:Julia 100.0%