Python Forum
looking for a multi item container
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
looking for a multi item container
#1
this would be quite easy to implement; perhaps easier than the effort to find an existing one (since i am not very good at the latter), perhaps already in Python under some name not obvious to me. what i need soon is a mapping which lets me insert duplicate entries under the same key and maintains order of insertion within the same key. it also needs to be able to provide items in that order after a search for that key as opposed just doing so via an iteration from the beginning. IoW, it needs to be able to move the current position forward or backward based on a given key being searched.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
looking for a multi item container - by Skaperen - Apr-14-2019, 06:55 AM
RE: looking for a multi item container - by Yoriz - Apr-14-2019, 10:15 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  uploading files from a ubuntu local directory to Minio storage container dchilambo 0 461 Dec-22-2023, 07:17 AM
Last Post: dchilambo
  Upload Files to Azure Storage Container phillyfa 6 699 Dec-22-2023, 06:11 AM
Last Post: Pedroski55
Lightbulb shutdown host from docker container cosmin1805 0 956 Nov-27-2022, 06:34 PM
Last Post: cosmin1805
  networkx package is not visible in singularity container image erdemath 11 2,290 Oct-14-2022, 12:04 PM
Last Post: Larz60+
  python installation/running inside singularity container erdemath 2 1,796 Sep-21-2022, 08:13 AM
Last Post: erdemath
  Python in Singularity Container on Ubuntu erdemath 0 910 Aug-31-2022, 02:17 PM
Last Post: erdemath
  Can I check multi condition for 1 item in a easy way? korenron 4 1,572 May-01-2022, 12:43 PM
Last Post: deanhystad
  Remove an item from a list contained in another item in python CompleteNewb 19 5,739 Nov-11-2021, 06:43 AM
Last Post: Gribouillis
  UnUnloading values from multiple widgets in a container UGuntupalli 3 2,753 Apr-20-2020, 08:53 PM
Last Post: UGuntupalli
  How do I install Python 3.8.1 in a RHEL 8 UBI container? DevLinuxNC 1 3,619 Jan-08-2020, 09:37 PM
Last Post: Clunk_Head

Forum Jump:

User Panel Messages

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