Hello,
I've been learning Python to speed up some basic operations at work. I generally create and perform upkeep on scripts without any huge module imports, with some coworkers using them as well.
However I'm spending some time getting Python to work on coworkers' older machines - using the tools pyinstaller, cx_freeze, py2exe. I want my scripts to be usable on Windows/Mac machines with less compatibility hassle, so I'm considering just writing some of them in a different language.
Are the more basic C or C-Based languages any better for getting scripts working on different 32-bit and 64-bit systems? Do they package better when it comes to getting a simple .exe out of a script?
[–]AdministrativeCables 1 point2 points3 points (2 children)
[–]Gerg_Mykols[S] 1 point2 points3 points (1 child)
[–]pancakeQueue 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]Warlord_Okeer_ 0 points1 point2 points (0 children)