python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Add multiple real-time plots on the same page with Chart.js (Django)
i'm trying to add multiple real-time plots on the same page (Django framework) with Chart.js using websockets. When i try to add separate socket on the 2nd plot, the 1st freezes. Here is my code, tha...
Fotini K.
Votes: 0
Answers: 0
Real time websites scraping with selenium and python
I am doing trading in a real time website. Now I want to scrap it continuously to extract real time stock or currency data for calculations using selenium and python. How do I approach the same. The w...
Soumya Chakraborty
Votes: 0
Answers: 1
How to update a constant csv file with real-time detection data?
I am trying to get the id number of a detected object into a csv file and because it is in real-time it will update the file with the id of the new detected object.
But I can't get the correct str val...
user18476419
Votes: 0
Answers: 0
Pitfalls and good practices for streaming data from a Raspberry Pi to my laptop
My first first post (ever), so if i've violated some rule(s) regarding SO usage, let me know...
I have an IMU connected to a Raspberry Pi and wish to stream the acc/gyro data to my laptop for graphing...
Hermit
Votes: 0
Answers: 0