Browsing Category
Python
25 posts
Posts with python code.
Dead Rail Model Train Control System
This post describes how to build a dead rail model train control system. Dead rail refers to a…
December 8, 2025
How To Manage GitHub and PyPI Releases
This post will describe how to manage GitHub and PyPI releases. This assumes that you have an online…
December 19, 2025
How To Setup Git Hub To Manage A Thonny project
This post will describe how to use Git Hub to manage a Thonny project. If you are developing…
December 18, 2025
Frameworks Similar to rpi-app-framework
This post describes Frameworks Similar to rpi-app-framework. The rpi-app-framework is a lightweight, modular framework for Raspberry Pi applications,…
November 21, 2025
RPI-APP-FRAMEWORK
This post describes the RPI-APP-FRAMEWORK, a python framework designed to simplify the python coding needed for your Raspberry…
November 2, 2025
How To Model Chain Link In FreeCAD
This post will describe how to model Chain Link in FreeCAD. All of the modeling is accomplished using…
November 28, 2023
How To Script A Sketch In FreeCAD Using Python
In this post we will review how to script a sketch in FreeCAD using python. Our goal is…
November 26, 2023
How To Create A Python Script To Display A Form In FreeCAD
This post will describe how to create a Python script to display a form in FreeCAD. First, we…
November 18, 2023
How To Iterate The FreeCAD Document Tree Using Python
This post will discuss how to iterate the FreeCAD document tree using python. The tree is implemented using…
November 18, 2023
How To Create A User Interface For Your FreeCAD Python Scripts
This post will walk you through the steps that explain how to create a user interface for your…
November 18, 2023