Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.020 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'subject:Python': 0.05; '22,': 0.09; 'template': 0.11; 'dec': 0.15; 'sat,': 0.15; 'devs': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'invisible': 0.16; 'which,': 0.16; 'wrote:': 0.17; 'jquery': 0.22; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message- id:@mail.gmail.com': 0.27; 'received:209.85.212': 0.28; 'dom': 0.29; 'probably': 0.29; "i'm": 0.29; 'checked': 0.30; 'primary': 0.30; 'point': 0.31; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'doing': 0.35; 'received:209.85': 0.35; 'really': 0.36; 'but': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'sure': 0.38; 'to:addr:python.org': 0.39; 'little': 0.39; 'header:Received:5': 0.40; 'most': 0.61; 'engines': 0.62; 'is.': 0.62; 'world': 0.63; 'anymore,': 0.95 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=qCcytBT4x87utTiQxLYrfBmctSMp8QpFUz+ZLJqDAEM=; b=rU0ha+c8WPeOCGQTe1AC0EGQzqIhJNkCy8/QTIPT7Bx28nRR+Zcw9RJUnAKkrdpmtg hfjIrhTqxRAmzLp0CRPJTs3VlrkHI42Gvqjgv61MiVZou9hgTXWQTcKlIT7hlWgKfXEz 3rCxwxvNp8/Tn37WvWXq1qqQ97CEn9qc8PodQ6kZwhksPL7nkIE1IAvjJimHlfwWPRnE Exod/D+No12mbwd1DL1WJd/eYFfVuZBPKaLhO5AnP6X/DSBBDv8IB8b8nFQ+V3wJT7q8 BTd6E7OIMWVeezPM5vseitcjLWywAfuJtuJ/6LwCrNO1mC6AktU6Os06r5dw3EeJSDxU DQLQ== MIME-Version: 1.0 In-Reply-To: References: <50D256B3.4070709@udel.edu> <96edb672-dabd-4ab8-9e7c-3fa7f4a91437@googlegroups.com> <44335f22-555a-4806-b24a-7d4cb1d8e529@googlegroups.com> <4ddee631-b5b5-4cb4-82b0-00ca403b773e@googlegroups.com> Date: Sat, 22 Dec 2012 11:09:33 +1100 Subject: Re: Brython - Python in the browser From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1356134976 news.xs4all.nl 6911 [2001:888:2000:d::a6]:38958 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:35332 On Sat, Dec 22, 2012 at 10:50 AM, Amirouche Boubekki wrote: > Last time I checked DOM > manipulation is not the primary way for js devs to do DOM manipulation > anymore, or is it ? Javascript template engines do DOM manipulation but this > is almost invisible for the user... Not sure how most of the world works, but I write using the DOM. There's little point using jquery etc when what you're doing is really simple - which, for me, it is. So I'm probably not representative. ChrisA