Skip to content

Learn the basics of Julia. These tutorials are for Julia beginners. so even if you have no prior knowledge of Programming, you won’t face any difficulty understanding these tutorials.

Notifications You must be signed in to change notification settings

kulkarni62sushil/01.Julia_Introduction

Repository files navigation

01. Introduction to Julia

Introduction

Learn the basics of Julia. These tutorials are for Julia beginners, so even if you have no prior knowledge of Programming, you won’t face any difficulty understanding these tutorials. It will be easy for those who knows Python

Julia is a programming language used for statistical computations and data analysis. Julia is a combination of super-fast execution speed of C and flexible code writing of Python. Working with Julia is considered to be super fun and super easy among the Computer scientists and Software Engineers, because of its high efficiency.


Installation

Before starting with the installation process, you need to download it. Julia for Windows is available on its official site Julia

Once installed, open Julia!! You will see a command-line interface. Now install IJulia from the Julia REPL by pressing ] to enter pkg mode and entering:

add IJulia

If you already have Python/Jupyter installed on your machine, this process will also install a kernel specification that tells Jupyter how to launch Julia. You can then launch the notebook server the usual way by running jupyter notebook in the terminal.

Alternatively, you can have IJulia create and manage its own Python/Jupyter installation. To do this, type the following in Julia, at the julia> prompt:

using IJulia notebook()

to launch the IJulia notebook in your browser.


Installation from unofficial distributions

Installing all the necessary libraries might prove troublesome. Anaconda and Canopy comes pre packaged with all the necessary Juila libraries and also IJulia.

Anaconda

Download Anaconda

It is a free software and can be use to run Python, R and Julia


Launching Julia

Use Jupyter Notebook

and from the terminal type

ipython notebook

In Anaconda, Open the respective terminals and execute the above.


Table of contents 📋

Sr. No. Name
01. History_Julia
02. Installation_Julia
03. Hello_Julia_Program
04. Julia_Keywords_Identifiers
05. Julia_Expressions
06. Julia_Datatypes
07. Julia_Expressions

About

Learn the basics of Julia. These tutorials are for Julia beginners. so even if you have no prior knowledge of Programming, you won’t face any difficulty understanding these tutorials.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published