Python Coding Guidelines General Principles One file = one module = one purpose: Each file must be explicitly importable as a module and serve exactly one main purpose. Do not default to generic Python ecosystem “be 2025-08-29 Programming #reference #coding-guidelines #python
Eating in the Americas - Down-to-earth Foodstuffs 吃在美洲——接地气儿的食材 Eating in the Americas - Down-to-earth Foodstuffs 这些植物和动物在美洲有原生族群: These plants and animals have populations native to the Americas: 植物 Plants 天门冬目 Asparagales 天门冬科 Asparagaceae 龙舌兰属 Aga 2025-08-21 Lifestyle #food
Setting Up a VNC Server for Remote Desktop Access While SSH is a staple tool and almost universally understood among Linux users, setting up VNC for remote desktop access - especially headlessly or with virtual framebuffers - remains mysterious to ma 2025-08-21 Systems #reference #systems #vnc #remote-desktop
英语名词新译 “哎妈呀,这不就是咱们屯子里的那个……吗!” 专有名词 Berkeley 桦林 古英语的 *beorc* 意为桦树,*leah* 意为林地、空地 Carmichael 米哈伊尔堡 苏格兰盖尔语的 caer 意为“要塞”或“堡垒” Cornell 角斗士 古凯尔特语的 corn 意为“角”或“突出物 ”,wall 意为“统治者”或“勇士” Dunbar 山头堡 苏格兰盖尔语的 dùn 2025-07-30 Linguistics and Literature #linguistics #translation
Metaclass Fundamentals Metaclasses are one of Python’s most powerful yet least understood features. They enable patterns that would be difficult or impossible with regular class definitions. In this post, we’ll explore meta 2025-07-25 Programming #python #metaprogramming
Creating Custom Data Structures from Abstract Containers in `collections.abc` Creating Custom Data Structures from Abstract Containers in collections.abcPython’s collections.abc module provides a set of abstract base classes (ABCs) that define the interfaces for various contain 2025-07-24 Programming #python #data-structures
用汉语拼音解读国际音标,快速读出任何语言的发音 语言是用来交流的,不是用来炫耀、排斥、孤立的。 你是否遇到过这种情况? 在土耳其旅游,想对店员说一句“Teşekkür ederim”,但看着字母完全不会读? 在冰岛听到地名“Eyjafjallajökull”,直接放弃尝试? 想学几句格鲁吉亚语、阿拉伯语,但连音标都看不懂? 我们大多数人只学过汉语拼音和英语,但国际音标(IPA)里很多符号看起来像天书。其实,它们大多能用拼音的发音“近似替 2025-06-30 Linguistics and Literature #phonetics #linguistics
Lessons learned from Master's thesis Firmly define the research topic. Do literature research based on keywords, never limit the scope of journals and conferences, and continue literature research even after starting the project. Collec 2024-08-23 Reflections #career