python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to make use of events in Python on to call a function when a button is pressed on the HAT?
Apologies if this is the wrong place for this question. Bit of a Python newbie, but I'm getting there with it, I've just hit a bit of a brick wall.
I'm building a Pi project that uses the Pimoroni Dis...

Steve Abraham
Votes: 0
Answers: 1
altair python package gives "Illegal instruction" on Raspberry PI
In my RaspberryPI ZERO W I got strange error when trying to import altair module in python script.
pi@raspberrypi:~ $ python3
Python 3.7.3 (default, Jul 25 2020, 13:03:44)
[GCC 8.3.0] on linux
Type &...
Ján Strompl
Votes: 0
Answers: 1
ImportError: No module named tflite_runtime.interpreter
Following this official TF Guide: https://www.tensorflow.org/lite/guide/python
Tried this method as well: https://github.com/tensorflow/examples/tree/master/lite/examples/image_classification/raspberr...

Alexander Viala Bellander
Votes: 0
Answers: 2
Cannot get a RPi Zero to emulate _both_ a USB Keyboard _and_ Mouse
I am trying to get my RPi Zero W to emulate a keyboard and mouse. I can get it to emulate a keyboard or a mouse successfully, but not both at the same time.
I followed the instructions at iStickToIt ...
pointonn
Votes: 0
Answers: 1