I am coding for a Secure Key Management module in python.
I don't want to package and expose my .py files which contains very important algorithms.
Is it possible to package .pyc files just like we create a .jar out of .class files in Java and be able to execute the functionalities?
I dont think I should switch to writing entire code in Java for this reason.
Jython is used for this purpose?