Python Forum
Are lists Python's name for "variable array"
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Are lists Python's name for "variable array"
#7
(Apr-21-2017, 12:12 AM)metulburr Wrote: However there is numpy.array which can be used for large amount of data.

There is also simply (seldom used) array, which is more or less in style of C arrays - with limitation to numeric types only.
Test everything in a Python shell (iPython, Azure Notebook, etc.)
  • Someone gave you an advice you liked? Test it - maybe the advice was actually bad.
  • Someone gave you an advice you think is bad? Test it before arguing - maybe it was good.
  • You posted a claim that something you did not test works? Be prepared to eat your hat.
Reply


Messages In This Thread
RE: Are lists Python's name for "variable array" - by volcano63 - Apr-21-2017, 09:14 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Turn list of arrays into an array of lists Cola_Reb 6 2,882 Jul-20-2022, 06:55 PM
Last Post: Cola_Reb
  Array lists vs Linked Lists sabe 2 2,344 Nov-28-2020, 12:31 AM
Last Post: perfringo
  Calculate the mean of an array across dimension with lists of different length rakhmadiev 2 5,523 Aug-01-2017, 02:52 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020