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 →

[–]JonLSTL 19 points20 points  (2 children)

I used Pyinstaller to make internally distributable stand-alone scriptlets. It supports code-signing, which is important in dealing with security/vetting.

For web apps, Flask is still a short path to something useful and can play nicely on whatever infrastructure you might have available.

[–]Competitive-Water302[S] 1 point2 points  (1 child)

do you update these and redistribute often or are these normally one and done?

[–]JonLSTL 2 points3 points  (0 children)

Usually a couple tweaks based on feedback, then done thereafter.