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 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
NASA Astronomy Picture of the Day
NASA has provided spectators an abundance of space images that captivated people from around the world. You, too, can obtain images from NASA by using their API or directly parsing their Archive image repository. There are some sample code i had written where it will be able to return the JSON data to then pull…
Pulling OMDB Data
We recently built a simple console application to pull data from the IMDb movie microservice website. It isn’t feature-rich, yet it will pull some simple data from this particular microservice architecture. you will have to clone and place your KEY into the program.cs file, then compile it prior to running the executable file inside bin…
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
Asus Chromebook Intel AlderLake CX5601FBA
This machine was an interesting device, its quite large and sturdy with a large, hefty screen. Perhaps, around 16.2 inches of screen real estate. Similar to the HP G6 machine, using an Intel chip, but this machine contained an Intel i3 Core with 2 CPUs baked into the MOBO. Following my previous steps in preparing…
Intel GeminiLake HP Chromebook 14 G6
There was a Client who had asked me to install a Linux distro unto their HP Chromebook device. Initially, i wasnt sure whether it would work on their device. After some research on MrChromebox.tech website, the firmware deployed by Google can be overwritten by conducting quite a few arduous steps. i didnt realize that the…
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….

