7 Comments
User's avatar
⭠ Return to thread
Abhinav Upadhyay's avatar

This was probably the most confusing thing in Python when I started, and the docstring of sorted never helped :)

Expand full comment
Stephen Gruppetta's avatar

It does feel like magic! I actually went to check what the docstring says. It’s just this: “A custom key function can be supplied to customize the sort order”. Not that helpful unless you already know what key does!

Expand full comment
Abhinav Upadhyay's avatar

Yes, that's cryptic for a beginner. They should do better.

Expand full comment