m (Created page with "= Julia =") |
m (→Links) |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | = Julia = | + | = [[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. You can see our [[crash course in Julia (programming)]]. | ||
+ | |||
+ | == Plots == | ||
+ | |||
+ | Plots in Julia are best done with (poorly named) [https://docs.juliaplots.org/ Plots]. [https://chart-studio.plot.ly Plot.ly] seems powerful too but no so well maintained for Julia. | ||
+ | |||
+ | == Links == | ||
+ | |||
+ | * [https://en.wikibooks.org/wiki/Introducing_Julia Introducing Julia] and [https://julialang.org/learning/ other tutorials]. | ||
+ | * [https://github.com/DataWookie/MonthOfJulia A month of Julia]. | ||
+ | * [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://julia.school/julia/why/ Julia School]. | ||
+ | * [https://juliadatascience.io/ Julia Data Science]. |
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 in Julia are best done with (poorly named) Plots. Plot.ly seems powerful too but no so well maintained for Julia.