Category Archives: Python

What Is the End of Statement Expected Python Error? [Resolved]

The Error Message “End of Statement Expected” During our Python coding journey, we get a lot of error messages from the compiler or IDE we are using; some of those errors are very tricky and unclear, and others are very straightforward and helpful in repairing

VBA vs Python: Key Differences Plus a Dose of History

Introduction When beginning your coding career, you will certainly ask yourself questions like, “What exactly is a programming language?”, “Which programming language should I learn”, “What is the difference between language A and language B”, etc. The answer to these questions and many others can

Drawing a Line Plot with Seaborn

Introduction A line plot is a graph that displays data using a number line. Many tools can be used to plot and visualize data. In this tutorial, you will do it with a powerful Python library for data visualization called Seaborn. Requirements For this tutorial, you

Drawing a Boxplot With Pandas

Introduction A Boxplot is a graphical representation of a data distribution in a dataset based on a five-number summary which are the minimum, maximum, median (50th percentile), first quartile (25th percentile) and third quartile (75th percentile). It was introduced by John Tukey in his classic