ShotCut
Shotcut is a free, open source, cross-platform video editor.
Github
缘起
想寻找一款视频编辑工具。
作为程序员,刚好找到了这款开源的软件。觉得很棒。
OmmWriter
OmmWriter is a perfect place to think and write.
是一款十分佛系的写...
AsciiDoc
AsciiDoc is a text document format for writing notes, documentation, articles, books, ebooks, slideshows, web pages, man pages and blogs.
AsciiDoc files can be translated to many formats...
11. Brief Tour of the Standard Library — Part II
这次的第二部分巡回介绍了更多支持专业编程需求的高级模块。这些模块在小型脚本中很少出现。
11.1. 输出格式化
reprlib: reprlib 模块提供了一个针对大型或深度嵌套容器定制的 repr() 版本,用于缩略显示:
import reprlib
repr...