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 thread stopping at window close.
Presentation
Other Info
On window close(x) you can see the three thread stop
Short Video about 50sec
python code zip
Notes
- Presentation: A Producer consumer type pattern , using temperature chamber testing as example (temperature, ps, uut are simple simulator for demo.)
- Programming Language used: Python 3.9 in Spyder5.4.3,Matplotlib 3.7.1
- Presentation app: Microsoft’s PowerPoint
- Helpful resource: Stackoverflow, Search Engines , Bing chat AI, and Python communities.
- Bing is a Microsoft’s product.
- Python, Tkinter, and Matplotlib are products of respective company
- Presentation shown to spark ideas of use.
- This presentation is not connected to or endorsed by any company.
- Use at your own risk.
- Tags: Python, Python3.9, Tkinter , Matplotlib ,GUI, List, StringVar, Simulated Temperature chamber Testing, Threading,Queues
- Title: Python – A version of Producer Consumer Pattern with Queues and Threading – Simulated Temp Chamber Demo