Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: understanding sorted key parameter
Post: RE: understanding sorted key parameter

Great, many thanks!
amirt General Coding Help 2 2,720 Jul-30-2018, 06:27 PM
    Thread: understanding sorted key parameter
Post: understanding sorted key parameter

Can someone explain what is happening in the following sorting action: I have a list: L = ['breathe', '_', 'd', '+', 'a', 'bear']If i sort it with the key parameter checking if there is an item in th...
amirt General Coding Help 2 2,720 Jul-30-2018, 05:50 PM
    Thread: Conditional sorting in Python
Post: Conditional sorting in Python

In Python how can i sort a two item list based on the condition: if first items are not equal do a normal sort (based on the values of first items), and if the first items are equal sort base on the b...
amirt General Coding Help 1 6,368 Jul-05-2018, 01:09 PM

User Panel Messages

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