I migrated my WordPress site from Bluehost to Linode
In this article I want to share how I migrate this WordPress blog from Bluehost to Linode, a self-hosted service.[…]
Read moreUse Python to automate office tasks
In this article I want to share how I migrate this WordPress blog from Bluehost to Linode, a self-hosted service.[…]
Read moreMy Anaconda doesn’t launch properly after a fresh installation. After clicking on the Anaconda Navigator, a black screen flashes and[…]
Read moreThe Python Virtual Environment manager is a great tool in VSCODE for managing virtual environments. If you are using VSCode,[…]
Read moreIn this tutorial we’ll talk about how to do train test split in the R language. Unlike Python sklearn’s simple[…]
Read moreSometimes we might need to use a nested list comprehension, which is equivalent to a nested loop in Python. This[…]
Read moreThe Python escape characters allow us to include special characters in strings. These escape characters usually start with a backslash[…]
Read moreThis tutorial will explain what’s a Python raw string or r-string and how to use it in practice. We’ll go[…]
Read moreSometimes we might need to read data from a Google Sheet into pandas. Let’s take a look at how to[…]
Read moreThis tutorial will discuss using the Python f-string formatting, also called “formatted string literals.” F-string is a great and easy[…]
Read moreThis tutorial will show you how to generate random and unique data in Python easily and we will use a[…]
Read more