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?
0
I’m learning python and saw that always appears tutorials for the tools:
And I wondered what the practical difference was between them?
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 python python-3.x pip anaconda
You are not signed in. Login or sign up in order to post.