Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: sorting a list of lists by an element
Post: RE: sorting a list of lists by an element

Thanks a lot ! I am fairly new to programming, will look up the lamda and itemgetter functions
leapcfm General Coding Help 3 1,851 Sep-10-2021, 03:33 PM
    Thread: sorting a list of lists by an element
Post: sorting a list of lists by an element

Hi, I have a list of lists that I want to sort, something like : data = [[0,False,'c'], [0,True,'z'], [1,False,'P'], [0,True,'A']]I want all lists that have a True value at the top of Data, like : ...
leapcfm General Coding Help 3 1,851 Sep-10-2021, 03:13 PM

User Panel Messages

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