Hacker News new | ask | show | jobs
by x43b 1972 days ago
Any recommendations on beginner (to Julia) books to get started?
1 comments

The manual is great https://docs.julialang.org/en/v1/manual/getting-started/. If you want something more step-by-step with some simple exercises, check https://benlauwens.github.io/ThinkJulia.jl/latest/book.html.
Thank you. I will look through both.