<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>交易员日志 - Python</title>
    <link>http://bbs.toptraders.cn/forum-77-1.html</link>
    <description>Latest 20 threads of Python</description>
    <copyright>Copyright(C) 交易员日志</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 02 Sep 2026 04:50:55 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://bbs.toptraders.cn/static/image/common/logo_88_31.gif</url>
      <title>交易员日志</title>
      <link>http://bbs.toptraders.cn/</link>
    </image>
    <item>
      <title>stable-diffusion-webui 的本地安装方法</title>
      <link>http://bbs.toptraders.cn/thread-347-1-1.html</link>
      <description><![CDATA[具体操作流程如下：



第一步，下载所需的软件和文档：

链接：https://pan.baidu.com/s/1_5bJC2hsB1NjIJAqL4NLMA

提取码：1123

文件夹结构图


第二步，按照文件夹名字的步骤操作

安装python(3.10.6)和git

之所以装python 3.10.6是因为官方文档建议的是 3.10.6， ...]]></description>
      <category>Python</category>
      <author>Max</author>
      <pubDate>Mon, 21 Nov 2022 04:14:53 +0000</pubDate>
    </item>
    <item>
      <title>计算盈利预期</title>
      <link>http://bbs.toptraders.cn/thread-314-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>Python</category>
      <author>Max</author>
      <pubDate>Wed, 30 Dec 2020 11:19:24 +0000</pubDate>
    </item>
    <item>
      <title>python 中的[::-1]</title>
      <link>http://bbs.toptraders.cn/thread-282-1-1.html</link>
      <description><![CDATA[for value in rang(10)涉及的数字倒序输出：

　　for value in rang(10)[::-1]涉及的数字倒序输出：

一、反转

　　

二、详解

这个是python的slice notation的特殊用法。

a = [0,1,2,3,4,5,6,7,8,9]
b = a 表示复制a到a[j-1]，以生成新的list对象
b = a[1:3] 那么 ...]]></description>
      <category>Python</category>
      <author>Max</author>
      <pubDate>Thu, 03 Sep 2020 03:25:20 +0000</pubDate>
    </item>
    <item>
      <title>Python学习路径</title>
      <link>http://bbs.toptraders.cn/thread-227-1-1.html</link>
      <description><![CDATA[https://www.shiyanlou.com/paths/1]]></description>
      <category>Python</category>
      <author>Max</author>
      <pubDate>Tue, 27 Nov 2018 14:39:56 +0000</pubDate>
    </item>
    <item>
      <title>利用正则表达式提取数字</title>
      <link>http://bbs.toptraders.cn/thread-200-1-1.html</link>
      <description><![CDATA[https://blog.csdn.net/yxstory/article/details/78265399

从字符串“127米”中提取数字127：方法一、利用正则表达式
参考：https://zhidao.baidu.com/question/328905513600600605.html
用法：

## 总结
## ^ 匹配字符串的开始。
## $ 匹配字符串的结尾。
## \\b 匹配 ...]]></description>
      <category>Python</category>
      <author>Max</author>
      <pubDate>Fri, 28 Sep 2018 13:59:55 +0000</pubDate>
    </item>
    <item>
      <title>py保留小数点后两位</title>
      <link>http://bbs.toptraders.cn/thread-142-1-1.html</link>
      <description><![CDATA[保留浮点数的小数点。     如保留小数点后两位。     num = 9.2174     new_num = round( num , 2 )     则new_num = 9.22    (四舍五入)]]></description>
      <category>Python</category>
      <author>Max</author>
      <pubDate>Wed, 20 Jun 2018 09:49:19 +0000</pubDate>
    </item>
  </channel>
</rss>