Blog
All Blog Posts
How to prevent TLS certificates from expiring with Python
Trust is at the heart of online commerce. When consumers visit your website, they need to be comfortable sharing their personal or financial information with ...
Read More
Top 10 Ways To Write Better Python Code
The awesome thing about Python is that if you can think of something you’d like to code, there’s probably already a library for it! In ...
Read More
How to Implement Fuzzy Matching in Python
In a world that relies more and more on quick access to information, two application design criteria have become key: Data cleansing, to ensure the ...
Read More
Phishing URL Detection with Python and ML
Phishing is a form of fraudulent attack where the attacker tries to gain sensitive information by posing as a reputable source. In a typical phishing ...
Read More
Critical Python 3 Vulnerability Affects Python 2
A critical security vulnerability (CVE-2021-3177) affecting Python 3 also affects Python 2. The vulnerability could allow attackers to access sensitive information or deny access to ...
Read More
Simulating Complex Systems with Python: How Does COVID Spread?
The spread of COVID is a complex systems simulation problem. Imagine you want to show how one COVID-infected passenger arriving on an airplane into a ...
Read More
Top 10 SQL Commands Everyone Should Know
If you work with data, especially relational data, the Structured Query Language (SQL) is your lingua franca. Without a doubt, SQL is one of the ...
Read More
The Best Python Tools for Test Automation (includes a ready-to-use Python Environment)
The dominant trend in modern software delivery is the move away from deploying big releases on an infrequent basis in favor of deploying smaller releases ...
Read More
Will AI Save Us? Use this Pandas Data Analysis Tutorial to find out.
The question of whether Artificial Intelligence (AI) will be beneficial to mankind is still very much an open question, with tech heavyweights from Tesla’s Elon ...
Read More
Movie Box Office Data Analysis with Python – Budgets vs Popularity?
When it’s movie night, most of us choose what to watch based on our personal interests first, and popularity second. Popularity is usually based on ...
Read More
Top 10 Developer Skills To Learn Going Into 2021
As the saying goes, new year, new you! Being a developer is an increasingly attractive career prospect, however it also comes with much competition. Knowing ...
Read More
Automating Data Preparation with Modern Tooling like Snorkel and OpenRefine
We live in an era of data abundance. Every industry has access to data across their activities, and most are collecting it. However, when it ...
Read More