Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
lookup tables
#4
oh, now i see the intent of your suggestion. the reason i have the code this way is to ensure that even if i modify the table ctl the generated data will be 256 in length and the various data will be stored in the right place. so they are initialized to the right length with data that is to be there if data from scanning the ctl table happens to not store anything in some location, or the order is changed.

ctl=(
     (192,224,2,31),
     (224,240,3,15),
     (240,248,4,7),
     (252,254,6,1),
     (254,255,7,0),
     (255,256,8,0),
     (0,128,1,255),
    )
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
lookup tables - by Skaperen - Aug-11-2018, 01:40 AM
RE: lookup tables - by Gribouillis - Aug-11-2018, 06:42 AM
RE: lookup tables - by Skaperen - Aug-12-2018, 03:04 AM
RE: lookup tables - by Skaperen - Aug-12-2018, 10:31 PM
RE: lookup tables - by Gribouillis - Aug-13-2018, 06:43 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  2-dataframe, datetime lookup problem Mark17 0 1,286 Jan-27-2022, 01:02 AM
Last Post: Mark17
  Python VLookup? Lookup Table? Nu2Python 3 2,532 Oct-25-2021, 08:47 PM
Last Post: Nu2Python
  Can I replace IF statements with a key lookup ? jehoshua 3 2,624 Mar-05-2021, 10:24 PM
Last Post: jehoshua
  python 3 dns lookup private domain didact 1 2,657 Sep-19-2020, 06:01 PM
Last Post: bowlofred
  Partial key lookup in dictionary GaryNR 1 3,559 Jul-16-2020, 06:55 PM
Last Post: Gribouillis
  Encoding and mac-vendor-lookup library tuanjggaa 1 2,760 Mar-27-2020, 03:12 PM
Last Post: deanhystad
  Excel Lookup riteshprakash 0 1,845 Sep-11-2019, 12:43 PM
Last Post: riteshprakash
  fast lookup for array markB 3 4,146 May-13-2019, 12:11 AM
Last Post: scidam
  Lookup tables parrytoss 0 2,547 Feb-07-2018, 08:45 AM
Last Post: parrytoss
  Reading specific rows (lookup) rumbles 3 3,458 Jan-03-2018, 04:07 PM
Last Post: hshivaraj

Forum Jump:

User Panel Messages

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