

Arrays in Bash
This tutorial is a brief introduction to arrays in bash. Data Scientists are familiar with arrays, in R, a simple


Uncovering Customer Purchasing Patterns with Market Basket Analysis: A Python-Based Tutorial for Shopify
Market basket analysis is important for an e-shop because it can provide insights into customer purchasing behavior and help identify


Sentiment Analysis with AWS Comprehend in Python
In the past, we have explained to you how to run a Sentiment Analysis with VADER and Sentiment Analysis with


Cryptocurrency Portfolio Optimization in Python
In this tutorial, we will show you how to build optimized portfolios in Python using the PyPortfolioOpt library. In another


Selenium: A Beginner’s Guide To Browser Automations In Python
Selenium is an open-source tool that can automate tasks on a web browser. Its main purpose is testing, however, it’s


How to get the most and least Volatile Cryptocurrencies
In this tutorial, we will show you how to get the volatility of each cryptocurrency for a specific time period.


How to Get Cryptocurrency Data from Kraken API in Python
Data Scientists can be involved in “algorithmic trading” projects. Currently, since we are entering the Web3 era, we come across


Retweet Network Analysis in Cryptocurrencies
In this tutorial, we will run a simple network analysis on retweets that contain the hashtag “#Crypto” by taking into


How to Get Twitter Data using R
In a previous post, we showed how to get Twitter data using Python. In this tutorial, we will show you


How to Get Twitter Data using Python
This tutorial is a gentle introduction to tweepy library. We will show you how to get Tweets using Python that


Git Branches Tutorial
In this tutorial, we will talk about Git branches. Using simple examples, we will show you how to create, switch,