<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>德云社区 - Python</title>
    <link>http://portal.digitser.cn/portal.php?mod=list&amp;catid=55</link>
    <description>Latest 20 articles of Python</description>
    <copyright>Copyright(C) 德云社区</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 02 May 2026 07:13:07 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://portal.digitser.cn/static/image/common/logo_88_31.gif</url>
      <title>德云社区</title>
      <link>http://portal.digitser.cn/</link>
    </image>
    <item>
      <title>PyCharm 调用外部 *.exe 工具 参数配置示例</title>
      <link>http://portal.digitser.cn/article-2201-1.html</link>
      <description><![CDATA[PyCharm 调用外部 *.exe 工具 参数配置示例
File 菜单 -- Settings... -- Tools -- External Tools -- 点击 + 号按以下示例 Add 调用外部工具的配置参数：
名称：Designer
程序：D:\\Python38-32\\Lib\\site-packages\\P ...]]></description>
      <category>Python</category>
      <author>Qt/C++</author>
      <pubDate>Sun, 02 Jan 2022 11:30:55 +0000</pubDate>
    </item>
    <item>
      <title>Cython 模块扩展 － 编程语言 替代实现 应用领域 汇总一览</title>
      <link>http://portal.digitser.cn/article-2180-1.html</link>
      <description><![CDATA[Python 模块扩展 － 编程语言 替代实现 应用领域 汇总一览
Python 本身是一种编程语言规范，可以使用其它编程语言实现它或扩展它；譬如：采有 Python C Java .Net 等重实现 Python，而采用 Python C/C++ C# Java .Ne ... ...]]></description>
      <category>Python</category>
      <author>digitser</author>
      <pubDate>Sat, 11 Sep 2021 10:18:55 +0000</pubDate>
    </item>
    <item>
      <title>Python 如何快速获取电脑 CPU 核心 线程数的几种办法</title>
      <link>http://portal.digitser.cn/article-2161-1.html</link>
      <description><![CDATA[Python 如何快速获取电脑 CPU 核心 线程数的几种办法
CPU 拥有多少核心多少线程，通过 Python 可快速找出，特别是当前流行的多核 CPU。

多核多线程 CPU 是很多应用程序高效运行的前提，虽然编写能充分调用所有 CPU  ... ...]]></description>
      <category>Python</category>
      <author>liuliuab1</author>
      <pubDate>Sun, 23 May 2021 07:13:00 +0000</pubDate>
    </item>
    <item>
      <title>QtGui QTextCharFormat() QPlainTextEdit() 最好在使用时才设置</title>
      <link>http://portal.digitser.cn/article-2141-1.html</link>
      <description><![CDATA[QtGui QTextCharFormat() QPlainTextEdit() 最好在使用时才设置
当实例化 QPlainTextEdit() QTextEdit() 使用 QtGui QTextCharFormat() 与 setCurrentCharFormat() 设置要展示字符的表示字体系列及大小时，有一些小  ...]]></description>
      <category>Python</category>
      <author>liuliuab1</author>
      <pubDate>Wed, 04 Nov 2020 01:17:46 +0000</pubDate>
    </item>
    <item>
      <title>PySide6出来了 PySide2却还未完全稳定 不能用于生产环境</title>
      <link>http://portal.digitser.cn/article-2140-1.html</link>
      <description><![CDATA[PySide6出来了 PySide2却还未完全稳定 不能用于生产环境
PySide6 正式成为官方文档名 (见下方链接)，何时成为官方工程名称，等 Python for Qt 6 正式对外发布就可知。

Rename PySide2 to PySide6
https://code.qt.i ... ...]]></description>
      <category>Python</category>
      <author>liuliuab1</author>
      <pubDate>Tue, 03 Nov 2020 14:09:34 +0000</pubDate>
    </item>
    <item>
      <title>多功能高效 批处理式 Python IDE Python 编辑器 新时代新理念</title>
      <link>http://portal.digitser.cn/article-2117-1.html</link>
      <description><![CDATA[多功能高效 批处理式 Python IDE Python 编辑器 新时代新理念
计算机被发明以来，IDE 理念从最初的文本式，到后来的带图形界面式，再是图形可交互式，之后再无突破 (虽然有人说 AI 也可编程，但其可控性差)。

这几  ... ...]]></description>
      <category>Python</category>
      <author>liuliuab1</author>
      <pubDate>Fri, 05 Jun 2020 17:44:00 +0000</pubDate>
    </item>
    <item>
      <title>如何使用Cython才能效率最高 language_level compiler_directives变量</title>
      <link>http://portal.digitser.cn/article-2103-1.html</link>
      <description><![CDATA[如何使用Cython才能效率最高 language_level compiler_directives变量
这几年随着 Python 的流行，Cython 也跟着火了，那什么是 Cython 呢？Cython 是 C/C++ 和 Python 的结合体，基于 Pyrex 开发，故称为 Cython。C ... ...]]></description>
      <category>Python</category>
      <author>digitser</author>
      <pubDate>Thu, 16 Apr 2020 11:40:00 +0000</pubDate>
    </item>
    <item>
      <title>Python 类定义容器变量 不会被二次初始化</title>
      <link>http://portal.digitser.cn/article-2095-1.html</link>
      <description><![CDATA[Python 类定义容器变量 不会被二次初始化
如下所示：
class names(object):
  lists = 
  def __init__(self, parent=None): 
  super(names, self).__init__(parent)复制代码
不管实例化 names 类多少次，lists 容 ...]]></description>
      <category>Python</category>
      <author>digitser</author>
      <pubDate>Thu, 28 Nov 2019 13:03:36 +0000</pubDate>
    </item>
    <item>
      <title>chrome-error://chromewebdata/ 错误提示Qt/C++ PyQt PySide Python解决办法</title>
      <link>http://portal.digitser.cn/article-2085-1.html</link>
      <description><![CDATA[chrome-error://chromewebdata/ 错误提示Qt/C++ PyQt PySide Python解决办法
在使用基于 Google 公司 WebKit 网页核心编写的各种不同 Web 浏览器 (譬如：Chrome、手机 UC 浏览器、Selenium WebDriver 爬虫、等) 时， ...]]></description>
      <category>Python</category>
      <author>digits</author>
      <pubDate>Sun, 16 Sep 2018 07:26:00 +0000</pubDate>
    </item>
    <item>
      <title>PyInstaller 打包分发 Python 源代码 Analysis COLLECT PYZ PKG-00.toc 文件</title>
      <link>http://portal.digitser.cn/article-2081-1.html</link>
      <description><![CDATA[PyInstaller 打包分发 Python 源代码 Analysis COLLECT PYZ PKG-00.toc 文件
PyInstaller 可把 *.py 文件打包成一个可执行 *.exe 文件 (或一个文件夹)。当然，首先得安装 CPython 实现，PyInstaller 模块及其相关依  ... ...]]></description>
      <category>Python</category>
      <author>Qt/C++</author>
      <pubDate>Thu, 05 Jul 2018 19:31:00 +0000</pubDate>
    </item>
    <item>
      <title>解决 PyCrypto-2.6.1 for Python3.6 pip 源码安装出错 error 不成功问题</title>
      <link>http://portal.digitser.cn/article-2080-1.html</link>
      <description><![CDATA[解决 PyCrypto-2.6.1 for Python3.6 pip 源码安装出错 error 不成功问题
PyCrypto 是安全 HASH 散列函数 (如：SHA256、RIPEMD160) 及各种加密算法 (AES、DES、RSA、ElGamal、等) 的集合。
PyCrypto 可用于编写安全管 ... ...]]></description>
      <category>Python</category>
      <author>Qt/C++</author>
      <pubDate>Thu, 05 Jul 2018 12:42:00 +0000</pubDate>
    </item>
    <item>
      <title>PySide2 for Python3.5 3.6 Qt5.11.0 win32&amp;64 稳定版 支持QWebEngineSettings ...</title>
      <link>http://portal.digitser.cn/article-2077-1.html</link>
      <description><![CDATA[PySide2 for Python3.5 3.6 Qt5.11.0 win3264 稳定版 支持QWebEngineSettings
PySide2 是跨平台的 Gui 应用程式框架 Qt/C++ 的 Python 绑定版。PySide2 能提供和 PyQt 类似的功能，并相容 API。 与 PyQt 采用 GPL 及 ...]]></description>
      <category>Python</category>
      <author>Qt/C++</author>
      <pubDate>Tue, 26 Jun 2018 08:12:35 +0000</pubDate>
    </item>
    <item>
      <title>全球流行Python IDE集成开发环境 工具功能大汇总对比一览</title>
      <link>http://portal.digitser.cn/article-2067-1.html</link>
      <description><![CDATA[全球流行Python IDE集成开发环境 工具功能大汇总对比一览
IDE 可分为：PC 端 IDE (最常用)、服务器端 IDE (譬如：Linux 服务器 OS 的 VI 工具)、Web 网页 IDE (随着网络的普及开始流行，但由于本身技术问题功能一般  ... ...]]></description>
      <category>Python</category>
      <author>Python</author>
      <pubDate>Tue, 19 Jun 2018 03:16:00 +0000</pubDate>
    </item>
    <item>
      <title>PySide 和 PyQt 的主要区别 import QStrings QVariants QTextDocumentWriter</title>
      <link>http://portal.digitser.cn/article-2063-1.html</link>
      <description><![CDATA[PySide 和 PyQt 的主要区别 import QStrings QVariants QTextDocumentWriter

PySide 是跨平台的应用程式框架 Qt 的 Python 绑定版 。2009 年 8 月 PySide 首次发布，2015 年 10 月 14 日发布 PySide 1.2.4。PySide  ...]]></description>
      <category>Python</category>
      <author>digits</author>
      <pubDate>Sat, 16 Jun 2018 01:44:00 +0000</pubDate>
    </item>
    <item>
      <title>pyinstaller pyi-makespec 生成 *.exe 文件使用教程 相关参数详解</title>
      <link>http://portal.digitser.cn/article-2062-1.html</link>
      <description><![CDATA[pyinstaller pyi-makespec 生成 *.exe 文件使用教程 相关参数详解
pyinstaller 可把 *.py 文件打包成可执行 *.exe 文件。当然，首先得安装 CPython 实现，pyinstaller 模块及其相关依赖包。
pyinstaller 是 Python   ... ...]]></description>
      <category>Python</category>
      <author>Python</author>
      <pubDate>Fri, 15 Jun 2018 00:45:00 +0000</pubDate>
    </item>
    <item>
      <title>PySide1.2 QT4.8.7和PyQt4 QT5.5和PyQt5.7 QT5.7漏洞 Bugs 汇总</title>
      <link>http://portal.digitser.cn/article-2049-1.html</link>
      <description><![CDATA[PySide1.2 QT4.8.7和PyQt4 QT5.5和PyQt5.7 QT5.7漏洞 Bugs 汇总
PySide 只支持 PyQt 的 API 2 (不支持 QStrings、QStringLists、QVariants，应使用原生 Python 数据类型)。QFileDialog.getOpenFileName 在 PySide 中 ...]]></description>
      <category>Python</category>
      <author>liuliuab1</author>
      <pubDate>Thu, 31 May 2018 12:33:38 +0000</pubDate>
    </item>
    <item>
      <title>PySide1.2 QT4.8.7和PyQt4 QT5.5和PyQt5.7 QT5.7主要区别汇总</title>
      <link>http://portal.digitser.cn/article-2048-1.html</link>
      <description><![CDATA[PySide1.2 QT4.8.7和PyQt4 QT5.5和PyQt5.7 QT5.7主要区别汇总
PySide 只支持 PyQt 的 API 2 (不支持 QStrings、QStringLists、QVariants，应使用原生 Python 数据类型)。QFileDialog.getOpenFileName 在 PySide 中会 ...]]></description>
      <category>Python</category>
      <author>liuliuab1</author>
      <pubDate>Thu, 31 May 2018 12:24:27 +0000</pubDate>
    </item>
    <item>
      <title>Python 的 .py 与 Cython 的 .pxd .pyx .pyd 文件格式之间的主要区别</title>
      <link>http://portal.digitser.cn/article-2046-1.html</link>
      <description><![CDATA[Python 的 .py 与 Cython 的 .pxd .pyx .pyd 文件格式之间的主要区别
Python 最常用格式就是 .py (另一较常用格式为 .pyw)，由 python.exe 解释，可在控制台下运行。
当然，也可用文本编辑器或其它专用 Python IDE ( ... ...]]></description>
      <category>Python</category>
      <author>Python</author>
      <pubDate>Mon, 28 May 2018 13:01:00 +0000</pubDate>
    </item>
    <item>
      <title>PySide1.2.x 和 PySide2.x 主要区别汇总一览 QtWebengine</title>
      <link>http://portal.digitser.cn/article-2044-1.html</link>
      <description><![CDATA[PySide1.2.x 和 PySide2.x 主要区别汇总一览 QtWebengine

Python 的 Qt GUI 图形用户界面绑定，分 PyQt 和 PySide。PyQt 采用需购买版权的商业及 GPL 许可， PySide 采用无需购买版权的 LGPL 许可。
PySide 是跨平  ... ...]]></description>
      <category>Python</category>
      <author>liuliuab1</author>
      <pubDate>Sun, 27 May 2018 12:28:36 +0000</pubDate>
    </item>
    <item>
      <title>CPython 各版本与 Microsoft 微软 Visual Studio 版本之间对应关系</title>
      <link>http://portal.digitser.cn/article-2030-1.html</link>
      <description><![CDATA[CPython 各版本与 Microsoft 微软 Visual Studio 版本之间对应关系
Python 的 Microsoft Windows 平台 CPython 实现，主要采用 Microsoft Visual Studio 进行编译、构建。因此，在 Microsoft Windows 操作系统中，采 ...]]></description>
      <category>Python</category>
      <author>Python</author>
      <pubDate>Wed, 16 May 2018 09:29:00 +0000</pubDate>
    </item>
  </channel>
</rss>