Notes on using Julia and Pluto.
Additional Julia and Pluto information#
- Julia Documentation
- Julia Cheat Sheet
- MATLAB–Python–Julia cheatsheet — Cheatsheets by QuantEcon documentation
- Plotting Docs
- Julia Blogs
- MIT Class Using Pluto
- A Guide to Building Reactive Notebooks for Scientific Computing With Julia and Pluto.jl | by Connor Burns | The Startup | Dec, 2020 | Medium
- An introduction to Pluto
- Pluto.jl Documentaation
- Reactive Data Analysis with Julia in Pluto Notebooks
Tutorials#
- My New Workflow with Julia 1.0. A practical guide to how you can work… | by Erik Engheim | Medium
- Julia’s Most Awesome Features. Five of my favorite features in the… | by Emmett Boudreau | Towards Data Science
- Julia by Example
- Think Julia
- Julia Commands
- Frontmatter | Julia Programming for Operations Research | Softcover.io
- U Penn Julia
- Data Science with Julia
Using the Julia REPL#
When I started using Python, I didn’t use the Python REPL much. I took a more conventional approach to running Python as a scripting utility using executable files. When I started using Julia, I found the REPL much more valuable than Python’s. It might be the same, however, I’ve found myself using Julia via the REPL far more than as a scripting language. A couple of pointers:

