Custom Sorting in Python
        
        Published 
        
        • 4 min read
      
    I recently found myself needing to sort a list by cardinal directions. Here's a super simple solution to do custom sorting in Python.
I recently found myself needing to sort a list by cardinal directions. Here's a super simple solution to do custom sorting in Python.