

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


AWS SageMaker and GitHub Integration
In this tutorial, we will show you how to integrate SageMaker with GitHub. There are some steps that need to


How to Create a Simple Streamlit App + How to Deploy it on Heroku
Streamlit is our favorite way to create python web apps due to its simplicity. You can build beautiful and complex


10 Tips and Tricks for Data Scientists Vol.12
We have started a series of articles on tips and tricks for data scientists (mainly in Python, R, SQL and Bash).


Python pip Tips for Data Scientists
Data Scientists use to work with Anaconda Environments and for installing packages they use to run the “conda” commands. However,


Unix Sed Command Tutorial with Examples
Sed (stream editor) is a very powerful tool for parsing and transforming text that was developed back in 1973 at


How to connect Snowflake with S3 and EC2 using Python
We have provided you with several tutorials in Snowflake. In this example, we consider the scenario where we have to


AWK Tutorial for Data Scientists and Engineers
AWK appeared back in 1977 and is a programming language designed for text processing that is used mainly for data


A Complete Guide of How to Choose and Apply the Right Statistical Test in Python
We often underestimate statistics and their importance and from my own experience, I can tell for certain that it’s the


Interview Question: A Variation of Russian Roulette
For Data Science positions, it is common to be asked questions about probabilities. One example is the following: The Question