Recommendations to others considering pip python:
My recommendation for all the developers that have decided to use PIP is that they have to read about how it works and the features it offers, PIP is very useful for teamwork because it allows everyone involved in the same project to work on base to the same libraries installing all the dependencies from a simple file, if you are looking to standardize your code, reduce development time and compatibility errors that can be generated, using PIP is your best option Review collected by and hosted on G2.com.
What problems is pip python solving and how is that benefiting you?
It has been very helpful when we have several programmers for the same project and they have different distributions of Linux, with PIP we make sure that they all have the same version of the libraries, which
avoids future errors due to incompatibility, by standardizing the process you avoid possible problems in the future. When all developers receive the same requirements file, incompatibility errors are reduced or eliminated, development time is reduced, productivity is increased and processes are standardized,
finally all this becomes cost reduction without negatively affecting the quality of the projects that are being developed. Review collected by and hosted on G2.com.