Re: Python 3 success story

2015-03-30 Thread Terry Reedy
On 3/30/2015 8:24 PM, Mario Figueiredo wrote: On Mon, 30 Mar 2015 19:28:16 -0400, Terry Reedy 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 2

Re: Python 3 success story

2015-03-30 Thread Mario Figueiredo
On Mon, 30 Mar 2015 19:28:16 -0400, Terry Reedy 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

Python 3 success story

2015-03-30 Thread Terry Reedy
Last summer, a college student, who prefers Python to Java and Racket (her other CS course languages), wanted to do a year-long AI research project using PyBrain (for the ai part), numpy (required for PyBrain), and pygame (for animated displays). We both preferred 3.x. That was not an issue f