Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #46545
| From | Carlos Nepomuceno <carlosnepomuceno@outlook.com> |
|---|---|
| Subject | RE: Python toplevel in a Web page |
| Date | 2013-05-31 00:40 +0300 |
| References | <nobody-F6A3A1.14201830052013@news.free.fr> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2454.1369950067.3114.python-list@python.org> (permalink) |
---------------------------------------- > From: nobody@nowhere.org > Subject: Python toplevel in a Web page > Date: Thu, 30 May 2013 14:20:18 +0200 > To: python-list@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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python toplevel in a Web page Franck Ditter <nobody@nowhere.org> - 2013-05-30 14:20 +0200 RE: Python toplevel in a Web page Carlos Nepomuceno <carlosnepomuceno@outlook.com> - 2013-05-31 00:40 +0300 Re: Python toplevel in a Web page Giorgos Tzampanakis <giorgos.tzampanakis@gmail.com> - 2013-06-01 14:43 +0000
csiph-web