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.
- What steps do I take to get NumPy and Pandas installed and going ?
- Can I do interactive (shell) work with Komodo ?
No time to hack around. Appreciate all help.
Go to terminal.
pip install numpyand wait for installation to finishpip install pandasand wait for installation to finish