Home
Thank you SVAKSHA and Julia.jl!
A large part of this Julia resource list is based on Julia.jl, which is under COPYRIGHT © 2012-Now SVAKSHA, dual-licensed for the data (ODbL-v1.0+) and the software (AGPLv3+), respectively. This repository is also licensed under ODbL-v1.0+.
Find Julia packages¶
- JuliaHub packages
- Package announcement in the Julia discourse forums.
- Julia.jl : Curated decibans of Julia programming language. (last updated on Jul 14, 2022)
Julia communities¶
- Discourse forums for all technical discussions. Go here first.
- Slack
- Zulip
- GitHub Groups is a non-comprehensive list of Julia GitHub groups showing the extent of the Julia ecosystem.
- Stackoverflow
Social media about Julia¶
Chinese Julia communities¶
- JuliaCN organization on GitHub
- cn.julialang.org : Simplified Chinese homepage of Chinese community.
- JuliaCN/JuliaZH.jl : Simplified Chinese Documentation of Julia.
Julia Events¶
- Julia events
- JuliaCon is an annual technical conference where community members from around the world come together to learn and share information about the latest trends and technologies in Julia development. The website is hosted at juliacon.github.io. It is created using
Franklin.jl
, and is served by Github pages.
Research papers using Julia¶
Julia Research: a list of publications using Julia.
- ReScience journal for reproducible science.
- Journal of Open source software.
Blogs about Julia¶
- Official Julia language blog
- Julia Bloggers aggregates community blogs about Julia.
- Chris Rackauckas' blog posts.
- Bogumił Kamiński's blog posts focuses on
DataFrames.jl
. - OpenSourc.ES
Single blog posts or articles¶
- LWN article: An introduction to the Julia language - Part 1.
- Why 1-based indexing is OK by Michael Wirth.
- Values vs. Bindings: The Map is Not the Territory
- Cool things you can do in Julia
- How to call Python libraries in Julia.
- Fun With Just-In-Time Compiling: Julia, Python, R and pqR by Randy Zwitch.
- Tabular Data I/O in Julia by Randy Zwitch.
- What's bad about Julia by Jakob.
Julia learning resources¶
Official Julia learning site: Get started with Julia.
Quick start¶
- Julia Cheatsheet
- Learn Julia in Y minutes
- Julia-cheatsheet.pdf : StevenJ's Julia cheat sheet.
- Julia express by Bogumil Kaminski.
Coding practice¶
- Exercism
- Project Euler : Project Euler puzzle notebooks for Julia.
General Guides¶
- From zero to Julia
- Intro to Julia: A Deep Introduction to Julia for Data Science and Scientific Computing by Chris Rackauckas.
- Julia Academy
- Julia concise tutorial
- Julia Data Science : an open source and open access book on how to do Data Science using Julia.
- JuliaNotes.jl : a collection of examples and explanations about Julia.
- Modern Julia Workflows
- QuantEcon Julia and the code notebooks.
- Think Julia
- Wikibook: Introducing Julia
Learn Julia by examples¶
- Fall in Love with Julia: An introductory 101 series to get to know the power of Julia.
- Intermediate Julia workshop, held at JuliaCon 2019, Baltimore, Maryland, USA
- Introduction to Applied Linear Algebra in Julia
- Julia by example
- Julia Project example : ModulePlay is a simple example of using module tools.
- julia-mit : Tutorials and information on the Julia language for MIT numerical-computation courses.
Modeling and simulations¶
Visualization examples¶
Plots.jl
Official docs- goropikari/PlotsGallery.jl : An unofficial
Plots.jl
Gallery inspired by MATLAB Plot Gallery PyPlot.jl
examples by gizmaaMakie.jl
examples: BeautifulMakie