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


Groups > comp.lang.python > #109688

Re: how to extract a variable as parameter which has index using by a for loop?

Path csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail
From Ben Finney <ben+python@benfinney.id.au>
Newsgroups comp.lang.python
Subject Re: how to extract a variable as parameter which has index using by a for loop?
Date Thu, 09 Jun 2016 06:28:20 +1000
Lines 17
Message-ID <mailman.85.1465417809.2306.python-list@python.org> (permalink)
References <dc4d4599-05e1-4156-8ce6-66ff955d9851@googlegroups.com> <5757ddcd$0$1520$c3e8da3$5496439d@news.astraweb.com> <190a4224-d05e-44e7-afba-0495e5dba59c@googlegroups.com> <85a8iv1l3v.fsf@benfinney.id.au>
Mime-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding 8bit
X-Trace news.uni-berlin.de ayVO+fjObgCKRyfLNYX37gLDUXTfmT5IISHd+SCy543Q==
Cancel-Lock sha1:9G+pxmmKppITueqHoMxbX01zixM=
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.129
X-Spam-Level *
X-Spam-Evidence '*H*': 0.78; '*S*': 0.03; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:using': 0.09; 'subject:which': 0.09; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'subject:variable': 0.16; 'do.': 0.22; 'meant': 0.22; 'programming': 0.22; 'header:User-Agent:1': 0.26; 'header:X -Complaints-To:1': 0.26; 'url:wikipedia': 0.29; 'url:wiki': 0.30; 'post': 0.31; 'instead': 0.36; 'url:org': 0.36; 'to:addr:python- list': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'expect': 0.37; 'received:org': 0.37; 'things': 0.38; 'detail': 0.38; 'url:en': 0.39; 'to:addr:python.org': 0.40; 'your': 0.60; 'skip:u 10': 0.61; 'discuss': 0.61; 'dangerous': 0.70; 'disclose': 0.71; '(also,': 0.84; '_o__)': 0.84; 'himself,': 0.84; 'mencken': 0.84; 'prevailing': 0.84; 'received:125': 0.84; '\xe2\x80\x94henry': 0.84; 'responses': 0.93; '\xe2\x80\x9cthe': 0.93
X-Injected-Via-Gmane http://gmane.org/
X-Gmane-NNTP-Posting-Host jigong.madmonks.org
X-Public-Key-ID 0xAC128405
X-Public-Key-Fingerprint 517C F14B B2F3 98B0 CB35 4855 B8B2 4C06 AC12 8405
X-Public-Key-URL http://www.benfinney.id.au/contact/bfinney-pubkey.asc
X-Post-From Ben Finney <bignose+hates-spam@benfinney.id.au>
User-Agent Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.22
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>
X-Mailman-Original-Message-ID <85a8iv1l3v.fsf@benfinney.id.au>
X-Mailman-Original-References <dc4d4599-05e1-4156-8ce6-66ff955d9851@googlegroups.com> <5757ddcd$0$1520$c3e8da3$5496439d@news.astraweb.com> <190a4224-d05e-44e7-afba-0495e5dba59c@googlegroups.com>
Xref csiph.com comp.lang.python:109688

Show key headers only | View raw


meInvent bbird <jobmattcon@gmail.com> writes:

> it is not convenient to disclose in detail
> just expect to discuss from the view of programming

It is not convenient to discuss programming without a good understanding
of what the program is meant to do.

(Also, please don't top-post, instead post your responses interleaved
<URL:https://en.wikipedia.org/wiki/Posting_style#Interleaved_style>.)

-- 
 \         “The most dangerous man to any government is the man who is |
  `\       able to think things out for himself, without regard to the |
_o__)          prevailing superstitions and taboos.” —Henry L. Mencken |
Ben Finney

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


Thread

how to extract a variable as parameter which has index using by a for loop? meInvent bbird <jobmattcon@gmail.com> - 2016-06-08 00:31 -0700
  Re: how to extract a variable as parameter which has index using by a for loop? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2016-06-08 18:56 +1000
    Re: how to extract a variable as parameter which has index using by a for loop? meInvent bbird <jobmattcon@gmail.com> - 2016-06-08 02:20 -0700
      Re: how to extract a variable as parameter which has index using by a for loop? Joonas Liik <liik.joonas@gmail.com> - 2016-06-08 12:48 +0300
      Re: how to extract a variable as parameter which has index using by a for loop? Ben Finney <ben+python@benfinney.id.au> - 2016-06-09 06:28 +1000
    MAthematical formula terms make for terrible names in a program (was: What's good for mathematical formulas can be bad for program code (was: how to extract a variable as parameter which has index using by a for loop?)) Ben Finney <ben+python@benfinney.id.au> - 2016-06-09 06:26 +1000

csiph-web