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


Groups > comp.lang.python > #99183

Re: How To Create A Endles List Of Lists In Python...???

X-Received by 10.50.178.135 with SMTP id cy7mr2761849igc.1.1448047593842; Fri, 20 Nov 2015 11:26:33 -0800 (PST)
X-Received by 10.50.61.166 with SMTP id q6mr103872igr.2.1448047593830; Fri, 20 Nov 2015 11:26:33 -0800 (PST)
Path csiph.com!xmission!news.glorb.com!i2no5938484igv.0!news-out.google.com!f6ni8455igq.0!nntp.google.com!i2no5938476igv.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
Newsgroups comp.lang.python
Date Fri, 20 Nov 2015 11:26:33 -0800 (PST)
In-Reply-To <c83d0ce8-9855-4afa-9efe-f9bfe9b78931@googlegroups.com>
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=15.203.233.84; posting-account=LpZxbAkAAADmdg1egflF6w8zbbyJPDNY
NNTP-Posting-Host 15.203.233.84
References <n2miu8$fl4$1@ls237.t-com.hr> <n2nkdd$mns$2@dont-email.me> <c83d0ce8-9855-4afa-9efe-f9bfe9b78931@googlegroups.com>
User-Agent G2/1.0
MIME-Version 1.0
Message-ID <dcbd5076-7c69-4e29-9db7-b025890354eb@googlegroups.com> (permalink)
Subject Re: How To Create A Endles List Of Lists In Python...???
From sohcahtoa82@gmail.com
Injection-Date Fri, 20 Nov 2015 19:26:33 +0000
Content-Type text/plain; charset=ISO-8859-1
Xref csiph.com comp.lang.python:99183

Show key headers only | View raw


On Friday, November 20, 2015 at 10:16:34 AM UTC-8, robert...@si.t-com.hr wrote:
> Dana petak, 20. studenoga 2015. u 18:16:52 UTC+1, korisnik Denis McMahon napisao je:
> > On Fri, 20 Nov 2015 08:43:04 +0100, HKRSS wrote:
> > 
> > > Thanks In Advance, Robert...;)
> > 
> > Just keep appending child lists to parent list:
> > 
> > l = []
> > 
> > while True:
> >    l.append([])
> > 
> > Until you run out of memory
> > 
> > But I think that this answer although it appears accurate to the question 
> > is not a solution for anything useful, because it will just use all the 
> > memory up. So perhaps you need to express your question in a better 
> > manner.
> > 
> > -- 
> > Denis McMahon, denismfmcmahon@gmail.com
> 
> I Think That LISP Is Only Solution, I Wil Give Up Frpm Python...
> 
> Thanks, Robert...;)

Is There A Reason You're Starting Every Word With A Capital Letter?

I mean, really, you're going out of your way and expending extra effort to type incorrectly.

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


Thread

How To Create A Endles List Of Lists In Python...??? "HKRSS" <hkrss@gmail.com> - 2015-11-20 08:43 +0100
  Re: How To Create A Endles List Of Lists In Python...??? "HKRSS" <hkrss@gmail.com> - 2015-11-20 09:13 +0100
  Re: How To Create A Endles List Of Lists In Python...??? Peter Otten <__peter__@web.de> - 2015-11-20 09:53 +0100
    Re: How To Create A Endles List Of Lists In Python...??? "HKRSS" <hkrss@gmail.com> - 2015-11-20 12:00 +0100
      Re: How To Create A Endles List Of Lists In Python...??? Nagy László Zsolt <gandalf@shopzeus.com> - 2015-11-20 14:06 +0100
        Re: How To Create A Endles List Of Lists In Python...??? robert.bralic@si.t-com.hr - 2015-11-20 05:29 -0800
      Re: How To Create A Endles List Of Lists In Python...??? Chris Angelico <rosuav@gmail.com> - 2015-11-21 00:09 +1100
      Re: How To Create A Endles List Of Lists In Python...??? Grant Edwards <invalid@invalid.invalid> - 2015-11-20 15:58 +0000
      Re: How To Create A Endles List Of Lists In Python...??? srinivas devaki <mr.eightnoteight@gmail.com> - 2015-11-20 23:58 +0530
      Re: How To Create A Endles List Of Lists In Python...??? srinivas devaki <mr.eightnoteight@gmail.com> - 2015-11-21 00:05 +0530
  Re: How To Create A Endles List Of Lists In Python...??? Denis McMahon <denismfmcmahon@gmail.com> - 2015-11-20 17:14 +0000
    Re: How To Create A Endles List Of Lists In Python...??? robert.bralic@si.t-com.hr - 2015-11-20 10:16 -0800
      Re: How To Create A Endles List Of Lists In Python...??? Ian Kelly <ian.g.kelly@gmail.com> - 2015-11-20 11:29 -0700
      Re: How To Create A Endles List Of Lists In Python...??? Chris Angelico <rosuav@gmail.com> - 2015-11-21 05:30 +1100
      Re: How To Create A Endles List Of Lists In Python...??? sohcahtoa82@gmail.com - 2015-11-20 11:26 -0800

csiph-web