

How to Write Interactive Python Scripts
Examples of how you can write scripts taking input from users and/or standard input Functions With Users Input In Python Below we


Document Similarity with Synset and Path Similarity
We will create the following functions: convert_tag: converts the tag given by nltk.pos_tag to a tag used by wordnet.synsets. You will need to use


How to add an SSH Key to GitHub
When you work with Git and GitHub you can interact with HTTPS or SSH. We will provide a tutorial on


How to Pass URL Variables to Flask API
We will show how you can build a flask API that gets URL variables. Recall that when we would like


Power Query: A Quick Way to Split Data in Excel
Sometimes we get data that’s in a format that’s not useful. How do we break this data up so that


How to Share Flask APIs with Shiny as Applications
As a Data Scientist, you may work in both R and Python and it is common to prefer one language


How to Deploy ML Models into AWS with Elastic Beanstalk
In the past, we have provided examples of how to build a Flask Rest API, how to build and deploy


Hack: elif in list comprehension
We have provided an extensive tutorial of list comprehensions. Sometimes, the syntax of the list comprehensions that deal with if-elif-else


Add Text On An Image using Python
Let’s say that we want to create membership cards for our members. In this tutorial, we will show you how


Rolling Regression and Pairs Trading in R
In a previous post, we have provided an example of Rolling Regression in Python to get the market beta coefficient.


Stocks Market Beta with Rolling Regression
In finance, a measure of asset movements against the market is the market beta β. It is a popular measure