

How to Detect Trends in Cryptocurrencies with ADX using Kraken API
You may have heard the terms “bull” and “bear” markets, which are terms to describe a trend in the market.


How to create Heatmap on a Map in Python
In this post, we will show you how to create a heatmap on an actual map using Plotly. What we


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,


How to Paraphrase Documents using Transformers
In this tutorial, we will show you how to paraphrase a whole document using Transformers. In this example, we will


Web Article NLP Analysis in Python
As a Data Scientist and an NLP specialist, you may need to extract web articles and analyze them. An easy