Disassembling the Surface RT

Back in June 2012, I introduced the first Surface brand tablet laptop launched by Microsoft, which included two types: x86 architecture (Surface Pro) and Arm architecture (Surface RT). A week later, I compared these two different versions. Two years later, I purchased refurbished units of both models for subsequent use (and of course, as material … Read more

Connecting CSI Camera to Raspberry Pi with OpenCV

Click the above“Mechanical and Electronic Engineering Technology” to follow us My requirements: Raspberry Pi 3B+, operating system Raspbian-stretch, with both Python 2.7.13 and Python 3.5.3 versions. The CSI (Camera Serial Interface) camera is a common camera interface used in embedded systems or mobile devices. It is typically used for direct connection to processors or image … Read more

How Powerful Is the ESP32 Compared to STM32?

Development boards are circuit boards used for embedded system development, including a series of hardware components such as central processing units, memory, input devices, output devices, data pathways/buses, and external resource interfaces. When it comes to development boards, we have to mention the king of cost-performance ratio MCU—the ESP32 development board. 1. Powerful Functions The … Read more

25 Spring Action Guide 03 – Python

You must study this course well even if you know nothing about computers. Don’t you want to create a personal website like kimki? Python is just right for writing a website. Actually, this is quite interesting, isn’t it? Alright, I will start planning some things for you. Complete your assignments on time, listen attentively in … Read more

Using Python to Generate Learning Exercises for Kids

Last night, my little rascal was complaining while doing homework, saying “I’m so bored.” Looking at his sad little face, I suddenly had a bright idea: since we programmers can solve various problems with code, why can’t we use Python to help kids generate practice questions? So, I immediately opened my computer and started my … Read more

Beginner’s Guide to Python Web Scraping

In the digital age, data has become a valuable resource. Python, with its simple syntax and strong support for third-party libraries, has become the preferred language for learning web scraping techniques. This guide is designed specifically for beginners in web scraping, aiming to help you start from scratch and gradually master the basic skills of … Read more

Managing Food Inventory with Python: Waste Not!

Yesterday, I opened the refrigerator and found it packed with various ingredients, some of which had even gone moldy. I suddenly realized how much food is wasted each year due to poor management. As a food lover who enjoys programming, I decided to solve this problem with Python. Let’s save those poor ingredients with code! … Read more

Summary of Practical Python Knowledge for Ordinary People (2)

The second wave of learning Python’s real feedback has arrived, let’s take a look at the genuine feedback from those who have learned Python. From this, we can truly understand that learning Python is indeed suitable for ordinary people. @Netizen Hua Qing: Python = tool. @Netizen X-LIONY: Learning Python for artificial intelligence is correct; most … Read more