Questions tagged [python]

Python is a widely used interpreted, high-level, general-purpose programming language with many excellent libraries to extend its core functionality.

19 questions
2
votes
1 answer

How to setup a one-writer, one-reader system between a python script updating data from my home computer and an RPI reading the data?

This is my first project involving IOT, or even very much internet protocol for that matter. THE SHORT: I have a few programs on my home computer that search for live stock price data continuously. I have also designed a stock ticker from an RPI…