Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: justin walters Newsgroups: comp.lang.python Subject: Re: I have been dealing with Python for a few weeks... Date: Thu, 14 Apr 2016 19:12:42 -0700 Lines: 20 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de xByQk6A5+rQVzBwGBrf7fgX4A2FwTq70ImcJyEsG6WEg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.017 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.05; 'elegant': 0.07; 'lookup': 0.09; 'repl': 0.09; 'subject:few': 0.09; 'syntax': 0.13; 'thu,': 0.15; '2016': 0.16; 'email addr:hotmail.com>': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'for?': 0.23; 'cheers': 0.24; 'header:In-Reply-To:1': 0.24; 'message-id:@mail.gmail.com': 0.27; '14,': 0.27; 'perl': 0.29; "i'm": 0.30; 'url:mailman': 0.30; 'useful': 0.33; 'url:python': 0.33; 'url:listinfo': 0.34; 'received:google.com': 0.35; 'too': 0.36; 'url:org': 0.36; 'received:209.85': 0.36; 'structures': 0.36; 'to:addr:python- list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'guys': 0.38; 'manual': 0.38; 'received:209': 0.38; 'data': 0.39; 'url:mail': 0.40; 'to:addr:python.org': 0.40; 'subject:with': 0.40; 'back': 0.62; 'more': 0.63; 'hear': 0.64; 'subject:have': 0.80; '...and': 0.84; 'sooo': 0.84 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; bh=APV4jrm/trwlUFazBkcrfHcf9L0vFYErJk0jmThraXY=; b=cTlQ0tD2F5FAMXtYLzg6DQ4taQ06o8ZDA+5XqPgU/zrhgqODAbHCUe3Bm7N0E+wwqn 6A4vnM0BwzhOo6vG7kZ/w7DLbwG+teoVKQroERapZZydoEqy5bI41zCz9etUySrGHXyy pkkNjFn+m+FuaN5OoZ25pBXGEpVy63hohKo6VIcfeHws5T7hbKuirFIuIxx1Bp4fyukE yOsAYydOPk/JQkINirpBd+EB22NQ8WAyn9RpAeDgyX7qTeYwwsJxJaeePk33tUf1va+z j6HtdtSuhNHlaew4pKq69d7xjFTbIISHc+NmNPbSAGl3NVrl7albhhOA9i/Enq/gAqKP j62Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to; bh=APV4jrm/trwlUFazBkcrfHcf9L0vFYErJk0jmThraXY=; b=lLQK7IJvXiN3Qu+1rRHT6MCBZ5TAVE1ctnr2paxL+T8LfRD9sc/5XBR4uMoDfm7IM0 ZYIHkp2//bS/fi+JHEKzKBHhsaH9+S29Pa4tjhsaPqccxwuoZshyx8YqiN6w7BYnRq2r vS6R4XC6lkY6FFABlfr1+mXUVPmnorui2knL5B8A7lLqrLYbIU6tAx0FpoQwELrVvhVf iUX6MZp/tHtKpCID/3x2CHnR+K26nMcJh3c9o88wNMb3uTAJjYcx4BV8+KR+ezcIATlj epFclIYdOD4Y79EHG7sPojGMVw62S3IhSkAxM49YLDQjs7ml1Zg+tbX6+P8ZsvPX1EjC hzCQ== X-Gm-Message-State: AOPr4FUdb8/ndoFFiT2IjXTb5KtEa7yxje1fjCqR3DFYljM+wutRMlG3baZ6BEImWmthK9eNKtgfynRBuxbUBA== X-Received: by 10.25.85.138 with SMTP id j132mr6520265lfb.123.1460686362347; Thu, 14 Apr 2016 19:12:42 -0700 (PDT) In-Reply-To: X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: X-Mailman-Original-References: Xref: csiph.com comp.lang.python:107019 On Thu, Apr 14, 2016 at 1:50 PM, Fillmore wrote: > > ...and I'm loving it. > > Sooo much more elegant than Perl...and so much less going back to the > manual to lookup the syntax of simple data structures and operations... > > REPL is so useful > > and you guys rock too > > cheers > -- > https://mail.python.org/mailman/listinfo/python-list > Good to hear you're enjoying it. Out of curiosity, what were you using Perl for?