Julia Language

Julia Programming Tutorials

How to Use Jinja-Like Syntax in Julia Web Apps with Oxygen.jl

Oxygen.jl is a simple microframework that is quite useful for creating web apps and APIs in Julia. In my opinion, it is like the Flask of Julia as GenieFramework.jl is like the Django of Julia. Since it is quite new( Sept 2023), it does not yet have support for using Jinja – a templating engine …

How to Use Jinja-Like Syntax in Julia Web Apps with Oxygen.jl Read More »

How to Develop and Publish Julia Packages For Beginners

Julia is an exciting and fascinating programming language like Python and R and Go. It offers several benefit if you are into scientific computing and Datascience. In this tutorial we will explore how to develop and publish Julia Packages. We will using this simple workflow for designing our package. This describes everything that we will …

How to Develop and Publish Julia Packages For Beginners Read More »

Data Analysis of Covid19 using Julia

In this tutorial we will be doing a simple data analysis of the coronavirus outbreak or pandemic using the Julia Programming language. We will start with fetching the dataset and then do a simple data preparation before continuing with our data analysis. We will be fetching our dataset directly from github( John Hopkins Repo) . …

Data Analysis of Covid19 using Julia Read More »