5 ms·
Any recommendations on beginner (to Julia) books to get started?
by x43b 6y ago
Any recommendations on beginner (to Julia) books to get started?
- forgotpwd16 6y agoThe manual is great https://docs.julialang.org/en/v1/manual/getting-started/ 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 https://benlauwens.github.io/ThinkJulia.jl/latest/book.html.
- x43b 6y agoThank you. I will look through both.