Blynk Python RPI local server

No. In either 2.x or 3.x you just need to add in this line…

from __future__ import print_function

But the log = print will do the same thing as DEBUG in C++ sketches… so lots of CLI printing

1 Like