Materials for the Julia Gender Inclusive workshop series "Learn Julia with Us"
01: Getting Started with Julia (watch here)
- About us and the course
- Introduction to the Julia REPL, Pluto notebooks & VS Code
02: Your first Julia Code (watch here)
- Variables and error messages
- Scripting and debugging in VSCode
03: Strings & arrays (watch here)
- String interpolation and escape sequences
- Indexing
- Data containers (specifically, arrays)
- Create arrays with comprehensions