tuthpc
tuthpc copied to clipboard
make python3 compatible
everything except pyina
is python3 compatible, so the tutorial can easily be python3 compatible elsewhere. The first few pages just need xrange = range
and print
statements with parenthesis.