Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 605 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 605 Bytes

Learn Julia with us

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