Data Analysis

How To Install the Anaconda Python Distribution on Ubuntu 22.04 — step-by-step AI And Machine Learning tutorial on Progressive Robot

How To Install the Anaconda Python Distribution on Ubuntu 22.04

This tutorial will guide you through installing the Python 3 version of Anaconda on an Ubuntu 22.04 server. Anaconda is an open-source package manager, environment manager, and distribution of the Python and R programming languages. It is commonly used for data science, machine learning, large-scale data processing, scientific computing, and predictive analytics.

Read more
How To Set Up a JupyterLab Environment on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up a JupyterLab Environment on Ubuntu 18.04

JupyterLab is the update over Jupyter Notebook environments, offering a highly feature-rich UI that makes it easier for users, particularly in the fields of Data Science and AI, to perform their tasks. In this tutorial, you’ll install and set up JupyterLab on your Ubuntu 18.04 server. You’ll also be configuring your server to be able to connect to the JupyterLab instance remotely from any web browser, securely, using a domain name

Read more
What is Data Analysis? — step-by-step DevOps tutorial on Progressive Robot

What is Data Analysis?

Data analysis refers to the practice of investigating the structure of data and using it to identify patterns and possible solutions to problems. Within this domain, data science draws on methodologies from statistics, mathematics, and computer science to analyze data from past events, and to…

Read more
How To Set Up Jupyter Notebook for Python 3 on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up Jupyter Notebook for Python 3 on Ubuntu 22.04

This tutorial will walk you through setting up Jupyter Notebook to run either locally or from a Ubuntu 22.04 server, as well as teach you how to connect to and use the notebook. Jupyter notebooks (or simply notebooks) are documents produced by the Jupyter Notebook app which contain both computer code and rich text elements (paragraph, equations, figures, links, etc.) which aid in presenting and sharing reproducible research.

Read more
CHAT