How to Compile LineageOS and Flash It

How to Compile LineageOS and Flash It

1 Environment Compile host should be Ubuntu 20.04; really avoid using other versions as they have too many pitfalls. If your Ubuntu is a different version, it is recommended to check the required libraries on the LineageOS official website. The device is Flame, compiling LineageOS version 18. Other versions can also refer to this article, … Read more

Advantages of Running RTOS on Microcontrollers Compared to Bare Metal

Advantages of Running RTOS on Microcontrollers Compared to Bare Metal

Author | strongerHuangWeChat Official Account | Embedded ColumnRecently, I have been asked similar questions: Do I have to learn RTOS when studying microcontrollers? Is there still a future for bare metal development? For microcontroller projects, should I choose bare metal development or RTOS development? Are there still companies using bare metal for projects? …… Many … Read more

Comparing ESP32 and STM32: A Technical Perspective

Comparing ESP32 and STM32: A Technical Perspective

Hello everyone, recently I encountered a newcomer asking whether to learn ESP32 or STM32 first. First of all, these two devices are not aimed at the same direction. STM32 is an enhanced version of the STC51, which has very limited resources, including few registers and limited RAM and ROM. If you want to develop more … Read more

Using CMake to Reference Your Own Developed Third-Party Library

Using CMake to Reference Your Own Developed Third-Party Library

Summary Developing your own library in C++ is quite convenient, but making it usable for others can be a bit challenging. It requires understanding the CMake toolset. This article may seem simple, but I spent three days working on this issue. Perhaps I am a bit slow, and with limited learning ability, I will strengthen … Read more

15 Powerful Python Libraries to Explore in 2025

15 Powerful Python Libraries to Explore in 2025

In 2025, build various powerful applications with these 15 Python libraries. Long press to follow “Python Learning and Research Base”, join the reader group, and share more exciting content. In the technical ecosystem of Python, the rich and diverse libraries are a major highlight, greatly expanding the application boundaries of Python and serving as “power … Read more

A Comprehensive Guide to Learning Python from Scratch

A Comprehensive Guide to Learning Python from Scratch

Why Choose Python as Your First Programming Language? Among many programming languages, Python stands out as one of the most suitable languages for beginners due to its simplicity and powerful features. According to the latest programming language rankings in 2023, Python has topped the list for several consecutive years, which fully demonstrates its popularity. The … Read more

Goodbye, Python. Hello, Go Language

Goodbye, Python. Hello, Go Language

Let me explain the title of this article. 1. Both Python and Go are excellent programming languages, each excelling in different areas. Python is more mature, has a wealth of libraries, and is suitable for scripting and data analysis, dominating the field of artificial intelligence. Go, being relatively young, is more vibrant and excels in … Read more

PyGObject: The Python Bridge for GTK Applications!

PyGObject: The Python Bridge for GTK Applications!

▼ Click the card below to follow me ▲ Click the card above to follow me PyGObject: Unlocking the Magic Weapon for Python GUI Development! PyGObject is a magical tool that connects Python with GTK graphical interface development. It acts like a universal remote control in the hands of programmers, allowing you to easily manipulate … Read more

The Light of Open Source: The Birth and Rise of Linux

The Light of Open Source: The Birth and Rise of Linux

In the vast expanse of technology, there shines a brilliant star that illuminates every corner of the computer world with its open and free spirit: Linux. Today, let us delve into the story of Linux’s birth and growth, exploring the legend behind it. Origins: New Demands in the Context of the Times Looking back to … Read more

An Overview of Python: A Popular High-Level Programming Language

An Overview of Python: A Popular High-Level Programming Language

Python is a widely popular high-level programming language, known for its simplicity and powerful features, making it one of the top choices for developers. Whether you are a newcomer to programming or an experienced developer, Python provides a very friendly development environment. Its syntax is concise and clear, with high readability, making it almost as … Read more