Month: November 2020

Pipreqs Tutorial – How to Create Requirements.txt File In Python with Ease

Reproducibility and re-usability of your Python projects is an essential aspect of being a software developer or engineer, and one of the ways to do so is to provide means that others can get the same working environments you used for your projects and the same versions of packages and libraries used. This is one …

Pipreqs Tutorial – How to Create Requirements.txt File In Python with Ease Read More »

How to Create Requirements.txt File In Python

When working on any python project or data science project it is essential to always work in an environment that makes your project reusable and repeatable without any issues for anyone that picks up your project in the future. This will even help you yourself when you revisit your project in the future. One of …

How to Create Requirements.txt File In Python Read More »