Python 3.2 Vectors.py module

Daniel Kluev dan.kluev at gmail.com
Sun May 15 05:44:29 EDT 2011


On Sun, May 15, 2011 at 8:15 PM, Algis Kabaila <akabaila at pcug.org.au> wrote:
> Hi All,
>
> I would really appreciate any comments and suggestions for the Vectors.py
> module, which can be downloaded from

- If you intend to provide it as general-purpose vector module for
other people to use, it would be better if you pack it in separate
package and upload to PyPI.
  You can find good tutorial on packaging here:
http://diveintopython3.org/packaging.html

- NumPy/SciPy has pretty fair support for vectors. Would be good if
you pointed out the differences to begin with.

-- 
With best regards,
Daniel Kluev



More information about the Python-list mailing list