logo

Julia

Julia is a programming language designed for fast performance while also aiming for ease of coding, with ambitious goals to replace languages such as Fortran, MATLAB, Python, and R. As the mentioned languages suggest, Julia is gaining traction in the scientific computing domain, and the “Fresh Shrimp Sushi” community is also aiming to popularize Julia in Korea.

MarkerClassification
파이썬Features derived from Python
매트랩Features derived from MATLAB
RFeatures derived from R
줄리아Features unique to Julia

The term “features unique to Julia” means that these features differentiate Julia from MATLAB, Python, and R, though they might be common in other programming languages. If you are already familiar with these languages, the notion of “learning Julia” might seem odd, as many functions and expressions are similar across these languages, making Julia intuitively understandable. Refer to the post on Equivalent Codes in Julia, MATLAB, Python, R.

For content on machine learning with Julia, see the Machine Learning category.

Tutorials

Installation and Packages

I/O

Basic Syntax

Advanced Syntax

Splat Operator ...

Data Structures

Arrays

Strings

DataFrame DataFrames.jl

Images Images.jl

Visualization

Rendering

Text

Style

Color

Layout

Heatmaps

StatsPlots.jl

Mathematics

Packages related to graphs (networks) like Graphs.jl can be found in the Graph Theory category.

Computation

Libraries

Code Optimization Techniques

Looking for Something Else?

Although not published as posts due to being considered not substantial enough, the following list might contain what you’re looking for.


All posts