DIY Desktop Robot That Can Laugh and Move with Raspberry Pi 4B

DIY Desktop Robot That Can Laugh and Move with Raspberry Pi 4B

MAKER: Shebin Jose Jacob, Nekhil / Translated by: Fun Endless Introduction Emo is a personal companion robot that embodies style and innovation. Its creation is made possible by the latest Raspberry Pi 4 technology and advanced design. It is not just a robot; it is a living presence. Unlike other robots, it possesses a unique … Read more

DIY Face Recognition System Using Raspberry Pi

DIY Face Recognition System Using Raspberry Pi

First, What is Raspberry Pi? Raspberry Pi is a cheap card-sized Linux computer that has taken the world by storm. It is one of the many inexpensive and mature computers available, costing only 35 dollars, and is very easy to get started with. Raspberry Pi can replace various uses of a daily desktop computer, including … Read more

Getting Started with Raspberry Pi 5 GPIO

Getting Started with Raspberry Pi 5 GPIO

Getting Started with Raspberry Pi 5 GPIO GPIO, which stands for General Purpose Input/Output, is a critical interface for connecting external devices, transforming your Raspberry Pi into a multifunctional control center. GPIO is also key for Internet of Things (IoT) development, as many devices require data interaction through GPIO interfaces. The 40-pin header supports digital … Read more

Getting Started with TensorFlow on Raspberry Pi

Getting Started with TensorFlow on Raspberry Pi

Introduction This page will guide you on installing TensorFlow on a Raspberry Pi 4 running the 64-bit Bullseye operating system. TensorFlow is a large software library developed specifically for deep learning, which consumes a lot of resources. You can run TensorFlow on a Raspberry Pi 4, but do not expect miraculous performance. If the model … Read more

7 Open Source Guides to Keep Your Brain Busy This Summer

7 Open Source Guides to Keep Your Brain Busy This Summer

Introduction: Download one of our free guides: Develop a Python-based video game; use open source tools to keep your life organized; complete home automation projects; or try your Raspberry Pi home lab. The article contains: 1791 words, reading time approximately: 3 minutes https://linux.cn/article-13575-1.htmlAuthor: Seth KenlonTranslator: zEpoch (LCTT Translation Note: The free e-books from opensource.com require … Read more

Learn Python From Scratch: Build a Self-Moving Robot

Learn Python From Scratch: Build a Self-Moving Robot

Hey everyone! I’m Xiao P, a Python enthusiast who loves robotics. Today, let’s work on an interesting project – making a robot move by itself using Python! Sounds cool, right? Join me on this magical coding journey! Robot Development Tools When it comes to robot development, we must mention our main characters – the Python … Read more

Controlling Raspberry Pi GPIO with RPi.GPIO

Controlling Raspberry Pi GPIO with RPi.GPIO

The GPIO interface of the Raspberry Pi is like the nerve endings of a small computer, capable of sensing external signals and controlling various peripherals. Using the RPi.GPIO module, we can easily manipulate these pins with Python code. Whether it’s lighting up a small bulb, controlling a motor, or reading sensor data, it’s all possible. … Read more

Why Is Our Company Still Using Python for Development?

Why Is Our Company Still Using Python for Development?

👉 Welcome to join Xiao Ha’s Planet , you will gain: Exclusive project practice / Java learning path / One-on-one Q&A / Study check-in / Book benefits The full-stack front and back end separation blog project version 1.0 is complete, and version 2.0 is being updated…, Demo link:http://116.62.199.48/ , hands-on guidance throughout, back-end + front-end … Read more

What Is Raspberry Pi? A Comprehensive Guide

What Is Raspberry Pi? A Comprehensive Guide

Raspberry Pi is not unfamiliar to designers or learners of open-source hardware. It is one of the most basic and practical computers in the realm of open-source hardware. So, what exactly is Raspberry Pi? Who are the suitable learners or developers for it? This article will provide a detailed introduction. Raspberry Pi is the Chinese … Read more

Why Our Company Still Uses Python for Development

Why Our Company Still Uses Python for Development

My booklet: (Beginner’s Guide to Quantitative Stock Analysis with Python), original price299, limited time special price of 2 cups of coffee, price will increase by 10 yuan after reaching 100 people. Author: Wada Xiwa https://www.zhihu.com/question/278798145/answer/3416549119 In recent years, I have often seen some large companies that heavily used Python migrating to other language technology stacks. … Read more