imhuay
imhuay
> [【提升Python技能】 模块与元编程 (五) Namespace Packages_哔哩哔哩_bilibili](https://www.bilibili.com/video/BV1d14y1L7ui/?spm_id_from=333.851.dynamic.content.click&vd_source=ba096786da8fb76742390c0bcea38a01)
example: - for algorithm:  - for note: 
### 旧做法 - 利用 `git subtree` 将 src 抽取为子仓库,然后同步; - 优点:便于快速迭代; - 缺点:迁移困难(服务器,Spark 等场景) ### 新做法 - 将 src 打包为标准的 python package,利用 pip 安装; - 优点:标准化,迁移方便; - 缺点:1)不能快速同步;2)更新流程复杂(可以利用 GitHub Actions...
Now the VSCode treats a long Chinese text as one “word”. Each time use `Ctrl+Left/Right`, it will move the cursor to the begin or end. The feature request is that...
**Description** When using the Dracula theme in VS Code, snippet placeholders (e.g. `$1`) can be filled normally. However, when selecting the inserted text with `Shift + ←/→`, the selected part...
### Description When writing documentation, it is sometimes necessary to use anchors or special links that automated link validation incorrectly flags as broken. Currently, there is no way to skip...