Uffa Modeyfafa.codes·Jun 30, 2023Demystifying Pipfile and Pipfile.lock: Managing Python Dependencies with ConfidenceOverview In this blog post, we delve into the world of Pipfile and Pipfile.lock, two essential files used in Python projects to tame the jungle of dependencies. Discover how these files work together, ensuring consistency and reproducibility in your ...10 likes·61 readsPython
Siddhi Kiran Bajracharyasiddhibajracharya.hashnode.dev·Apr 28, 2023My favorite virtual environment manager!During the last 5 years, I have tried out several virtual environment managers for Python. I will list some of Python's virtual environment managers in the order I have used them. Python's virtualenv Python has its own native way of managing virtual ...1 like·56 readsPython Virtual EnvironmentsPython