[GTALUG] Python 2 vs python 3 debate

Stewart C. Russell scruss at gmail.com
Thu Dec 18 14:28:36 UTC 2014


On 2014-12-17 12:42 PM, Clifford Ilkay wrote:
>
> > See http://www.brython.info for an implementation of Python in JS …
> 
> Interesting toy but not something I'd rely on to build a serious
> application right now.

Also:

Brython 3.0.1 on Netscape 5.0 (X11)
>>> 2**100
1

Compare with:

$ python3
Python 3.4.2 (default, Oct  8 2014, 13:08:17)
[GCC 4.9.1] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> 2**100
1267650600228229401496703205376

I'll pass for now.

cheers,
 Stewart


More information about the talk mailing list