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


Groups > comp.lang.python > #52968

Re: Checking homogeneity of Array using List in Python

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed2.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.027
X-Spam-Evidence '*H*': 0.95; '*S*': 0.00; 'subject:Python': 0.06; 'subject:using': 0.09; 'used.': 0.09; 'python': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'advance.': 0.19; 'aug': 0.22; 'header:In-Reply- To:1': 0.27; 'function': 0.29; 'strongly': 0.30; 'then.': 0.30; 'message-id:@mail.gmail.com': 0.30; '25,': 0.31; 'received:google.com': 0.35; 'functions.': 0.36; 'subject:List': 0.36; 'thank': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; "you'll": 0.62; 'note:': 0.66; '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:to :content-type; bh=lOsJSwJjXuzYSVdY6wI2YTAbPGAnJ8tAV9BGdKjBFb0=; b=Yz6hHtwM7hG+wElpUIp2onkiXcioeWHYrUooPLKv4/rP3a5fQo/1LKWlshqXk0OLK1 TAyK00KBWvbqNtk/mFPTg739LXHBlaWwHStKp508xiQ2oQ3uVo8OJlxYHYNOH3VAceQf B4WvP0xrShN2uNoUr7GqKY9Tj0VXSFbvBmJDJF+hxzrkIcNxfMXKJT4Z2WiSbKkBPgkx aQGGX1vQSCC3DYRnGCfzBu4nDpnLKSGMvu6tYrh6YXLSY1JkLE1U+B6EPbjljpcYsRe4 dbdZopO3zNWBVXLrHnpw0qV75WgRfwRLk8QoeEh/KlF8CGKJA1172ITOqnVltLBMdKZ0 ZCcg==
MIME-Version 1.0
X-Received by 10.220.105.199 with SMTP id u7mr7972526vco.1.1377410601765; Sat, 24 Aug 2013 23:03:21 -0700 (PDT)
In-Reply-To <39cf54bd-3772-448a-a56e-74e0b3cc8017@googlegroups.com>
References <39cf54bd-3772-448a-a56e-74e0b3cc8017@googlegroups.com>
Date Sun, 25 Aug 2013 16:03:21 +1000
Subject Re: Checking homogeneity of Array using List in Python
From Chris Angelico <rosuav@gmail.com>
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 <python-list.python.org>
List-Unsubscribe <http://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 <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.210.1377410609.19984.python-list@python.org> (permalink)
Lines 7
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1377410609 news.xs4all.nl 16000 [2001:888:2000:d::a6]:54363
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:52968

Show key headers only | View raw


On Sun, Aug 25, 2013 at 3:50 PM,  <sahil301290@gmail.com> wrote:
> NOTE: NO INBUILT FUNCTION BE USED. Thank you in advance.

You'll have to do your own homework, then. Python strongly favours the
use of inbuilt functions.

ChrisA

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


Thread

Checking homogeneity of Array using List in Python sahil301290@gmail.com - 2013-08-24 22:50 -0700
  Re: Checking homogeneity of Array using List in Python Chris Angelico <rosuav@gmail.com> - 2013-08-25 16:03 +1000
  Re: Checking homogeneity of Array using List in Python Joel Goldstick <joel.goldstick@gmail.com> - 2013-08-25 11:54 -0400
  Re: Checking homogeneity of Array using List in Python Dave Angel <davea@davea.name> - 2013-08-25 20:49 +0000
  Re: Checking homogeneity of Array using List in Python Neil Cerutti <neilc@norwich.edu> - 2013-08-26 13:49 +0000
    Re: Checking homogeneity of Array using List in Python Joshua Landau <joshua@landau.ws> - 2013-08-26 23:39 +0100
      Re: Checking homogeneity of Array using List in Python Neil Cerutti <neilc@norwich.edu> - 2013-08-27 12:03 +0000

csiph-web