Python 4
Python is widely used for scripting, automation, and embedded programming. These posts explore Python applications, particularly in contexts where it complements or compares with Java for hardware projects and automation tasks.
Review of the Elecrow Raspberry Pi Pico Advanced Kit
People who follow me, know I’m a big fan of the Elecrow CrowPi , the little suitcase with a Raspberry Pi and a lot of electronic components included. I used it already a lot …
Why you should learn to program on the Raspberry Pi
In this article “Java vs Python - Which Programming Language Should Programmer Learn First?” by Javin Paul , you can find a comparison between the two most popular …
Controlling a LED number display with JavaFX and Python on Raspberry Pi
In my book I explain the use of bits and bytes by using a shift register SN74HC595 IC and 5101AS LED number display .
Pong on a Raspberry PI
As a self-study project I experimented to create a Pong game + slide shown on a Raspberry PI with Tkinter, GPIO and physical buttons.