Category Archives: Python

Python – Sklearn – Chi- Categorical Ordinal

Presentation on Chi2 with a categorical ordinal ranking (0-9) and a Categorical-Binary Target Code (case 3 is enabled others commented out)

Posted in Python, Test Sector | Tagged , , , , | Leave a comment

Python – FTT – with Scipy

Python FFT or Sinewave with two components using Scipy-FFT Show result in plots using Matplotlib(r) library Starting point was from a Chat AI which did not put the import Matplotlib Modification added to get plots and limit frequency span. Also … Continue reading

Posted in Python, SciPy, Test Sector | Tagged , , , , , | Leave a comment

LabVIEW(r) , Python(r) Sinewave Fit

Sinewave fit function from python script called via LabVIEW Zip Image python script

Posted in LabVIEW(r), Python, Test Sector | Tagged , , , , , , , , , | Leave a comment

Sinewave Fit via Python with SciPy

Testing a sinewave fit code provide by Chat AI with different conditions. Original Posted Date: Nov 22, 2023

Posted in Python, SciPy, Test Sector | Tagged , , , , , | Leave a comment

Python-A way to show digital patterns(bits) in Matplotlib

Presentation on a way to show digital patterns (bits) visually in Matplotlib drawstyle was helpful but did not show the pattern correctly 100%(for me) below is my presentation followed by the code. Presentation Python Code Text Python Code Zip Notes

Posted in Matplotlib, Python, Test Sector | Tagged , , , | Leave a comment

Python – A version of Producer Consumer Pattern with Queues and Threading – Simulated Temp Chamber Demo

Presentation on a version of producer consumer pattern using queues and threading. Used Python,tkinter, and Matplotlib Presentation is followed with a short video and zip code May17,2023 added the Ipython console output image on post so you can see the … Continue reading

Posted in Arduino(r), Python, Test Sector, tkinter | Tagged , , , , , , , | Leave a comment

Python – Sequence Editor example

a Python tkinter Sequence Editor example with a simple UUT(Magnetic crane in canvas) Presentation Short Video of Sequence Editor with sequence running aprox 18sec Python code text Download Python code Notes

Posted in Python, Test Sector, tkinter | Tagged , , , , , , | Leave a comment

Python – Analog Meter with New Chart-Class this time

converted a previous python project over to Class type with new Chart /scope adventure Short Video on GUI (tkinter) Python Code Text (tkinter) Python – Analog Meter and Chart Download Notes Presentation: Analog Meter Display and Chart GUI using Vertical … Continue reading

Posted in Python, Test Sector, tkinter | Tagged , , , , , , , , | Leave a comment

Python – MCC USB-1208FS-Plus

Using Python to see connection and simple measurement using MCC’s USB-1208FS-Plus Presentation Python code text see in console result Down of simple measurement to see on console Notes

Posted in MCC_USB_1208FS_Plus, Python, Test Sector | Tagged , , , , | Leave a comment

Python – Learn Queue GUI

Tkinter GUI to learn Queue, Put, Get, Empty, Full, Exception Handling Short video about 42sec Python Learn Queue – Code Text Download of code Notes

Posted in Python, Queue, Test Sector, tkinter | Tagged , , , , , , , , , | Leave a comment