Unit testing through time in python using FreezeGun
Unit testing through time in python using FreezeGunAny software you write should be properly unit tested to ensure it works as intended - it helps with debugging and detecting any…
Unit testing through time in python using FreezeGunAny software you write should be properly unit tested to ensure it works as intended - it helps with debugging and detecting any…
Streamlit is an open-source app framework for Machine Learning and Data Science teams. The aim of streamlit is to help data science practitioners, who might not have much experience with…
Send WhatsApp messages using PythonWhatsApp has now opened up its API so you no longer have to go through a partner to send and receive WhatsApp messages! In this blog…
Detecting face masks using Azure Cognitive ServicesAzure Cognitive Services provide us with APIs to a number of pre-trained models across Speech, Language, Vision and Decisions. One of the Vision APIs…
Introduction to PySpark Part 5 - Aggregating DataThis is the fifth part in a series of blog posts as an introduction to PySpark. The other parts of this blog post…
Introduction to PySpark Part 4 - Summarising DataThis is the fourth part in a series of blog posts as an introduction to PySpark. The other parts of this blog post…
Introduction to PySpark Part 3 - Adding, Updating and Removing ColumnsThis is the third part in a series of blog posts as an introduction to PySpark. The other parts of…
Introduction to PySpark Part 2 - Selecting, Filtering and Sorting DataThis is the second part in a series of blog posts as an introduction to PySpark. The other parts of…
Introduction to PySpark Part 1 - Creating DataFrames and Reading Data from FilesThis is the first part in a series I'm putting together as an introduction to PySpark. I find…
Automated Deployment of Serverless Python Web APIs using Azure Functions and Azure DevOpsIn this post we're going to go through the end-to-end automated deployment of a web API created in…