最新文章

Python: play with backslashes

3 分钟阅读

最近研究 regular expression 顺便补了下 escape 的课 (参 Escape Character / Control Character / Python Raw Strings / Python Bytes Literals),然后我今天就发现了 python 光一个 escape cha...

Git: How to sync a fork

少于 1 分钟阅读

Configure an upstream remote for your fork, following Configuring a remote for a fork. Sync your fork to the upstream remote, following Syncing a fork.

Syntax Highlighting less

1 分钟阅读

Stéphane Chazelas on Syntax highlighting in the terminal 总结得挺好,以下方法都可以 highlight less 命令的 output:

Python: super()

4 分钟阅读

super() 实在是有点复杂,所以它的 doc 的信息量看起来就很有限。