Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
1. Introduction
The key argument
Lambdas
The itemgetter() function
Summary

Instruction

Welcome back! In the previous part, you learned how to sort lists and other data structures in Python. Today, we're going to extend that knowledge by specifying our own sort orders. This will give you more control over how your data structures are sorted.

Sound interesting? Then let's get started!

Exercise

Click Next exercise to continue.