0
Alternate to Pip
If Anaconda software for python is installed, is there any use of PIP? Will there be Modules already installed through anaconda or one should do it manually by command prompt even after installing anaconda?
2 Respuestas
+ 1
dharani priya, yes, dome modules are slredy installed in anaconda like scikit-learn, numpy, wxpython etc. but there are a few modules you'll have manually install manually like pyperclip, luminoth, mahotas using pip or conda. BTW, there are also a few modules that come with python like tkinter, turtle, etc.
happy, coding!
0
python has its own modules, u can use them in anaconda, but there are a lot of useful modules created by other people if u want use them u should use pip if they are available in the PyPI (Python Package Index)