Next Pyweek : please use python3 !!!
For pedagocic purpose , it should be better to integrate obligation do give python3 working source.It's painfull to 2to3 all interesting code source and finally have broken code.
(log in to comment)
Comments
But Python 3.0 was released on December 3rd, 2008. so , it's time now.
I've just found it's buggy with Python 3.6 and Python 2.7 or Python 3.4 are the way to go.
Will Python 3.4 be allowed even though Python 3.6 is the newest?
For example:
PyHook simply doesn't work right on Python 3 on Windows 10, crashing when hovering over the taskbar, etc. which is why sometimes Python 2 is the only choice.
If you distribute your game as a binary executable, you won't have this problem anyway, because people aren't required to have a second Python 2 install (which I would recommend to anyone, but iguessyougottaknowwhat'sbestforyou..)
DR0ID on 2017/06/30 18:48:
Well, for the newer pyweeks this might be true, but for the older ones it would have been a bit difficult to code in py3 without its existence...