Profile Name

Star Rating

28
6
0
0
0

pip python Reviews

Review Filters
Profile Name
Star Rating
28
6
0
0
0
Deon C.
DC
Deon C.
Senior QA Automation Engineer
10/29/2018
Validated Reviewer
Review source: G2 invite
Incentivized Review

Python with PIP

We use PIP, with Python, because it is a great package manager for various Python packages. We use a Python version over 3.4, so it came included by default with Python. Basically, it allows us to download and install various packages (via the command line) and thus you can then start using those packages. You can think of those packages as libraries, if you're not familiar with what packages are.
Rohith Y.
RY
Rohith Y.
Software Engineer at Google
10/23/2018
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review

Great tool to manage dependencies for Python

I have been using PIP for 6 years now, it is a savior for managing dependencies for python. It helps quickly search, install and purge python packages without the mess of manually downloading and installing packages. It now comes inbuilt with new python versions.
Rajarshi R.
RR
Rajarshi R.
Data Scientist at Quantum Pacific Exploration
10/18/2018
Validated Reviewer
Review source: G2 invite
Incentivized Review

PiP Python

Pip is python’s package manager. It has come built-in to Python for quite a while now, so it is the default package manager