[Tutor] Future Python

Alan Gauld alan.gauld at btinternet.com
Thu Jun 6 01:28:42 CEST 2013


On 05/06/13 21:38, Walter Prins wrote:
> Jim,
>
> On 5 June 2013 20:58, Jim Mooney <cybervigilante at gmail.com
> <mailto:cybervigilante at gmail.com>> wrote:
>
>     But Guido says
>     "..no Python for browsers," alas.
>
> You might be interested to know there's several incarnations of Python
> for browser already available.

And at one time there was a browser written in pure Python called Grail. 
Sadly it died through lack of support. But you can still run Python in 
IE using WindowsScriptHost and as Walter mentioned there are more exotic 
ways of doing it too.

Guido didn't veto Python for browsers it's just hard to get the browser 
writers to support it so you need to resort to devious methods and 
technology.

And JQuery can look perfectly fine if its formatted correctly.
The problem is people often use compressors to remove extaneous 
characters from html and that tends to mangle the JScript code
to the point of unreadability.

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/



More information about the Tutor mailing list