© 2026 Hashnode
In February 2026, Setuptools v82.0.0 officially removed the pkg_resources module. Many existing Python projects still depend on pkg_resources, so upgrading to the latest Setuptools can suddenly cause the error: ModuleNotFoundError: No module named 'p...

I was a year into my new job at Google. After repeated warnings about underperformance, my manager sat me down. I was being placed on a Performance Improvement Plan (PIP). For those unfamiliar, a PIP at Google is a two-month plan to show improvement ...

Prerequisites: This blog is intended for readers who have basic understanding of Virtualization, Hypervisors, VMware tools & technologies. This article explores setting up VMware ESXi with nested virtualization on Hyper-V, focusing on configuring ES...

Why Python developers are switching to uv the Rust-powered package manager that outpaces pip. If you’ve been using Python for a while, you probably know the pain of juggling multiple tools pip for installing packages, venv for managing environments, ...

1. Introduction to Python Modules When writing Python programs, you don’t have to reinvent the wheel. Imagine if every time you wanted to calculate a square root, you had to write your own algorithm. Sounds exhausting, right? That’s where modules com...
