Re: remote evaluation of Python code typed in html webpage frame

2010-01-16 Thread André
On Jan 15, 11:47 am, dmitrey wrote: > Thank you for the link, but I meant what is appropriate soft to be > installed on my server to do things like that. > Also, for my purposes it's better to have some text with possibility > of reexecuting after some minor code changes than python interpreter >

Re: remote evaluation of Python code typed in html webpage frame

2010-01-16 Thread r0g
Anand Vaidya wrote: > On Jan 16, 12:26 am, r0g wrote: Diez >> The Web2py framework works a bit like that, although it's not quite as >> simplistic as what you describe. May be worth a look though. >> >> Roger. > > > Hi r0g, > > web2py is a web-app framework (very similar to django, pylons

Re: remote evaluation of Python code typed in html webpage frame

2010-01-16 Thread Anand Vaidya
On Jan 16, 12:26 am, r0g wrote: > >> Diez > > The Web2py framework works a bit like that, although it's not quite as > simplistic as what you describe. May be worth a look though. > > Roger. Hi r0g, web2py is a web-app framework (very similar to django, pylons etc) and it does not execute user

Re: remote evaluation of Python code typed in html webpage frame

2010-01-15 Thread r0g
dmitrey wrote: > Thank you for the link, but I meant what is appropriate soft to be > installed on my server to do things like that. > Also, for my purposes it's better to have some text with possibility > of reexecuting after some minor code changes than python interpreter > command prompt. > Rega

Re: remote evaluation of Python code typed in html webpage frame

2010-01-15 Thread dmitrey
Thank you for the link, but I meant what is appropriate soft to be installed on my server to do things like that. Also, for my purposes it's better to have some text with possibility of reexecuting after some minor code changes than python interpreter command prompt. Regards, D. On 15 янв, 16:41,

Re: remote evaluation of Python code typed in html webpage frame

2010-01-15 Thread Diez B. Roggisch
Am 15.01.10 15:16, schrieb dmitrey: hi all, what's the simplest way to create a webpage with a frame for Python code to be typed in (as a plain text, or, better, as a highlighted text or something like scite or any other easy python IDE, capable of automatic indentations), and then pressing a but

remote evaluation of Python code typed in html webpage frame

2010-01-15 Thread dmitrey
hi all, what's the simplest way to create a webpage with a frame for Python code to be typed in (as a plain text, or, better, as a highlighted text or something like scite or any other easy python IDE, capable of automatic indentations), and then pressing a button to evaluate it using a remote serv