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.

Mar 26, 2024 · 5 min

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 …

#elecrow#raspberry-pi#python#electronics
Sep 7, 2020 · 4 min

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 …

#java#python#raspberry-pi
Dec 18, 2019 · 2 min

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 .

#javafx#raspberry-pi#python#electronics
Dec 20, 2017 · 2 min

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.

#python#raspberry-pi#electronics