Path: csiph.com!x330-a1.tempe.blueboxinc.net!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.012 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.04; 'subject:module': 0.04; 'sun,': 0.09; 'pm,': 0.11; 'wrote:': 0.14; 'pypi.': 0.16; 'fair': 0.19; 'packaging': 0.19; 'cc:no real name:2**0': 0.20; 'cc:2**0': 0.20; 'header:In-Reply-To:1': 0.22; 'cc:addr:python-list': 0.22; 'module,': 0.23; 'received:209.85.214.174': 0.23; 'received:mail- iw0-f174.google.com': 0.23; 'downloaded': 0.24; 'pointed': 0.25; 'message-id:@mail.gmail.com': 0.28; 'daniel': 0.29; 'cc:addr:python.org': 0.31; 'differences': 0.31; 'separate': 0.31; 'all,': 0.31; 'module': 0.33; 'with.': 0.33; 'received:209.85': 0.37; 'received:google.com': 0.38; 'pretty': 0.38; 'url:org': 0.38; 'pack': 0.39; 'received:209.85.214': 0.39; 'comments': 0.39; 'received:209': 0.39; 'would': 0.40; 'header:Received:5': 0.40; 'best': 0.60; 'here:': 0.61; '2011': 0.62; 'intend': 0.68 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=tbnXrsFRVAKfB6VN90znVBf8rAXG8DLTx/x+JK7cZyc=; b=L7DTz8MPrQUbAXLBzG0FLwCTsScphqGKo+o2ns6uCJ2qwC1UIBuUsFGfEaxgfJxUXc 5IcLJSNy7r3rnopXxhuORfjEcT0ii5lKUbvBUGW5QPc9QZoKqPSNf0CnVK0WXjeZlKTG 4YOe0YBrn3ZsoL5jVDVaMBbTG59pt+dCLu5lY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=PewDX6O7b6FhSDxK1j8SdgLY90JKJ1tPkOQd+/0N8ZokJcyE7tj39vsIMtNBcG4ZPz RLLlTnOLU6o4Y1etSGiNdBBtpdfyzfULOxkonsnsv1O+0/1U1FMeybqxqAJlRM7AxOO/ 5RfBfmWIcn3bY7YNW0yVx8cQWXJQW8xIACA/o= MIME-Version: 1.0 In-Reply-To: <201105151915.48203.akabaila@pcug.org.au> References: <201105151915.48203.akabaila@pcug.org.au> Date: Sun, 15 May 2011 20:44:29 +1100 Subject: Re: Python 3.2 Vectors.py module From: Daniel Kluev To: Algis Kabaila Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 18 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1305452673 news.xs4all.nl 81474 [::ffff:82.94.164.166]:48349 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:5416 On Sun, May 15, 2011 at 8:15 PM, Algis Kabaila 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