RIP, Ma’am

Like many people up and down this country, I too am lost for words at the passing of Queen Elizabeth II. For as long as I have been alive, she has always been on the throne. Let’s be honest, we all knew this day would come and now it has become the reality. It goes … Read more

Best Web Scraping Practices for 2022

There is an abundance of freely available datasets on the internet for pretty much anything and everything you can think of. In a previous blog post, we covered five different platforms for finding useful datasets. However, as mentioned in the post, there are times when you may need to collect data where it may be … Read more

Essential Python Packages for the Web Scraping Toolbox in 2022

Python is known for being able to do many different things due to the versatility of the programming language. One thing Python is particularly well-known for is its ability to receive data over the Web using the requests package (more information can be found here). The requests package enables users to perform basic HTTP requests … Read more

Best Data Visualisation Packages for Python in 2022 – The Pros, Cons and Cross Comparison

Data visualisation is an incredibly important component of data science. By using visual representations of data, we can help provide meaningful insights which are easy to understand. Conveniently, for those who use Python as their main programming language of choice, there are many potential options to explore however, not all of them may suit our … Read more