Jonathan Altman uses Jython to prototype Mahout code. Jython allows him to use Python, which he is familiar with, to access the Java-based Mahout library. He adds Mahout JAR files to the Jython path to import classes. This allows him to experiment with Mahout recommendations and other machine learning tasks more quickly than using Java. It took a few hours to port his first example but only minutes for subsequent examples.