Beginner’s Diary: Getting Started with Python

Beginner's Diary: Getting Started with Python

Beginner’s Diary: Getting Started with Python The reason I decided to learn Python is very practical—I’ve had enough of repetitive manual tasks. While VB can handle most repetitive Excel operations, what about tasks outside of Excel? Seeing many people talking about Python, I felt inspired to learn it. In fact, I considered learning Python a … Read more

Beginner’s Diary: Getting Started with Python

Beginner's Diary: Getting Started with Python

Beginner’s Diary: Getting Started with Python My motivation to learn Python is very practical – I’ve had enough of repetitive manual tasks. While VB can handle most repetitive Excel operations, what about tasks outside of Excel? Seeing many people talking about Python, I felt inspired to learn it. In fact, I considered learning Python a … Read more

Using J-Link Debugger in VSCode

Using J-Link Debugger in VSCode

Using J-Link Debugger Visual Studio Code is a free source code editor developed by Microsoft. Through plugins, it can implement GDB + J-Link + GDBServer to debug embedded systems in VSCode. In this article, we will introduce how to add debugging capabilities to Cortex core microcontrollers using J-Link. The example uses SEGGER’s emPower v2.0 evaluation … Read more

Recommended Software Tools for Embedded Engineers

Recommended Software Tools for Embedded Engineers

As the saying goes: To do a good job, one must first sharpen their tools.As a qualified embedded engineer, you may encounter and handle various strange problems in your daily work. At this time, a highly adaptable tool can greatly improve work efficiency.Based on personal usage and objective feedback from fans, I recommend several commonly … Read more

Microsoft Restricts C/C++ Extensions from Running on Non-VS Code Platforms Due to Strict Licensing

Microsoft Restricts C/C++ Extensions from Running on Non-VS Code Platforms Due to Strict Licensing

Microsoft is restricting extensions such as C/C++ from running on third-party code editors based on Visual Studio Code, as these extensions use unconventional open-source licenses. For example, users of Cursor are now prompted to disable these extensions, and Cursor is preparing to phase out Microsoft’s own extensions in favor of open-source solutions in upcoming versions. … Read more

Raspberry Pi Now Supports Visual Studio Code!

Raspberry Pi Now Supports Visual Studio Code!

Source: IoT Frontier Station For developers, an IDE is an essential tool. However, most powerful IDEs run on x86 architecture, and unless some major companies ensure compatibility with their products, there are few popular IDEs that support other architectures. Unexpectedly, the Raspberry Pi Foundation has recently announced support for VS Code. VS Code has officially … Read more