I know that DropBox uses a lot of python code in its application, so i'm wondering how it protects the code from being stolen because it seems pretty difficult to obfuscate python code (protecting python code).
I've read about software that converts python code to executables (i.e. pyinstaller). Does DropBox use software like that to protect their code?