Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #35167 > unrolled thread

Re: Fuzzy Logic Library for Python 3

Started byTerry Reedy <tjreedy@udel.edu>
First post2012-12-19 19:21 -0500
Last post2012-12-19 19:21 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Fuzzy Logic Library for Python 3 Terry Reedy <tjreedy@udel.edu> - 2012-12-19 19:21 -0500

#35167 — Re: Fuzzy Logic Library for Python 3

FromTerry Reedy <tjreedy@udel.edu>
Date2012-12-19 19:21 -0500
SubjectRe: Fuzzy Logic Library for Python 3
Message-ID<mailman.1079.1355962928.29569.python-list@python.org>
On 12/19/2012 9:22 AM, Alexsandro Soares wrote:
> Hi all,
>
>     I'm trying to build an fuzzy expert system in Python 3 and I need a
> good recommendation for a library/package for this, but working in
> Python 3.2. Some options are pyfuzzy and pyfuzzylib,

Please tell the authors that you would like to use with Py3 but can't. 
One reason people have had for not upgrading is because there is 'no 
demand'. Of course, happy 2.x users are mostly happy to continue with 
2.x, whereas potential 3.x users usually silently move on.

 >  but I was not
> succeed to install these packages with Python 3.

I do not know about installation issues and how there are related to 
Py3. I would expect that most of the actual code should run with little 
or no change. The only change in arithmetic is int / int, and that can 
be given the Py3 meaning in 2.6/7 with a future import.

-- 
Terry Jan Reedy

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web