Python toplevel in a Web page

Carlos Nepomuceno carlosnepomuceno at outlook.com
Thu May 30 17:40:58 EDT 2013


----------------------------------------
> From: nobody at nowhere.org
> Subject: Python toplevel in a Web page
> Date: Thu, 30 May 2013 14:20:18 +0200
> To: python-list at python.org
>
> Hello,
> I wonder if I can find some source code example
> of a Python 3 toplevel box in a Web page.
> Something simple, no mySQL, no Django hammer, etc.
> Just the basics of the technology to get the
> content of a small text editor in which the user

Do you mean HTML <textarea> element?

> writes some Python script, to be analyzed (eval'ed)
> then whose result is to be written in another text box.

Analyzed by the browser or server side?

> Simple, pythonistic.
> Thanks for the pointer,
>
> franck
> --
> http://mail.python.org/mailman/listinfo/python-list 		 	   		  


More information about the Python-list mailing list