Also, how does one get a 64 bit version? On Tue, Jul 17, 2018 at 4:04 PM, S Lea <slea...@gmail.com> wrote:
> Terry, > > BLESS YOU!!! > > The second option worked I installed python 3.7 and > then pycharm-community-2018.1.4. I'm following a video course by TTC How > To Program: Computer Science Concepts And Python Exercises. The instructor > suggested to install pycharm community. I'm also following a few youtube > videos on data analyses. Like sentdex, https://www.youtube. > com/user/sentdex, but he is pretty advanced, even his basic tutorials. I > didn't touch programming from HS about 20yrs ago. Is python a good way to > start and learn or use anaconda? This guy from sendex uses IDLE, but after > I installed pycharms, I can't bring it up and the background is black, but > I started w/ white. > Would you suggest resources to learn from? I'm in finance and it seems > python is way ahead of excel. > > Thank you, > Stan > > C:\Users\Precision>py -3.7 -m pip install pandas > Collecting pandas > Downloading https://files.pythonhosted.org/packages/a9/e8/ca7637c5176780 > 9cd7328dd01e246b8f2ec0fde566c9b7440b91d9a33460/pandas-0.23. > 3-cp37-cp37m-win32.whl (6.8MB) > 100% |████████████████████████████████| 6.8MB 620kB/s > Collecting pytz>=2011k (from pandas) > Downloading https://files.pythonhosted.org/packages/30/4e/27c34b62430286 > c6d59177a0842ed90dc789ce5d1ed740887653b898779a/pytz-2018.5- > py2.py3-none-any.whl (510kB) > 100% |████████████████████████████████| 512kB 810kB/s > Collecting python-dateutil>=2.5.0 (from pandas) > Downloading https://files.pythonhosted.org/packages/cf/f5/af2b09c957ace6 > 0dcfac112b669c45c8c97e32f94aa8b56da4c6d1682825/python_ > dateutil-2.7.3-py2.py3-none-any.whl (211kB) > 100% |████████████████████████████████| 215kB 646kB/s > Collecting numpy>=1.9.0 (from pandas) > Downloading https://files.pythonhosted.org/packages/6c/28/010d2433a02bdb > 7a2d20638953cdb8c6b0324b9c5c431e444a5c5ad40dd7/numpy-1.14.5- > cp37-none-win32.whl (9.8MB) > 100% |████████████████████████████████| 9.8MB 661kB/s > Collecting six>=1.5 (from python-dateutil>=2.5.0->pandas) > Downloading https://files.pythonhosted.org/packages/67/4b/141a581104b1f6 > 397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0- > py2.py3-none-any.whl > Installing collected packages: pytz, six, python-dateutil, numpy, pandas > > On Tue, Jul 17, 2018 at 12:09 AM, Terry Reedy <tjre...@udel.edu> wrote: > >> On 7/16/2018 11:03 PM, S Lea wrote: >> >> Some additional info, which allows me to say the following: >> >> 1) Don't know what do you mean by the traceback. >>> >> >> >>> 1/o >> Traceback (most recent call last): >> File "<pyshell#0>", line 1, in <module> >> 1/o >> NameError: name 'o' is not defined >> >> The last four lines >> >> 2) In DOS, pip install pandas >>> >> >> Try the core-developer recommended way to run modules: >> python -m pip install pandas >> or, if you installed the py launcher and have multiple python versions >> py -3.7 -m pip install pandas >> >> If you see something about pip not being installed, >> python -m ensurepip >> >> 3) Yes, in DOS, Win 10 >>> >> >> Crucial info. >> >> 4) 3.7 >>> >> >> Allowed me to specify how to specifically launch 3.7. >> >> >> 5) Not getting much info >>> >> >> -- >> Terry Jan Reedy >> >> -- >> https://mail.python.org/mailman/listinfo/python-list >> > > -- https://mail.python.org/mailman/listinfo/python-list