Am I allowed to distribute my python program for a price? -


right student, , have wonderful idea working on in python, wondering if python compatible licensing option allow me sell without making source code available.

i know gpu compatible, gpu, have make sourcecode available , security risk. please me out.

the core python implementation licensed under the python software foundation licence.

this not affect at all unless contributing python project. general python code yours licence , use wish. can sell, distribute or not distribute python code see fit (although it's worth noting can't distribute python programs without source code - @ best can obfuscate , distribute byte-code, weak @ best).

i presume gpu mean gpl - gnu public licence. python not released under gpl, , if was, wouldn't affect code write run in python interpreter, code contributed python project itself.

as final note, if publicly releasing code security risk - it's not secure code in first place. code relies on security obscurity not secure. if code secure, shouldn't matter if can see it.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -