Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #109686 > unrolled thread
| Started by | Michael Torrie <torriem@gmail.com> |
|---|---|
| First post | 2016-06-08 12:59 -0600 |
| Last post | 2016-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.
Re: Possible PEP - two dimensional arrays? Michael Torrie <torriem@gmail.com> - 2016-06-08 12:59 -0600
| From | Michael Torrie <torriem@gmail.com> |
|---|---|
| Date | 2016-06-08 12:59 -0600 |
| Subject | Re: 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.
Back to top | Article view | comp.lang.python
csiph-web