m (Links)
m (Links)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
= [[File:Julia-language.png|200px|link=]] =
 
= [[File:Julia-language.png|200px|link=]] =
  
'''''Julia''''' (not to confuse with [[Julia]]) is a programming language, that ''walks like [[Python]], feels like [[lisp]] and runs like [[C]]''. It is [[open source]] and belongs to the high-level [[programming language]] category.
+
'''''Julia''''' (not to confuse with [[Julia]]) is a programming language, that ''walks like [[Python]], feels like [[lisp]] and runs like [[C]]''. It is [[open source]] and belongs to the high-level [[programming language]] category. You can see our [[crash course in Julia (programming)]].
  
 
== Plots ==
 
== Plots ==
Line 12: Line 12:
 
* [https://github.com/DataWookie/MonthOfJulia A month of Julia].
 
* [https://github.com/DataWookie/MonthOfJulia A month of Julia].
 
* [https://docs.juliaplots.org/ Plots].
 
* [https://docs.juliaplots.org/ Plots].
 +
* [https://calculuswithjulia.github.io/ Calculus].
 
* [https://juliadocs.github.io/Julia-Cheat-Sheet/ Cheat sheet 1]{{*}}[https://cheatsheets.quantecon.org/julia-cheatsheet.html 2].
 
* [https://juliadocs.github.io/Julia-Cheat-Sheet/ Cheat sheet 1]{{*}}[https://cheatsheets.quantecon.org/julia-cheatsheet.html 2].
 +
* [https://julia.school/julia/why/ Julia School].
 +
* [https://juliadatascience.io/ Julia Data Science].

Latest revision as of 11:43, 25 September 2021

Julia-language.png

Julia (not to confuse with Julia) is a programming language, that walks like Python, feels like lisp and runs like C. It is open source and belongs to the high-level programming language category. You can see our crash course in Julia (programming).

Plots

Plots in Julia are best done with (poorly named) Plots. Plot.ly seems powerful too but no so well maintained for Julia.

Links