Python 易于使用、功能强大、用途广泛,并且是 Linux Journal 读者最喜欢的语言。我们为您整理了一些最近最受欢迎的 Python 相关文章,供您周末阅读。 Reuven M. Lerner 的《PyInstaller 简介》:想将 Python 程序分发给没有 Python 客户端的客户吗? PyInstaller 就是答案。 Reuven M. Lerner 的《字节、字符和 Python 2》:从 Python 2 迁移到 Python 3?这是您需要了解的关于字符串及其在升级中的作用。 Reuven M. Lerner 的《Python 3.7 的 Dataclasses 简介》:Python 3.7 的 dataclasses 减少了类定义中的重复。 Reuven M. Lerner 的《使用 Pandas 检查数据》:您不需要成为数据科学家即可使用 Pandas 进行一些基本分析。 Reuven M. Lerner 的《Python 中的多进程》:Python 的“multiprocessing”模块感觉像线程,但实际上启动的是进程。