May 2019
Intermediate to advanced
542 pages
13h 37m
English
Once Python and PyQt5 are installed on your Raspberry Pi, you should be able to run any of the applications we've written so far in this book. Essentially, the Pi is a computer running GNU/Linux, with which all of the code in this book is compatible. With this in mind, you could simply use it as a small, energy-efficient computer for running your PyQt applications.
However, the Raspberry Pi has some distinctive features of its own, most notably, its GPIO pins. These pins enable the Pi to communicate with external digital circuits in a very simple and accessible way. Raspbian comes with software libraries preinstalled, which allows us to control these pins using Python.
To take full advantage of the unique ...
Read now
Unlock full access