Added a new binary installation file for both v3.14.5 and v3.13.13. Also, we’ve allowed the new Free Threaded Python as well. Its free threaded Version ends with a “t”, where the regular version is without the “t”. https://github.com/freemanbach/csharp/releases/tag/v0.0.4
python
Python v3.14.4 Free Thread
So, if you have not already heard. Python does provide a Free Thread Version of the language available starting with 3.13.x. The problem was that I didn’t realize that it was included as a separate binary file. The goal here to show there are two seperate binary file. One that non-threaded and a second binary…
Python 3.14.4 Release
Custom Python installer using C# has been made available recently. You can download the executable install to allow you to choose the current release or the previous release version on windows. https://github.com/freemanbach/csharp/tree/main There is also a CMD batch installer version if you wish to run this instead of the binary executable. https://github.com/freemanbach/PythonInstallerScripts/tree/main/python3/python314/3.14.4
Latest Python 3.13.x and 3.14.x Install Available
Python Windows CMD and Apple Mac sh install files are available for the taking. https://github.com/freemanbach/PythonInstallerScripts/tree/main/python3/python313/3.13.12 https://github.com/freemanbach/PythonInstallerScripts/tree/main/python3/python314/3.14.3 The Binary version for Windows using CSharp is also available as an menu driven application. https://github.com/freemanbach/csharp/tree/main
Python Installer
Python installer can be called from inside C# code in order to install Python for mass distribution across an internal network. I have created an exe file for this particular purpose. Source Code can also be found in the github location. https://github.com/freemanbach/csharp/tree/main/InstallPython The downloadable installer exe file can be run on the command prompt only….
