This repository contains notes/tutorials for getting started with Julia.
You can see the official documentation of Julia.
You can read the notebboks directly on Github.
Or
You can download and try out on your own system:
- Download Julia from official repository.
- Download IJulia to use Julia with
JuputerNotebookfrom official repository. - Download this repository as zip file or clone it using
git cloneby clicking on the greenClone or Downloadbutton. - Launch
jupyter-notebookfrom theJulia-Learning-Notesdirectory to access the notebooks.
And you are done! Follow along the topics to try them out yourself.
If you find some topic really interesting you can learn more about it in Julia in Depth section.
You can also find some common problems which I encountered here.
- Official Julia documentation
- Introduction to Julia -Julia Academy
