Numerical Python Tutorial errors

G

Gary Wessle

Hi

is the Numerical Python tutorial maintained?
http://www.pfdubois.com/numpy/html2/numpy.html
seams to have some errors and no email to mail them to when found.

if interested, read about the errors below
****************************************************************





(1)
http://www.pfdubois.com/numpy/html2/numpy-6.html#pgfId-35606
Creating arrays from scratch
the html showing code lines below on the top of text lines from the
surrounding paragraphs, I was surprise to be able to copy and paste
the lines below as they are not visually clear on the page.
x,y,z = 1,2,3
a = array([x,y,z]) # integers are enough for 1, 2 and 3
print a [1 2 3]
a = array([x,y,z], Float) # not the


(2)
http://www.pfdubois.com/numpy/html2/numpy-5.html#pgfId-57136
Universal Functions

12 # 1 + 2 + 3 + 4 + 5 <---- is
12 # 1 + 2 + 4 + 5 <---- should be
 
R

Robert Kern

Gary said:
Hi

is the Numerical Python tutorial maintained?
http://www.pfdubois.com/numpy/html2/numpy.html
seams to have some errors and no email to mail them to when found.

No, it is not since Numeric itself is no longer maintained. The successor to
Numeric is numpy and is being actively developed:

http://numeric.scipy.org

--
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,430
Messages
2,571,676
Members
48,796
Latest member
Greg L.

Latest Threads

Top