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


Groups > comp.lang.python > #109686 > unrolled thread

Re: Possible PEP - two dimensional arrays?

Started byMichael Torrie <torriem@gmail.com>
First post2016-06-08 12:59 -0600
Last post2016-06-08 12:59 -0600
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Possible PEP - two dimensional arrays? Michael Torrie <torriem@gmail.com> - 2016-06-08 12:59 -0600

#109686 — Re: Possible PEP - two dimensional arrays?

FromMichael Torrie <torriem@gmail.com>
Date2016-06-08 12:59 -0600
SubjectRe: Possible PEP - two dimensional arrays?
Message-ID<mailman.83.1465412349.2306.python-list@python.org>
On 06/07/2016 06:17 PM, Harrison Chudleigh wrote:
> I was programming a computer game and found that while 1D arrays can be
> created using the module array, there is no module for two-dimensional
> arrays, unlike languages like C. Currently, the closest thing Python has to
> a 2D array is a dictionary containing lists.

I think you meant to say a list of lists.  Which is actually analogous
to how C implements them.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web