This workshop aims to be an introduction to the Julia programming language. Because of that, it covers a wide range of topics and ends up being a 2-hour workshop, which might be too extensive in certain situations.
We suggest taking a look at our recommended schedule on the homepage of the workshop for more information on how to divide the workshop. You will notice that the workshop is divided in 4 parts, which is also reflected in the way in which we have organized the code examples in this repository:
Workshop section | Code folder |
---|---|
Variables and Types | 01-variables |
Syntax | 02-syntax |
Functions | 03-functions |
Functional programming | 04-functional_programming |
We use Material for MkDocs (MIT License) as the static site generator.
- Clone the repository
- Install Material for MkDocs with
pip install mkdocs-material
- Create or review content
- Preview the site with
mkdocs serve
- Make a Pull Request
- Juan José González Oneto - [email protected]
The authors would like to acknowledge the use of the Julia Data Science book and Pumas-AI's tutorials as inspiration during the making of this workshop.
This content is licensed under Creative Commons Attribution-ShareAlike 4.0 International.