All tags

#Python

2 posts

📝笔记:Python zip()

The zip() function takes iterables (can be zero or more), aggregates them in a tuple, and returns it.

Read more

📝笔记:读写文本常用操作

近期本人工作中频繁用到跨语言文本读写,本文结合实例介绍使用Matlab/Python/C++读写文件的常规操作,以便后续查阅。

Read more