Python plugin byte compiling

… it also means you make the binary snaps architecture specific, and can not use something like:

architectures:
  - build-on: amd64
    run-on: all

anymore, since you now ship precompiled binaries instead of interpreted code.