Reading thermistor temperature on python

Hi everyone, this is how my set up for thermistor is on breadboard connected to arduino


I was wondering how is it possible to print the temperature it detected to the visual code terminal using pymata4

pymata4 seems to be deprecated in favor of telemetrix. Consider using the latter instead.

That said, you should be able to read the analog input as described here: pymata4/analog_input_with_time_stamps.py at master · MrYsLab/pymata4 · GitHub

Just change the pin number from 2 to 0.