Hello,
New guy again, trying to simplify things (for my new brain).
RPi hardware aside (ARM chip, firmware, GPIO, additional boards, HATs, etc...) - One could be reasonably confident that a 32-bit TinyCore virtual machine (w/similar RAM, storage) can be used as a dev environment for a Python 3.8 program (media slideshow) meant to be deployed on an RPi?
Create a piCore RPi, making certain all the required extensions - including Python 3.8 are loaded and copy the python (.py) program.
Simplistically asked, Python is Python no matter which TinyCore Distro one runs it on? Using an emulator I'd think is overkill (for this limited use case)?
Thanks in advance. I'm slowly teaching myself, so although trial and error works (putting the work in)... it would be great to not go down an obviously wrong path.