# Introduction In Python, you can use the `min()` function to find the minimum value of a list. However, what if you want to find the minimum value of a list based on a specific property or attribute of each element in the list? This is where the `min_by()` function comes in handy.
Click the virtual machine below to start practicing