Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #7718
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!weretis.net!feeder1.news.weretis.net!news.albasani.net!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <debatem1@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.015 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'wed,': 0.03; 'scripting': 0.05; 'subject:Python': 0.06; 'python': 0.08; 'am,': 0.14; 'wrote:': 0.14; 'cc:addr:python-list': 0.17; 'header:In-Reply- To:1': 0.21; 'cc:2**0': 0.22; 'cc:no real name:2**0': 0.23; 'message-id:@mail.gmail.com': 0.28; 'language.': 0.28; 'server': 0.29; 'theoretical': 0.29; 'cc:addr:python.org': 0.30; 'received:209.85.210.46': 0.30; 'received:mail- pz0-f46.google.com': 0.30; 'question': 0.34; 'quite': 0.36; 'uses': 0.36; 'received:google.com': 0.37; 'received:209.85': 0.37; 'subject:Web': 0.37; 'but': 0.38; 'subject:: ': 0.38; 'received:209': 0.39; 'more': 0.60; 'browser': 0.62; 'browser,': 0.67; 'client-side': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=upTu/pM4abzN3awVy7vXPgaz4ZB/SvFqAeLs4cF6r5s=; b=jqzTpWhDToa+Q7zARrX6ZH50cyG1tuDJOz38uHF4xGjbYqLrMQdR5p8IoUCApQQMPj WhDaknX31YvFnrOYsx4XSFUKa4gLkQc9GKzGts15cBMQghoHEjIkHIkDLPNghJBeNuYX fO4Z4xWQTrrHPflS0XATRlI58qiDaQJtR+vLU= |
| DomainKey-Signature | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Mp+QIpPxdchWUE3QxcDXnN2o3N7KKwjgRfpqYJGCEdVfMIFcmqVC74ndhtyxCdOl/O 4g3PLLgXP6vQ0+5pWOPd+OOzRSNYfWbsN30Ob2DhOehloWbSIVDYShZxkFYNPzUbVYf7 ToQN262nnHfbEaR0rKLyNo7kK56KHIPntqsug= |
| MIME-Version | 1.0 |
| In-Reply-To | <d3bebf94-c884-472d-ac30-b8249df0f60e@e35g2000yqc.googlegroups.com> |
| References | <76278869-aa9a-4ad0-aaff-7ddeddee1ffb@glegroupsg2000goo.googlegroups.com> <d3bebf94-c884-472d-ac30-b8249df0f60e@e35g2000yqc.googlegroups.com> |
| Date | Wed, 15 Jun 2011 15:50:35 -0700 |
| Subject | Re: Python for Web |
| From | geremy condra <debatem1@gmail.com> |
| To | "bruno.desthuilliers@gmail.com" <bruno.desthuilliers@gmail.com> |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Content-Transfer-Encoding | quoted-printable |
| Cc | python-list@python.org |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| 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.7.1308178240.1164.python-list@python.org> (permalink) |
| Lines | 13 |
| NNTP-Posting-Host | 82.94.164.166 |
| X-Trace | 1308178240 news.xs4all.nl 49183 [::ffff:82.94.164.166]:58540 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:7718 |
Show key headers only | View raw
On Wed, Jun 15, 2011 at 5:11 AM, bruno.desthuilliers@gmail.com <bruno.desthuilliers@gmail.com> wrote: > On Jun 15, 9:50 am, sidRo <slacky2...@gmail.com> wrote: >> Is Python only for server side? > > Is it a theoretical question or a practical one ?-) > > More seriously: except for the old proof-of-concept Grail browser, no > known browser uses Python as a client-side scripting language. Not quite the same thing, but there's pyjamas. Geremy Condra
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python for Web sidRo <slacky2005@gmail.com> - 2011-06-15 00:50 -0700
Re: Python for Web "bruno.desthuilliers@gmail.com" <bruno.desthuilliers@gmail.com> - 2011-06-15 05:11 -0700
Re: Python for Web geremy condra <debatem1@gmail.com> - 2011-06-15 15:50 -0700
Re: Python for Web lkcl <luke.leighton@gmail.com> - 2011-07-24 12:54 -0700
csiph-web