Skip to content

Repository of small projects implemented while learning the Julia Programming language

License

Notifications You must be signed in to change notification settings

internaut/learningjulia

Repository files navigation

A few example implementations in Julia

Author: Markus Konrad post@mkonrad.net

Overview

This repository contains code for some small projects that I implement with the programming language Julia in order to learn that language. It's an ongoing effort.

I also keep notes on what I learn about JuliaLang especially regarding differences to Python and R in julianotes.md.

Requirements

  • Julia 1.3 with the following packages:

Project sources

Each small project lives in its own folder. Common utilities, that are used in all projects, live in files in the root directory such as cmap.jl.

Each project also contains automated tests in a tests.jl file.

Jupyter notebooks

For most projects, I provide a Jupyter notebook that shows how to use the implemented functions and types:

License

The source-code is provided under Apache License 2.0 (see LICENSE file).

About

Repository of small projects implemented while learning the Julia Programming language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published