New answers tagged raspberry-pi
1
vote
RC Plane Radio using the Raspberry Pi
Indentation
The code uses inconsistent indentation, and single-space indents make the code
very hard to understand. The black
program can be used to automatically indent the code with a more ...
1
vote
Uploading captured video to Google Cloud Storage
DRY
Nearly the same code is repeated 8 times, with only a variable name difference:
uploader1 = GCSUploader()
uploader2 = GCSUploader()
// etc.
I think an array in ...
Top 50 recent answers are included
Related Tags
raspberry-pi × 78python × 55
beginner × 17
python-3.x × 12
python-2.x × 12
linux × 9
c × 7
bash × 5
java × 4
c++ × 4
performance × 4
networking × 4
embedded × 4
serial-port × 4
datetime × 3
shell × 3
gui × 3
pygame × 3
server × 3
audio × 3
opencv × 3
arduino × 3
c# × 2
game × 2
multithreading × 2