Python with libraries | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Python with libraries

I do have python installed on my machine.. while doing installation, I couldn't find any specific information about third party libraries.. could anyone help me with numpy nd scipy installation with python..? do these library files are seperate file and need to be executed only after python available on system.. ? where can I get these files...? in short, what all need to be done to use these two libraries with python.?

9th Feb 2019, 7:36 PM
Ketan Lalcheta
Ketan Lalcheta - avatar
8 Answers
+ 6
usually installing is integrated with editor and there is option for that. Can be installed also manually by pip.
9th Feb 2019, 8:24 PM
Hubert Dudek
Hubert Dudek - avatar
+ 6
pip install pandas Just try it in command line. If you are using PyCharm just go to settings.
10th Feb 2019, 2:15 PM
Hubert Dudek
Hubert Dudek - avatar
+ 2
You can install the anaconda distribution.It comes pre installed with numpy and scipy. https://www.anaconda.com
10th Feb 2019, 4:09 PM
Alt
Alt - avatar
+ 1
thank you Altaïr for this..is this free? our it team might not allow this to be installed. additionally does this support scikit learn library?
10th Feb 2019, 4:15 PM
Ketan Lalcheta
Ketan Lalcheta - avatar
+ 1
Yes It's free and it does support scikit learn.
10th Feb 2019, 4:22 PM
Alt
Alt - avatar
+ 1
Ketan Lalcheta : in Windows you have to go in the directory where you installed Python. So via cmd you have to type the following code ("<text>" and "#" are for pseudo code and comments): <drive letter>: #if you installed it in a partition different from c: cd <Python install directory>\Scripts pip install <library> It will probably say to update your pip, so you will only go in the <Python install directory> and type the instructions it said (something like "python -m pip install -upgrade" I don't remember correctly)
17th Feb 2019, 8:56 AM
Federico Corradini
Federico Corradini - avatar
0
Hubert Dudek thanks..can i directly use pip without external additional files? I don't think so.. anyone help me with additional files to use pip? entire setup of python including these two libraries would also help me..I m looking for path of python downloader
10th Feb 2019, 5:51 AM
Ketan Lalcheta
Ketan Lalcheta - avatar
0
I tried to run pip command from command prompt with admin access also... it generated error log which I couldn't understand. I have 3.4 version of python
10th Feb 2019, 3:31 PM
Ketan Lalcheta
Ketan Lalcheta - avatar