Currently I'm writing code on my Windows 10 Pro laptop using IDLE and then transferring the code to a Raspberry Pi to run. For the Pi I've installed some object packages, like RTL_433, pyModbus, etc, from a GIT site or other sources. My code generally works on the Pi, but on the laptop when coding I...