Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A list of lists
#2
python has lists x = [1,2,3]
and sets x = {1,2,3}
plus all set operations see: https://docs.python.org/3.7/library/stdt...-frozenset

aslo see itertools for permutations, combinations and product
Reply


Messages In This Thread
A list of lists - by Hassediagram - Feb-25-2019, 01:38 PM
RE: A list of lists - by Larz60+ - Feb-25-2019, 03:40 PM
RE: A list of lists - by Hassediagram - Feb-25-2019, 04:13 PM
RE: A list of lists - by ichabod801 - Feb-25-2019, 04:08 PM
RE: A list of lists - by ichabod801 - Feb-25-2019, 04:14 PM
RE: A list of lists - by Hassediagram - Feb-25-2019, 04:23 PM
RE: A list of lists - by ichabod801 - Feb-25-2019, 04:34 PM
RE: A list of lists - by Hassediagram - Feb-25-2019, 04:35 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  List all possibilities of a nested-list by flattened lists sparkt 1 1,005 Feb-23-2023, 02:21 PM
Last Post: sparkt
  user input values into list of lists tauros73 3 1,176 Dec-29-2022, 05:54 PM
Last Post: deanhystad
  returning a List of Lists nafshar 3 1,171 Oct-28-2022, 06:28 PM
Last Post: deanhystad
  Creating list of lists, with objects from lists sgrinderud 7 1,788 Oct-01-2022, 07:15 PM
Last Post: Skaperen
  How to efficiently average same entries of lists in a list xquad 5 2,242 Dec-17-2021, 04:44 PM
Last Post: xquad
  sorting a list of lists by an element leapcfm 3 2,003 Sep-10-2021, 03:33 PM
Last Post: leapcfm
  behavior list of lists roym 5 2,239 Jul-04-2021, 04:43 PM
Last Post: roym
  List of lists - merge sublists with common elements medatib531 1 3,465 May-09-2021, 07:49 AM
Last Post: Gribouillis
  Sort List of Lists by Column Nju 1 13,599 Apr-13-2021, 11:59 PM
Last Post: bowlofred
  Creating list of lists from generator object t4keheart 1 2,256 Nov-13-2020, 04:59 AM
Last Post: perfringo

Forum Jump:

User Panel Messages

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