

Creating Dynamic Forms with Streamlit: A Step-by-Step Guide
In this blog post, we’ll teach you how to create dynamic forms based on user input using Streamlit’s session state


How to Connect Wikipedia with ChatGPT and LangChain
ChatGPT’s knowledge is limited to its training data, which has the cutoff year of 2021. This implies that we cannot


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