Python Forum
Converting to a list and sort
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Converting to a list and sort
#7
(Oct-07-2019, 01:55 PM)tantony Wrote: What does that do? Is chunk a reserved word in python?

No, chunk is not keyword in Python. If one splits w on whitespace the resulting items in list are not words nor numbers hence name chunk. Alternative names could have been item or el (element).

In English (using item instead of chunk): “give me slice of item starting at index 3 converted to integer and multiplied with 100 for every item in list created by splitting w if item starts with one of specific three letter combinations”
I'm not 'in'-sane. Indeed, I am so far 'out' of sane that you appear a tiny blip on the distant coast of sanity. Bucky Katt, Get Fuzzy

Da Bishop: There's a dead bishop on the landing. I don't know who keeps bringing them in here. ....but society is to blame.
Reply


Messages In This Thread
Converting to a list and sort - by tantony - Oct-04-2019, 07:37 PM
RE: Converting to a list and sort - by Larz60+ - Oct-04-2019, 07:49 PM
RE: Converting to a list and sort - by stullis - Oct-04-2019, 08:01 PM
RE: Converting to a list and sort - by Larz60+ - Oct-04-2019, 10:59 PM
RE: Converting to a list and sort - by perfringo - Oct-05-2019, 04:28 PM
RE: Converting to a list and sort - by tantony - Oct-07-2019, 01:55 PM
RE: Converting to a list and sort - by perfringo - Oct-07-2019, 03:30 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Sort a list of dictionaries by the only dictionary key Calab 2 589 Apr-29-2024, 04:38 PM
Last Post: Calab
  list.sort() returning None SmallCoder14 8 642 Mar-19-2024, 09:49 PM
Last Post: SmallCoder14
Photo a.sort() == b.sort() all the time 3lnyn0 1 1,344 Apr-19-2022, 06:50 PM
Last Post: Gribouillis
  list sort() function bring backs None CompleteNewb 6 4,190 Mar-26-2022, 03:34 AM
Last Post: Larz60+
  [solved] Sort list paul18fr 5 2,921 Aug-18-2021, 06:34 AM
Last Post: naughtyCat
  Converting a list to dictinary tester_V 8 2,754 Jul-02-2021, 09:04 PM
Last Post: tester_V
  Sort List of Lists by Column Nju 1 11,927 Apr-13-2021, 11:59 PM
Last Post: bowlofred
  Converting tkinter listbox into list BigSwiggy 6 3,660 Feb-07-2021, 02:01 PM
Last Post: BigSwiggy
  How to sort os.walk list? Denial 6 11,650 Oct-10-2020, 05:28 AM
Last Post: Denial
  Converting list to variables Palves 1 1,782 Sep-18-2020, 05:43 PM
Last Post: stullis

Forum Jump:

User Panel Messages

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