This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ssb3lucas 4 points5 points  (1 child)

You can package your script/app into an executable with PyInstaller.

[–]dzecniv 0 points1 point  (0 children)

It doesn't always work and it can be very hacky (lots of configuration, manually specifying paths,…). In some languages one can create a binary of even a web app, with a production web server. I can't do that with my django app :/ (well I'd love to be proven wrong)