Organising a python project

2005-09-19 Thread baoilleach
Dear all,

Can anyone point me to a resource that describes the best way of
organising a python project? My project (gausssum.sf.net) is based
around a class, and has a GUI that allows 'easy-access' to the methods
of the class. What is the best or typical directory structure that
allows the easy creation of binary packages for linux and windows,
source distributions, etc.

Rather than make up my own way, I'd prefer to know if there is a
typical python way...

Regards,
baoilleach

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Organising a python project

2005-09-21 Thread baoilleach
Thanks for the info, guys. Noel

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Organising a python project

2005-09-21 Thread baoilleach
Thanks for the info, guys. Noel

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: simple chemistry in python

2008-04-29 Thread baoilleach
If you are familiar with parsing XML, much of the data you need is
stored in the following file:
http://bodr.svn.sourceforge.net/viewvc/*checkout*/bodr/trunk/bodr/elements/elements.xml?revision=34&content-type=text%2Fplain

This file is part of the Blue Obelisk Data Repository, an effort by
several chemistry software developers to share common information. If
you have any further questions, please email blueobelisk-
[EMAIL PROTECTED]

Noel

On Apr 29, 8:48 am, Astan Chee <[EMAIL PROTECTED]> wrote:
> Hi,
> Im looking for a python module to do simple chemistry things. Things
> like, finding the name of elements given the atomic number (and vice
> versa); what state the given matter is in depending on certain
> parameters; maybe even color of certain elements or even calculating the
> result of combining certain elements.
> I was looking for something simple, but everything I see seems to be a
> full blown chemistry set.
> I know I can probably spend a day doing this one element at a time, but
> I was wondering if there is already something like this done in a small
> scale?
> Thanks for any information
> Astan
>
> --
> "Formulations of number theory: Complete, Consistent, Non-trivial. Choose 
> two."
>
> Animal Logichttp://www.animallogic.com
>
> Please think of the environment before printing this email.
>
> This email and any attachments may be confidential and/or privileged. If you 
> are not the intended recipient of this email, you must not disclose or use 
> the information contained in it. Please notify the sender immediately and 
> delete this document if you have received it in error. We do not guarantee 
> this email is error or virus free.

--
http://mail.python.org/mailman/listinfo/python-list