Build Windows executable from Python 3.6 package

I have been working on a project in which I need to deploy to multiple Windows systems. I’ve written the software in Python; normally, I would clone the package repo via git to the target systems, and set up package dependencies by installing via internet, but I have some restrictions: Firewalled systems can’t pull in…

Continue Reading