Protecting your code

Hi all,

I’ve been reading about Panda features, it really have a lot of good staff :smiley:
I have a doubt i couldn’t resolve.
Is there a way to protect your python code? or you have to expose all the python source files to the end users?

Maybe somebody with experience on Panda can answer me.

Many thanks!

It’s possible to compile your Python files into .pyc or .pyo (or even to .exe) so that the source will not be visible to the end-user.