PikaScript是一个完全重写的超轻量级python引擎,零依赖,零配置,可以在少于4KB的RAM下运行(如stm32g030c8和stm32f103c8),极易部署和扩展... (more…)
Read more »
This post introduces the reader to Python maps, implemented by the built-in map() function of Python.Map is a powerful function that not only gives us new ways to transform data, but also aids us in... (more…)
Read more »
How to scrape TikTok videos posted or liked by a user, collect a large user list from seed accounts, and collect trending videos all with a simple API. (more…)
Read more »
Some Linux distributions (like Alpine and Arch Linux) are shipping something called “python bytecode” in their packages. It’s stored in .pyc files and is generated during the package build. They’re stored in __pycache__ folders and can be seen here: (more…)
Read more »