Re: Unique Elements in a List

2005-05-09 Thread Roie Kerstein
[EMAIL PROTECTED] wrote: > Is there an easy way to grab the Unique elements from a list? > Yes. The set data type. Look in the reference of python 2.4. -- Best regards Roie Kerstein -- http://mail.python.org/mailman/listinfo/python-list

Power with modulu

2004-12-05 Thread Roie Kerstein
**b? I prefer not to fill my script with calls of the form long.__pow__(a,b,c). -- Best regards Roie Kerstein -- http://mail.python.org/mailman/listinfo/python-list

Re: Galois field

2004-12-03 Thread Roie Kerstein
search for finite fields yields more results. -- Best regards Roie Kerstein -- http://mail.python.org/mailman/listinfo/python-list

Re: Galois field

2004-12-03 Thread Roie Kerstein
Terry Reedy wrote: > Googling python 'galois fields' gives over 500 hits, the most recent being > your identical question on catalog-sig.  Have you looked at them? Yes. Nothing there is a module. only discussions. :( -- Best regards Roie Kerstein -- http://mail.python.org/

Re: Why I can NOT use Python but PHP

2004-12-02 Thread Roie Kerstein
Lad wrote: > Why is there not any(?) framework or complete e-commerce solution > written in Python? There is a framework written in python. It is called zope. www.zope.org If you will search well, I am quite sure you will also find a complete e-commerce solution. -- Best regards Roie Ke

Galois field

2004-12-02 Thread Roie Kerstein
I am looking for a python package that deals with galois fields. Does anybody know where can I find it? Thank in advance -- Best regards Roie Kerstein -- http://mail.python.org/mailman/listinfo/python-list