Comprehensive List of Python Libraries

Reading time is approximately 5 minutes. Library Name and Introduction Chardet is a character encoding detector that can automatically detect the encoding of text, web pages, and XML. colorama is mainly used to add various colors to text and is very simple to use. Prettytable is mainly used to build formatted output in terminal or … Read more

Open Source Projects and Resources Related to Embedded Systems

Open Source Projects and Resources Related to Embedded Systems

Follow+Star Public Account, Don’t Miss Exciting Content Source | Embedded Miscellaneous One of the hardest things at the beginning of learning is finding study materials. This post carefully compiles some resources related to embedded systems, including but not limited to programming languages, microcontrollers, open-source projects, the Internet of Things, operating systems, Linux, and more. It … Read more

CMake: Exporting Header Files

CMake: Exporting Header Files

Introduction: In fact, the relevant content of this article has been detailed in the CMake: Detailed Explanation of Static and Dynamic Libraries (Linux/Windows) notes, where it shows that CMake provides a platform-independent way to achieve its functionality. However, the issue of symbol visibility has not been addressed. The best approach regarding symbol visibility is to … Read more