The answer is yes. When I tried to install IDLE and subsequently Sublime Text, the pclinuxos forum advised that I cannot remove it's version of Python2. After restoring Python2, I was able to run Python3 using both editors. I settled on Sublime Text. I am able to import cvs. Is pandas also a module?
I installed python3-pip, but the command could not find it. See the results below:
[bob@localhost ~]$ python -V
Python 2.7.9
[bob@localhost ~]$ pip -V
bash: pip: command not found
[bob@localhost ~]$