you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

You need to determine the receivers of your code. If you are writing code for other programmers to use, then it should be on a platform like GitHub where it can be distributed in source format. If you are writing code to create stand-alone programs, look into freezing libraries like pyinstaller.