I am relatively new to this, but it seems like I should be able to do this.
I have some python code that runs a temperature probe from my Raspberry Pi. It works great and reports out temperature and time readings to a google spreadsheet using gspread.
What I would like to do now is make a web page that I could run on a local server to do the same thing. Instead of doing everything from the command prompt, I would like to go to any computer on my network, and start the temperature probe.
I am not sure where to begin with this project. Is there a good tutorial or place to start for combining a python program with a web page?
Any help would be appreciated.
Thanks!
Mike Davis