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


Groups > comp.lang.python > #88363

Re: Python 3 success story

Path csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.002
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'gsoc': 0.05; 'subject:Python': 0.06; '2to3': 0.09; 'doctest': 0.09; 'git': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'rejected': 0.09; 'unittest': 0.09; 'jan': 0.12; 'missed': 0.12; '2.7': 0.14; "'/'": 0.16; 'attention,': 0.16; 'fork': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'risk,': 0.16; 'suggestion.': 0.16; 'wrote:': 0.18; 'meant': 0.20; 'machine': 0.22; 'appears': 0.22; 'comfortable': 0.22; 'header:User-Agent:1': 0.23; 'adds': 0.24; 'tend': 0.24; 'helpful': 0.24; 'initial': 0.24; 'mon,': 0.24; 'possibly': 0.26; 'suggested': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In- Reply-To:1': 0.27; 'idea': 0.28; 'testing': 0.29; 'work.': 0.31; '(which': 0.31; 'constant': 0.31; 'requesting': 0.31; 'worked': 0.33; 'could': 0.34; 'convert': 0.35; 'but': 0.35; 'doing': 0.36; 'thanks': 0.36; 'unit': 0.37; 'project': 0.37; 'ahead': 0.38; 'stable': 0.38; 'needed': 0.38; 'to:addr:python-list': 0.38; 'issue': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'enough': 0.39; 'either': 0.39; 'received:org': 0.40; 'even': 0.60; 'making': 0.63; 'become': 0.64; 'more': 0.64; 'believe': 0.68; 'mar': 0.68; '2-3': 0.68; '2015': 0.84; 'received:fios.verizon.net': 0.84; 'seriously,': 0.84; 'subject:success': 0.84; 'yourself?': 0.84; 'serious': 0.97
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Terry Reedy <tjreedy@udel.edu>
Subject Re: Python 3 success story
Date Tue, 31 Mar 2015 02:06:30 -0400
References <mailman.353.1427758128.10327.python-list@python.org> <2spjhad7815j59la4c9a3s6f3tu8j7lkdt@4ax.com>
Mime-Version 1.0
Content-Type text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host pool-98-114-97-173.phlapa.fios.verizon.net
User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0
In-Reply-To <2spjhad7815j59la4c9a3s6f3tu8j7lkdt@4ax.com>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.19
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.359.1427782029.10327.python-list@python.org> (permalink)
Lines 36
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1427782029 news.xs4all.nl 2926 [2001:888:2000:d::a6]:41109
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:88363

Show key headers only | View raw


On 3/30/2015 8:24 PM, Mario Figueiredo wrote:
> On Mon, 30 Mar 2015 19:28:16 -0400, Terry Reedy <tjreedy@udel.edu>
> wrote:

>> So I suggested going ahead and testing PyBrain by using it.  This
>> appears to have worked out well. I believe the only 2-3 issue she ran
>> into was a '/' that needed to become '//', that either 2to3 or I missed
>> in the initial conversion.
>
> This is good news, Terry. Have you considered requesting a fork from
> the authors?

I considered and rejected the idea at the time because a) I was more 
than busy supervising a GSOC project and b) to work on it seriously, I 
would want to ditch doctest (which was not meant for serious unit 
testing) and convert to using unittest for both 2.7 and 3.x.

 > And if you don't get the required attention, just fork it
> yourself? Even if you don't plan to maintain it, it would be nice to
> have it available for someone else to do it.

Now that the port has been used for some months, I a) can see that 
making it available might be helpful to others, and b) would feel more 
comfortable doing so on an as is, use at your own risk, basis (and 
possibly even accept and apply patches).

> A quick look at the GitHub pages reveals the project has pretty much
> stalled. Although it could be it achieved a good enough stable status,
> this is a machine learning project and those tend to always require
> constant work.

Not knowing git and github adds a barrier, but thanks for the suggestion.

-- 
Terry Jan Reedy

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Python 3 success story Terry Reedy <tjreedy@udel.edu> - 2015-03-30 19:28 -0400
  Re: Python 3 success story Mario Figueiredo <marfig@gmail.com> - 2015-03-31 01:24 +0100
    Re: Python 3 success story Terry Reedy <tjreedy@udel.edu> - 2015-03-31 02:06 -0400

csiph-web