Comment on Compile Python applications into stand-alone executablesComments−ashishknitcs4yIn role of IT manager py2exe and pyinstaller are my goto tool to make script work on machine.I’m from a IT dept of a oil company not much of savvy apps mostly dull.As manager have to do lots of data wrangling for this and that form of reports.scripts to do jobs on machine.Python is only fullstack i know. Pyinstaller is mine goto tool to build executable and make it portable across environment.
Comments
In role of IT manager py2exe and pyinstaller are my goto tool to make script work on machine.
I’m from a IT dept of a oil company not much of savvy apps mostly dull.
As manager have to do lots of data wrangling for this and that form of reports.
scripts to do jobs on machine.
Python is only fullstack i know. Pyinstaller is mine goto tool to build executable and make it portable across environment.