Skip to content

PumasAI-Labs/Julia-Workshop

Pumas-AI Julia Workshop

CC BY-SA 4.0

Guide

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

How to contribute

We use Material for MkDocs (MIT License) as the static site generator.

  1. Clone the repository
  2. Install Material for MkDocs with pip install mkdocs-material
  3. Create or review content
  4. Preview the site with mkdocs serve
  5. Make a Pull Request

Authors

Acknowledgments

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.

License

This content is licensed under Creative Commons Attribution-ShareAlike 4.0 International.

CC BY-SA 4.0

Releases

No releases published

Packages

No packages published

Languages