How to install NumPy and Pandas with my current python setup?

1.4k views Asked by At

I am just starting to learn Python in a big hurry (had a positive job interview, was told 'learn Python, NumPy, and Pandas and be ready to take a test on that stuff in 3 weeks'). After my first online Python course, I now have Python 3.8.3 installed along with the Komodo editor.

  1. What steps do I take to get NumPy and Pandas installed and going ?
  2. Can I do interactive (shell) work with Komodo ?

No time to hack around. Appreciate all help.

1

There are 1 answers

0
Jayant Jeet Tomar On

Go to terminal.

  1. Type pip install numpy and wait for installation to finish
  2. Type pip install pandas and wait for installation to finish
  3. Head over here to get started with using NumPy and Pandas