Panda python code issue

I think the two easiest ways to accomplish what you’re looking for are:

  • Use the compiled .pyc files Python generates when it runs a Python script and distribute those in place of your .py files
  • Use Panda’s built-in tools that basically automate the first option for you

That being said, I think you shouldn’t use Panda until you’ve learned Python to the point where you’re comfortable with it - it will save you a lot of time and trouble in the long and short run.