Tutorial

Installing Docker, Creating & Running First Python Script Using it on Ubuntu 20.04 LTS

I always get in trouble when creating a new project with different dependencies installed on my machine. I had to reinstall new libraries, which is doing a new thing repeatedly, …

Md Fahim Sikder
Read more

How to Install R and two most popular R packages (tidyverse & rstan) in Ubuntu 20.04 LTS

This tutorial will show you how to install R in ubuntu 20.04 LTS version and the procedure of installing popular R packages tidyverse and rstan.

Md Fahim Sikder
Read more

Julia Tutorial Part 2: Data Structures

Data Structures In this tutorial, we will see Julia's data structure. Namely, Tuple, Array, Dictionary, and Set Tuple Lets first discuss about Tuple. Tuple and Array can hold a …

Md Fahim Sikder
Read more

Julia Tutorial Part 1: Installations & Basics

Introduction, Installations, and Basics Julia is a open source programming language. It was designed from the beginning for high performance. Julia programs compile to efficient …

Md Fahim Sikder
Read more