Revisiting Unit Testing and Mocking in Python

As a follow up to Python Mocking 101: Fake It Before You Make It, this post covers some higher-level software engineering principles demonstrated in our Python testing over the past year and half. In particular, the idea of patching mock objects in unit t… Read more

Similar

Logistic Regression in Python

In this step-by-step tutorial, you'll get started with logistic regression in Python. Classification is one of the most important areas of machine learning, and logistic regression is one of its basic methods. You'll learn how to create, evaluate, and app... (more…)

Read more »

Future of Python

Welcome back guys, in this module, we are going to discuss the Future of Python, i.e., how python is booming today’s industry, and how the same or more... (more…)

Read more »