Skip to content

Engineering Tech Blog

Menu
Menu

Python v3.14.5

Posted on May 12, 2026 by aschenbach

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

Read more

Python v3.14.4 Free Thread

Posted on April 29, 2026April 29, 2026 by aschenbach

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…

Read more

Python 3.14.4 Release

Posted on April 15, 2026 by aschenbach

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

Read more

NASA Astronomy Picture of the Day

Posted on March 16, 2026March 16, 2026 by aschenbach

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…

Read more

Pulling OMDB Data

Posted on March 12, 2026 by aschenbach

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…

Read more

Latest Python 3.13.x and 3.14.x Install Available

Posted on March 8, 2026March 8, 2026 by aschenbach

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

Read more

Asus Chromebook Intel AlderLake CX5601FBA

Posted on February 19, 2026April 22, 2026 by aschenbach

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…

Read more

Intel GeminiLake HP Chromebook 14 G6

Posted on January 29, 2026 by aschenbach

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…

Read more

Python Installer

Posted on January 25, 2026January 25, 2026 by aschenbach

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….

Read more

Recent Posts

  • Python v3.14.5
  • Python v3.14.4 Free Thread
  • Python 3.14.4 Release
  • NASA Astronomy Picture of the Day
  • Pulling OMDB Data

Recent Comments

No comments to show.

Archives

  • May 2026
  • April 2026
  • March 2026
  • February 2026
  • January 2026

Categories

  • Blog
  • chromebook
  • Code
  • python
© 2026 Engineering Tech Blog | Powered by Minimalist Blog WordPress Theme