Path: csiph.com!eeepc.pasdenom.info!news.pasdenom.info!news.dougwise.org!aioe.org!feeder.news-service.com!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.009 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'avoiding': 0.05; 'numerical': 0.05; 'either.': 0.09; 'myself,': 0.09; 'wrote:': 0.14; "'n'": 0.16; 'argv,': 0.16; 'experiments': 0.16; 'from:addr:simon': 0.16; 'programmer,': 0.16; 'received:209.85.214.46': 0.16; 'received:mail- bw0-f46.google.com': 0.16; 'subject:keyword': 0.16; '\xc2\xa0i': 0.16; 'cc:no real name:2**0': 0.17; 'cheers,': 0.17; 'cc:2**0': 0.21; 'sender:addr:gmail.com': 0.22; 'anyway.': 0.23; 'interpreted': 0.23; 'header:In-Reply-To:1': 0.23; 'cc:addr :python-list': 0.24; 'posting': 0.24; 'creating': 0.25; 'accepting': 0.25; 'code': 0.25; "i'm": 0.28; 'instead': 0.28; 'received:209.85.214': 0.28; 'message-id:@mail.gmail.com': 0.29; "i'll": 0.29; 'cc:addr:python.org': 0.30; 'this.': 0.31; "won't": 0.32; 'it.': 0.32; 'simon': 0.34; 'think': 0.37; 'said': 0.38; 'names': 0.38; 'received:209.85': 0.38; 'received:google.com': 0.38; 'subject:: ': 0.39; "it's": 0.40; 'legal': 0.60; 'name': 0.61; 'friends': 0.64; 'glad': 0.67; 'spanish': 0.71; 'hate': 0.72; 'descriptive': 0.84; 'self.': 0.84; 'confusion.': 0.91; 'wash': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:from :date:x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=j+hK3U0wvExm7ws1ujn5UiqNBbXClPcUMQ7ANSOg5As=; b=LSVIQ6lw20OIgLsjFvDETTjXOif0TNttuenHD+JxAb4p7E8Hqu+BpVPOWceztw2YOM dAdx7ENE+70wMeFu3uJP7ElAOkv7CaTMvk7j7EbMyq8dkCdbp1bBwZM7wmZB2+TMToVi +byrV7bK1c/L6OBv42xNq97Bd4BXdCwgRicaU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; b=alEec6MpSwkKnhKfyhA9Tz56S1S/S+0b6MEpVdR0a35G3L9gfeVR6OrJCiEJSNdWl2 kzKp/303ZY63ZX2yrj30TyT+Uw4nezqqnfn2lCMnnqAuY/+pgGLLHx+G3dVMkmVdKnET j64bCQjNsmZj8W3JnFqVVBeKBwY/FUim0s104= MIME-Version: 1.0 Sender: simon.brunning@gmail.com In-Reply-To: <6f1dd6fbbc04d2788b2b191e3e407887.squirrel@cruziomail.cruzio.com> References: <9f669337-6116-4442-9c7e-54b0051e33a2@8g2000prb.googlegroups.com> <8qijsgFgu1U1@mid.dfncis.de> <4D443631.3000502@stoneleaf.us> <6f1dd6fbbc04d2788b2b191e3e407887.squirrel@cruziomail.cruzio.com> From: Simon Brunning Date: Mon, 31 Jan 2011 09:45:50 +0000 X-Google-Sender-Auth: Ovp6ojmu_4t9z97vwx_ZTEjC-cc Subject: Re: multiple values for keyword argument To: patty@cruzio.com Content-Type: text/plain; charset=UTF-8 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: 21 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1296467174 news.xs4all.nl 41117 [::ffff:82.94.164.166]:52773 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:55703 On 29 January 2011 18:39, wrote: >> I, myself, use the spanish word 'yo' instead (less keystrokes, I hate >> 'self', and it amuses me); if I'm working with my numerical experiments >> I'll use 'n' or 'x'... although, when posting sample code to c.l.py I do >> try to use 'self' to avoid possible confusion. =C2=A0:) > > I am glad you said this. =C2=A0I have been avoiding understanding this 's= elf', > just accepting it :} =C2=A0For the time being, since my programs I am cre= ating > are for my own use, I think I will make my own names up, that are > descriptive to me as the programmer, it's all going to be interpreted > anyway. =C2=A0And the other email equating to C's argv, etc. - now I get = it. It's perfectly legal to use a name other than self. It's alo perfectly legal never to wash - and you won't make any friends that way either. --=20 Cheers, Simon B.