Archives: Development and Programming

Python Dependency Management with pipdeptree

January 10, 2024 | By Gerald | No Comments | Filed in: Development and Programming.

Managing Python dependencies, especially when dealing with specific versions, is crucial for project stability. In this post, we’ll explore a quick and practical method using pipdeptree to check dependencies on a specific version of the popular Python package requests. Quick Steps: Step 1. Install pipdeptree Step 2. Check requests Dependencies: This command provides a tree-like • Read More »

Tags: , , , , ,

Python Version Management on WSL Ubuntu 20.04

January 9, 2024 | By Gerald | No Comments | Filed in: Development and Programming.

In the world of Python development, having the flexibility to switch between different Python versions is crucial. This not only allows developers to stay up-to-date with the latest language features but also ensures compatibility with different projects. In this blog post, we will explore two popular methods for managing Python versions on Ubuntu: update-alternatives and • Read More »

Tags: , , , , , ,