For Python, what is the difference between Pip x Conda x anaconda

Asked

Viewed 930 times

0

I’m learning python and saw that always appears tutorials for the tools:

  • Pip
  • Conda
  • anaconda

And I wondered what the practical difference was between them?

1 answer

1

Pip is a package manager for the Python language.

Conda is a package manager for several languages.

Anaconda is a set of modules for data science with python.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.