Browsing Category
Python
26 posts
Posts with python code.
How To Configure The RPi Pico To Use The RPI-APP-FRAMEWORK
This post will walk through the steps needed to configure the RPi Pico to use the RPI-APP-FRAMEWORK. This…
March 12, 2026
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…
April 11, 2026
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…
April 11, 2026
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