Genehmigt vom Ministerium für alberne Gangarten

2011-10-27 Thread Andreas Neudecker
http://blog.stuttgarter-zeitung.de/fundstucke/2011/10/27/genehmigt-vom-ministerium-fur-alberne-gangarten/ -- http://mail.python.org/mailman/listinfo/python-list

Philosophical Python: 2*b or not 2*b

2011-10-27 Thread Andreas Neudecker
Not the answers I expected: ;-) >>> b = True >>> 2*b or not 2*b 2 >>> b = False >>> 2*b or not 2*b True It all becomes clear when you look at: >>> b = False >>> 2*b 0 >>> b = True >>> 2*b 2 No surprise there really. But fun anyway. Any more philsophical Python code out there? -- http://ma

Re: Opportunity missed by Python ?

2011-10-13 Thread Andreas Neudecker
Am 13.10.2011 11:45, schrieb candide: > Dart is the very new language created by Google to replace Javascript. > So Python was not able to do the job? Or may be they don't know about > Python at Google ;) ? What needs to be done to make Python replace JS in Browsers/HTML? (or at least make it a vi