Skip to content

Intro to Julia Outline #1

Description

@ejmeitz

Just a high-level outline of what I think would be useful to cover based on Leticia's notebooks and how I use Julia. We definitely should get more specific with the layout and who teaches what, but for now lets pin down the topics we want to cover.

  • Basic Stuff:

    • Why Julia
    • Setting up a Julia environment (VSCode, Jupyter, REPL)
    • Syntax (functions, loops, variables, types, structs, broadcasting functions, unicode characters, File I/O)
    • Multiple dispatch
    • Package manager intro
    • Common numerical packages (LinearAlgebra, DataFrames, Unitful, Distributions)
    • Plotting
    • Benchmarking & Optimizing Code (BenchmarkTools.jl, array views, memory allocations, type stability)
  • Advanced Stuff:

    • Basic parallelization (e.g. Threads)
    • Basic GPU programming (high level interface)
    • AutoDiff?? (I've only used FastDifferentiation.jl)
    • Overview of what to expect on next workshop day? (e.g. Molly, DFTK...)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions