Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #46545
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <carlosnepomuceno@outlook.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.020 |
| X-Spam-Evidence | '*H*': 0.96; '*S*': 0.00; 'subject:Python': 0.06; 'mysql,': 0.07; 'toplevel': 0.09; 'python': 0.11; 'django': 0.11; 'pointer,': 0.16; 'received:65.55.116.7': 0.16; 'script,': 0.16; 'subject:page': 0.19; 'thu,': 0.19; 'written': 0.21; 'example': 0.22; 'to:name:python-list@python.org': 0.22; 'received:65.55.116': 0.24; 'source': 0.25; '+0200': 0.26; 'header :In-Reply-To:1': 0.27; 'skip:- 40': 0.29; 'wonder': 0.29; 'url:mailman': 0.30; 'code': 0.31; 'page.': 0.31; 'another': 0.32; 'text': 0.33; 'url:python': 0.33; 'date:': 0.34; 'something': 0.35; 'editor': 0.35; 'url:listinfo': 0.36; 'thanks': 0.36; 'url:org': 0.36; 'email addr:python.org': 0.37; 'server': 0.38; 'writes': 0.38; 'to:addr:python-list': 0.38; 'subject:': 0.39; 'to:addr:python.org': 0.39; 'url:mail': 0.40; 'simple,': 0.60; 'browser': 0.61; 'email name:python-list': 0.65; 'analyzed': 0.84; '2013': 0.98 |
| X-TMN | [OcB2Ccg3M9b/UWMtJIWbGx/4jPCAL5uH] |
| X-Originating-Email | [carlosnepomuceno@outlook.com] |
| From | Carlos Nepomuceno <carlosnepomuceno@outlook.com> |
| To | "python-list@python.org" <python-list@python.org> |
| Subject | RE: Python toplevel in a Web page |
| Date | Fri, 31 May 2013 00:40:58 +0300 |
| Importance | Normal |
| In-Reply-To | <nobody-F6A3A1.14201830052013@news.free.fr> |
| References | <nobody-F6A3A1.14201830052013@news.free.fr> |
| Content-Type | text/plain; charset="iso-8859-1" |
| Content-Transfer-Encoding | quoted-printable |
| MIME-Version | 1.0 |
| X-OriginalArrivalTime | 30 May 2013 21:40:58.0539 (UTC) FILETIME=[5F3C8FB0:01CE5D7E] |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2454.1369950067.3114.python-list@python.org> (permalink) |
| Lines | 26 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1369950067 news.xs4all.nl 15988 [2001:888:2000:d::a6]:39198 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:46545 |
Show key headers only | View raw
---------------------------------------- > 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