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: 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: References: <76278869-aa9a-4ad0-aaff-7ddeddee1ffb@glegroupsg2000goo.googlegroups.com> Date: Wed, 15 Jun 2011 15:50:35 -0700 Subject: Re: Python for Web From: geremy condra To: "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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On Wed, Jun 15, 2011 at 5:11 AM, bruno.desthuilliers@gmail.com wrote: > On Jun 15, 9:50=A0am, sidRo 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