# Good book for learning Julia

**URL:** https://discourse.julialang.org/t/good-book-for-learning-julia/1011
**Category:** New to Julia
**Created:** [December 17, 2016, 6:11pm UTC](https://discourse.julialang.org/t/good-book-for-learning-julia/1011 "2016-12-17T18:11:56Z")
**Posts on this page:** 12
**Page:** 1

<div class="post-metadata">

### Author: ![trans](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/trans/32/345_2.png) [@trans](https://discourse.julialang.org/u/trans)
#### Post date: [December 17, 2016, 6:11pm UTC](https://discourse.julialang.org/t/good-book-for-learning-julia/1011/1 "2016-12-17T18:11:56Z")

</div>

When I’m learning a new language I find it best to have a good book handy, especially one with a good reference section. Can anyone recommend such a book for Julia?

---

<div class="post-metadata">

### Author: ![cormullion](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/cormullion/32/49131_2.png) [@cormullion](https://discourse.julialang.org/u/cormullion)
#### Post date: [December 17, 2016, 7:52pm UTC](https://discourse.julialang.org/t/good-book-for-learning-julia/1011/2 "2016-12-17T19:52:52Z")

</div>

If you’re looking for a paper book for reading away from a computer, I think your best bet is Packt Publishing’s offerings:

> **[Search | Packt Subscription](https://subscription.packtpub.com/search?query=all)**
>
> Search over 7,500 Programming & Development eBooks and videos to advance your IT skills, including Web Development, Application Development and Networking

where I think you can buy printed versions.

I don’t think Leah Hanson’s Learning Julia was ever published. (I’ve never been able to track a copy down, although I’ve seen photographs…).

---

<div class="post-metadata">

### Author: ![Karsten](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/karsten/32/565_2.png) [@Karsten](https://discourse.julialang.org/u/Karsten)
#### Post date: [December 17, 2016, 11:58pm UTC](https://discourse.julialang.org/t/good-book-for-learning-julia/1011/3 "2016-12-17T23:58:24Z")

</div>

You can find a list of available books here:

> **[Get started with Julia](https://julialang.org/learning/#books)**
>
> The official website for the Julia Language. Julia is a language that is fast, dynamic, easy to use, and open source. Click here to learn more.

---

<div class="post-metadata">

### Author: ![Balinus](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/balinus/32/243_2.png) [@Balinus](https://discourse.julialang.org/u/Balinus)
#### Post date: [December 18, 2016, 1:56pm UTC](https://discourse.julialang.org/t/good-book-for-learning-julia/1011/4 "2016-12-18T13:56:39Z")

</div>

The thing is that there is a lot of books already on Julia, but not much feedback in terms of which one is good. And on which version is the book based? I mean, perhaps it’s not important and I’m wrong but I wouldn’t want a book based on 0.2.

---

<div class="post-metadata">

### Author: ![cormullion](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/cormullion/32/49131_2.png) [@cormullion](https://discourse.julialang.org/u/cormullion)
#### Post date: [December 18, 2016, 2:16pm UTC](https://discourse.julialang.org/t/good-book-for-learning-julia/1011/5 "2016-12-18T14:16:41Z")

</div>

Ebooks should of course state the versions of any software covered and should ideally be updated when they start becoming obsolete. I’m not sure whether the business models of publishers allow for that kind of extended support. For the price of the Packt ebooks, I wouldn’t expect them to receive regular updates, but perhaps you can find out on their website.

What you mean by “good” is more difficult to answer. A better question is “what do you want to read?” Or “what does the official documentation not provide”? Perhaps you want a carefully graded series of exercises, like the “Learn Python the Hard Way”? Or extended examples of application-oriented examples: “Julia for Signal Processing” or “Julia for Image Processing”. The market for any of these would be far too small for any commercial purpose. But things may change.

---

<div class="post-metadata">

### Author: ![Balinus](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/balinus/32/243_2.png) [@Balinus](https://discourse.julialang.org/u/Balinus)
#### Post date: [December 19, 2016, 4:28pm UTC](https://discourse.julialang.org/t/good-book-for-learning-julia/1011/6 "2016-12-19T16:28:24Z")

</div>

I can agree that we can’t expect regular update to books that have a small price.

I also agree on the variability of what “good” means. It’s just that there is not a lot of reviews on these books. I guess they will come someday though! For now, using electronic resources is enough for me, but I would like a nice reference book I could consult.

---

<div class="post-metadata">

### Author: ![chkwon](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/chkwon/32/3632_2.png) [@chkwon](https://discourse.julialang.org/u/chkwon)
#### Post date: [December 19, 2016, 7:14pm UTC](https://discourse.julialang.org/t/good-book-for-learning-julia/1011/7 "2016-12-19T19:14:47Z")

</div>

The online HTML version (and Kindle) of “Julia programming for operations research” is regularly updated. It is not for everyone but it covers some basics of Julia (Chapter 3).

[Julia – Changhyun Kwon](http://www.chkwon.net/julia/)

The current version is based on:

- Julia v0.5.0
- JuMP v0.14.1
- Optim v0.6.1
- MathProgBase v0.5.7

Disclaimer: I am the author of the book. 🙂

---

<div class="post-metadata">

### Author: ![ScottPJones](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/scottpjones/32/146_2.png) [@ScottPJones](https://discourse.julialang.org/u/ScottPJones)
#### Post date: [January 22, 2017, 5:57pm UTC](https://discourse.julialang.org/t/good-book-for-learning-julia/1011/8 "2017-01-22T17:57:06Z")

</div>

Once you’ve gotten past the initial learning the syntax of Julia (which is pretty easy, if you know C and/or Python) then I would recommend @avik’s book, [https://www.packtpub.com/application-development/julia-high-performance](https://www.packtpub.com/application-development/julia-high-performance).  
Since performance is something that frequently draws people to Julia, books like this one, that help teach how to actually get the performance that one wanted out of Julia, can be quite useful.

---

<div class="post-metadata">

### Author: ![Juan](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/juan/32/7657_2.png) [@Juan](https://discourse.julialang.org/u/Juan)
#### Post date: [July 15, 2017, 12:35pm UTC](https://discourse.julialang.org/t/good-book-for-learning-julia/1011/9 "2017-07-15T12:35:25Z")

</div>

I was about to open a new thread on books but I’ll do it here instead:

What’s you opinion about the different books on Julia?

I’m looking for some not too verbose or boring but with a good content, including some details on packages such as ParallelAccelerator or new plotting packages such as GR, the best way to optimize your code… and some data analysis.

I was looking forward to seeing Julia in Action, it’s preview looked great but it seems it has been cancelled.  
I would like something including Julia 0.6 and maybe information on what we expect about Julia 1.0.

Could you please classify the different books we have in Julia depending on its level or target? (introduction, programming, data analysis…)

I know there is a list

> **[Get started with Julia](https://julialang.org/learning/)**
>
> The official website for the Julia Language. Julia is a language that is fast, dynamic, easy to use, and open source. Click here to learn more.

but the different books are just named but not rated nor reviewed nor compared to each other. Amazon doesn’t offer much information either because there are not many buyers.

I’ve seen some in the library but they seem like being made in a hurry.

---

<div class="post-metadata">

### Author: ![PetrKryslUCSD](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/petrkryslucsd/32/215825_2.png) [@PetrKryslUCSD](https://discourse.julialang.org/u/PetrKryslUCSD)
#### Post date: [July 15, 2017, 1:10pm UTC](https://discourse.julialang.org/t/good-book-for-learning-julia/1011/10 "2017-07-15T13:10:11Z")

</div>

Here is my list. These are purely personal preferences, I don’t mean to imply that books not listed are not good. The order of the books is by author. All have been published by PACT Publishing.

Balbaert, Sengupta, Sherrington, Julia: High-performance Programming.  
Sherrington, Mastering Julia.

Both explain concepts of the language quite well. Obviously, they may be dated in places. I think both were written with 0.4 being the “current” version. Some packages for graphics in vogue today probably have not been even conceived at the time. Some of the syntax changed in the language itself.

Petr

---

<div class="post-metadata">

### Author: ![Juan](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/juan/32/7657_2.png) [@Juan](https://discourse.julialang.org/u/Juan)
#### Post date: [July 15, 2017, 1:40pm UTC](https://discourse.julialang.org/t/good-book-for-learning-julia/1011/11 "2017-07-15T13:40:46Z")

</div>

I think if you compare any most Julia books to books on R, Julia, C++, etc… you find the books on Julia have very little content.

---

<div class="post-metadata">

### Author: ![DNF](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/dnf/32/10191_2.png) [@DNF](https://discourse.julialang.org/u/DNF)
#### Post date: [July 15, 2017, 1:50pm UTC](https://discourse.julialang.org/t/good-book-for-learning-julia/1011/12 "2017-07-15T13:50:47Z")

</div>

There are not many exciting Julia books, perhaps not surprising, given how the language has been in flux until recently. I like the _idea_ of a thorough book, but in the end I have always ended up learning languages through the official documentation and other online resources, like forums.

I really recommend the manual, give that a proper try before you reach for a book, and then ask questions on Discourse/Stackoverflow.com or in the chat room.
