Make a simulation using python

Posted by user3727759 on Stack Overflow See other posts from Stack Overflow or by user3727759
Published on 2014-06-10T21:21:56Z Indexed on 2014/06/10 21:24 UTC
Read the original article Hit count: 109

Filed under:

I am new to programming and using python. What I am trying to do is create a simulation of a thermostat system by using python. Is there a way to create a program that I can input data, for example temperature and humidity values and then have python constantly plotting the data as I enter the values. This is to simulate a device gathering data and sending it to this program and having it being plotted. I have found ways to plot data by using matplotlib but I have not been able to find a way that I can input the data and have the plot upgrade constantly.

Thanks any advise is appreciated.

© Stack Overflow or respective owner

Related posts about python