How to Make a WordCloud in Python
This tutorial will show you how to make a wordcloud in Python. Wordcloud is a type of visualization for text[…]
Read moreUse Python to automate office tasks
This tutorial will show you how to make a wordcloud in Python. Wordcloud is a type of visualization for text[…]
Read moreA common task in machine learning is to split the train and test datasets, we’ll take a look at how[…]
Read moreSometimes we want to access just certain data in an Excel file in Python instead of reading the whole spreadsheet/table[…]
Read moreIn this tutorial, we’ll learn how to merge multiple Excel files in Python. The “merge” operation refers to combining files[…]
Read moreWe will create a Python program to automatically send ourselves an email/Gmail notification when our Amazon price notification bot finds[…]
Read moreWe’ll talk about data visualization & exploration with a Python library called plotly. There are many plotting libraries within the[…]
Read moreIn this tutorial, we’ll use Python to create a high-fidelity Excel spreadsheet. “High-fidelity” means that the Python-generated Excel spreadsheet will[…]
Read moreWhen we deal with data from different sources, we often encounter one problem – some strings could be spelled differently,[…]
Read moreExcel makes plotting a graph very easy. So does Python! Today we’ll take a quick look at how to plot[…]
Read moreToday we’ll learn how to replicate a common Excel task – find and replace data in Python. This tutorial is[…]
Read more