Hello, just to announce that my “Julia concise tutorial” has been completely revised and updated for Julia 1.0.
https://syl1.gitbook.io/julia-language-a-concise-tutorial/
It includes the core language features and a few packages I use most:
Language core
- 1 - Getting started
- 2 - Data types
- 3 - Control flow
- 4 - Functions
- 5 - Custom structures
- 6 - Input - Output
- 7 - Managing run-time errors (exceptions)
- 8 - Interfacing Julia with other languages
- 9 - Metaprogramming
- 10 - Performances (parallelisation, debugging, profiling…)
- 11 - Developing Julia packages
Useful packages
- 12 - Plotting
- 13 - DataFrames
- 14 - JuMP (v0.6)
- 15 - SymPy
- 16 - Weave
- 17 - LAJuliaUtils (v0.6)
- 18 - IndexedTables (v0.6)
- 19 - Pipe
I am currently using GitBook, but as the “new” GitBook is not really the optimal solution, if someone has suggestions how to publish a git- and markdown-based tutorial is welcome…