MA

Marvellous Kalu

2
Articles

Content by Marvellous Kalu

2 articles found

Docker With Python: The Complete Guide to Containerizing Python Apps
Backend
11 min read

Docker With Python: The Complete Guide to Containerizing Python Apps

Docker packages a Python app with its exact interpreter and dependencies so it runs the same on your laptop, in CI, and in production. This guide builds a real image from scratch, explains every line of the Dockerfile, and fixes the four mistakes that make Python images slow and unsafe.

8/24/2026
Parameterized Testing with Pytest and Selenium

Parameterized Testing with Pytest and Selenium

Parameterized testing is a software testing technique in which the same test case runs multiple input data sets. Each input data here is referred to as a parameterized test case. In this tutorial, we will perform parameterization testing using Pytest and Selenium.

11/24/2023

Follow Marvellous Kalu

Stay updated with Marvellous Kalu's latest articles and insights on backend development.