Skip to content

internaut/learningjulia

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
gcd
 
 
 
 
 
 
 
 
 
 

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