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