I just installed NumPy using pip and Python 3.9.7 on CentOS 7.9.
Installation went fine, but when I ran
>>> import numpy
>>> numpy.test()
I got a traceback, and this summary.
=== short test summary info
ERROR - ModuleNotFoundError: No module
I added a link to the NumPy regression example tutorial I created to
the HackMD document near the bottom of the notes for the last meeting.
It is quite long, a function of it being based on material for several
one-hour, hands-on training sessions for very beginning Python users
(about half the cl
I think I would add to this categorization which science 'domain' or
area. Researchers's needs from agriculture and sociology may differ
much more from each other than educators's and researchers's needs
within those field differ from each other. So, if there is an
up-and-coming area of study tha
that i am a Chemist, not an IT person. I used to be a
> marginally proficient FORTRAN II user in the ancient past.
>
> I tried running your code. Please see my comments/questing below:
>
> On 10/11/2019 01:12 PM, Bennet Fauber wrote:
> > I think genfromtxt() wants a filename as the
I think genfromtxt() wants a filename as the first argument, and you
have to tell it the entries in the file are strings not numerics.
test.py
--
import os
import glob
import numpy as np
fileList = []
filesList = []
for files in glob.glob("*.log"):
fil
I can offer some time for alpha or beta reading and proofreading.
I have experience as a proofreader, copy editor (American Statistical
Association), and mathematical typesetter (Wiley, Academic Press,
Addison-Wesley, et al.). I've taught statistical software workshops,
(very) introductory python