Settings

Theme

Ask HN: Best resources for learning Julia?

6 points by npr11 8 years ago · 2 comments · 1 min read


Julia have just released v1.0, and I would like to try it out! (https://julialang.org/)

Usually I use Python for scientific computing, and find it good for machine learning, and I know some R/Stan which I find better for Bayesian statistics. I'm hoping Julia will be the best of both, but the homepage doesn't have great resources for getting started - any recommendations?

ChrisRackauckas 8 years ago

I run a workshop series specifically for this demographic and the notes are online:

http://ucidatascienceinitiative.github.io/IntroToJulia/

It's mostly problem-based. I hope that by showing you a manual, some resources I like to use, some problems, and then some high level discussions you can get up and working in no time. Sources for "how to write a function" can be found elsewhere: this resource starts assuming you can read a manual if you know what to search for.

(Note that there are some v1.0 updates still necessary, but most works)

reacharavindh 8 years ago

https://benlauwens.github.io/ThinkJulia.jl/latest/book.html

Introduction to Julia - By Jane Herriman https://www.youtube.com/watch?v=BYW2J2WWkj8

Quick view of Julia in one program: https://learnxinyminutes.com/docs/julia/

Working with data using Julia - https://www.analyticsvidhya.com/blog/2017/10/comprehensive-t...

Rest of Julia tutorials in one-place: https://julialang.org/learning/

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection