The requirements.txt file is a very important document in a Python Data Science or Machine Learning project. It lists not only the packages necessary to run the code but also registers their respective versions. The most common way to create a requirements.xt file is to run pip freeze when all packages are already installed. However, this approach saves not only Python packages that you installed but also their own dependency packages.
Table of contents
Stop using āpip freezeā without additional filtersBuild a Django CRUD App by Using Class-Based ViewsDjango first steps for the total beginners: a quick tutorialPython and Openpyxl: Gather Thousands of Excel Workbooks Into a Single File1 Comment
Sort: