Most pages don't work with Python 3.x (v3.7 in my case).
Reason is mostly that print is now a function and not a statement anymore, plus a few other subtle differences (standard functions that have been moved or removed etc.).
Not sure, whether it's possible to create a version that runs under both Python versions, but upgrading this tutorial such that it runs under the newer seems desirable.
Most pages don't work with Python 3.x (v3.7 in my case).
Reason is mostly that print is now a function and not a statement anymore, plus a few other subtle differences (standard functions that have been moved or removed etc.).
Not sure, whether it's possible to create a version that runs under both Python versions, but upgrading this tutorial such that it runs under the newer seems desirable.