Tag Archives: Threading

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 Test Sector | Tagged , , , , , , , | Leave a comment

Python tkinter and time delay

Presentation on Different ways to create time delay in tkinter Short Video (about 35sec) Python code Text Python code download Notes

Posted in 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 Test Sector | Tagged , , , , , , , , , | Leave a comment

Python GUI – Production Line example

Using Python, Tkinter, canvas ,and photoimage function with some threading My webhost not allowing some file extension so need to put image as individually (sorry) The images are for operator sequence , I tried to put them all in a … Continue reading

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

Python GUI Four UUT with Threading, progressbar, tab

Show a GUI tkinter using four UUT example with threading, includes progress bar and tabs. Not a how to setup mux communication, focus in on GUI and threading UUT 3 was made intentionally slow and to randomly fail to show … Continue reading

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