When running the second module in liquid universe selection the following line fails: 

sortedByDollarVolume = sorted(coarse, key=lambda x: x.DollarVolume, reverse=True)  

the console complains:

 

Boot Camp: Looks like you're not sorting with the correct reverse...