Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #62734

Re: Variables in a loop, Newby question

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.094
X-Spam-Evidence '*H*': 0.82; '*S*': 0.01; 'importing': 0.05; 'subject:question': 0.10; 'cc:addr:python-list': 0.11; 'python': 0.11; 'ah,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'script': 0.25; 'posts': 0.26; 'values': 0.27; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'dec': 0.30; 'message-id:@mail.gmail.com': 0.30; "d'aprano": 0.31; 'steven': 0.31; 'anyone': 0.31; 'another': 0.32; "i'd": 0.34; 'problem': 0.35; 'received:google.com': 0.35; "didn't": 0.36; 'pm,': 0.38; 'rather': 0.38; 'does': 0.39; 'dave': 0.60; 'mentioned': 0.61; 'simply': 0.61; 'making': 0.63; 'more': 0.64; '26,': 0.68; 'feeling': 0.68; 'angel': 0.91; 'yes!': 0.91; 'to:none': 0.92; '2013': 0.98
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:cc :content-type; bh=LjSX1eqLXUPEfBCOgSQWp0bbFlsOdxTFTcfijUCrULc=; b=sIC4q5kDrMEicEGSm3qKwViqChypDoq2UTMhm1Px+bczLiWAr84K+/7Fz9a3MIBBSH OrR9Uvk/w14kK0HxSa6/f7NCMU+npSb3umparvUh278P4DcAbBrXHl9X+3czh2xaRFxh SjmQvw8TkYoIlIDcYs5Dr+5r46S09UKkGzavInu4UC8O2B74xIm1biR8n1h1pNyzcMdf 00uJxO3QsIUflK8VGILDJJYbpkDr+4iHmtYDtyTocv+BAYg9G2AXxCzG7UmS5347xcRX oXTfPsQeKZocxnT14Tmy7O4MH4gddQZERT6HImsPg8OtddfYYUQ++U9O8uVDHAb4wUYg XS6g==
MIME-Version 1.0
X-Received by 10.66.7.166 with SMTP id k6mr11577987paa.98.1388046274771; Thu, 26 Dec 2013 00:24:34 -0800 (PST)
In-Reply-To <almarsoft.7235215608803138064@news.gmane.org>
References <l9ethr$o4o$1@dont-email.me> <20131226010126.GA17868@cskk.homeip.net> <mailman.4619.1388021757.18130.python-list@python.org> <52bbc1a5$0$29992$c3e8da3$5496439d@news.astraweb.com> <almarsoft.7235215608803138064@news.gmane.org>
Date Thu, 26 Dec 2013 19:24:34 +1100
Subject Re: Variables in a loop, Newby question
From Chris Angelico <rosuav@gmail.com>
Cc "python-list@python.org" <python-list@python.org>
Content-Type text/plain; charset=UTF-8
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.4629.1388046284.18130.python-list@python.org> (permalink)
Lines 20
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1388046284 news.xs4all.nl 2865 [2001:888:2000:d::a6]:51806
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:62734

Show key headers only | View raw


On Thu, Dec 26, 2013 at 7:14 PM, Dave Angel <davea@davea.name> wrote:
> On Thu, 26 Dec 2013 16:41:57 +1100, Steven D'Aprano
> <steve+comp.lang.python@pearwood.info> wrote:
>>
>> Chris Angelico wrote:
>> > Does anyone else have the vague feeling that the OP's problem
> might be
>> > better served by simply importing the script (thus making those
> values
>> > available to another Python script) than by any of these rather
> more
>> > complicated theories?
>> Damn yes!
>
> I take it then that my posts are invisible.

Ah, true. I'd only been skimming, and didn't see that you'd mentioned
importing as well as IPC.

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Variables in a loop, Newby question vanommen.robert@gmail.com - 2013-12-24 08:07 -0800
  Re: Variables in a loop, Newby question Joel Goldstick <joel.goldstick@gmail.com> - 2013-12-24 11:20 -0500
  Re: Variables in a loop, Newby question "Tobias M." <tm@tobix.eu> - 2013-12-24 17:24 +0100
  Re: Variables in a loop, Newby question Peter Otten <__peter__@web.de> - 2013-12-24 17:29 +0100
  Re: Variables in a loop, Newby question bob gailer <bgailer@gmail.com> - 2013-12-24 12:26 -0500
  Re: Variables in a loop, Newby question vanommen.robert@gmail.com - 2013-12-24 09:54 -0800
    Re: Variables in a loop, Newby question Joel Goldstick <joel.goldstick@gmail.com> - 2013-12-24 13:10 -0500
    Re: Variables in a loop, Newby question Dave Angel <davea@davea.name> - 2013-12-24 13:42 -0500
    Re: Variables in a loop, Newby question Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-12-25 13:35 -0500
  Re: Variables in a loop, Newby question vanommen.robert@gmail.com - 2013-12-24 10:27 -0800
    Re: Variables in a loop, Newby question Denis McMahon <denismfmcmahon@gmail.com> - 2013-12-25 02:54 +0000
      Re: Variables in a loop, Newby question Cameron Simpson <cs@zip.com.au> - 2013-12-25 16:42 +1100
        Re: Variables in a loop, Newby question Denis McMahon <denismfmcmahon@gmail.com> - 2013-12-25 15:27 +0000
          Re: Variables in a loop, Newby question Cameron Simpson <cs@zip.com.au> - 2013-12-26 12:01 +1100
          Re: Variables in a loop, Newby question Chris Angelico <rosuav@gmail.com> - 2013-12-26 12:35 +1100
            Re: Variables in a loop, Newby question Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-12-26 16:41 +1100
              Re: Variables in a loop, Newby question Dave Angel <davea@davea.name> - 2013-12-26 03:14 -0500
              Re: Variables in a loop, Newby question Chris Angelico <rosuav@gmail.com> - 2013-12-26 19:24 +1100
    Re: Variables in a loop, Newby question Peter Otten <__peter__@web.de> - 2013-12-25 15:52 +0100
    Re: Variables in a loop, Newby question Michael Torrie <torriem@gmail.com> - 2013-12-25 23:34 -0700
  Re: Variables in a loop, Newby question Larry Hudson <orgnut@yahoo.com> - 2013-12-25 00:13 -0800
  Re: Variables in a loop, Newby question vanommen.robert@gmail.com - 2013-12-27 00:53 -0800
    Re: Variables in a loop, Newby question Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-12-27 11:39 -0500

csiph-web