The Rosetta stone should use Python 3. None of the current examples will run because they use Python 2-only syntax (print statements). There's also at least one example I saw that assumes / does integer division.
Also, the NumPy example for matrix multiplication can use @ instead of dot.