<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title> 码途山海.智隐长卷 - Python</title>
    <link>http://www.newxin.tech/bbs/forum.php?mod=forumdisplay&amp;fid=53</link>
    <description>Latest 20 threads of Python</description>
    <copyright>Copyright(C)  码途山海.智隐长卷</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 04 May 2026 19:19:56 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.newxin.tech/bbs/static/image/common/logo_88_31.gif</url>
      <title> 码途山海.智隐长卷</title>
      <link>http://www.newxin.tech/bbs/</link>
    </image>
    <item>
      <title>pip 安装库时速度很慢的解决方法</title>
      <link>http://www.newxin.tech/bbs/forum.php?mod=viewthread&amp;tid=243</link>
      <description><![CDATA[常用的pip国内源：
使用方法临时生效使用时加上参数 -i如：永久生效1.Linux下，修改 ~/.pip/pip.conf (没有就创建一个文件夹及文件。文件夹要加“.”，表示是隐藏文件夹)内容如下：2.windows下，直接在user目录中创建一个pip目录，如：C:\\Users\\xx\\pip，新建文件pip.ini ...]]></description>
      <category>Python</category>
      <author>lzg</author>
      <pubDate>Thu, 27 Feb 2020 15:16:13 +0000</pubDate>
    </item>
    <item>
      <title>Python之format详解</title>
      <link>http://www.newxin.tech/bbs/forum.php?mod=viewthread&amp;tid=242</link>
      <description><![CDATA[1.通过位置
\'a1 = {} a2= {}  a3= {}\'.format(\'first\',\'second\',\'third\')  #{}不带参数
\'a1 = first a2= second  a3= third\'
\'a1 = {1} a2= {0}  a3= {2}\'.format(\'first\',\'second\',\'third\') #{}带位置参数的
\'a1 = second a2= first  a3= third\'
注意如果{}要带参数， ...]]></description>
      <category>Python</category>
      <author>lzg</author>
      <pubDate>Wed, 26 Feb 2020 06:09:20 +0000</pubDate>
    </item>
    <item>
      <title>在Eclipse上安装和搭建Python开发环境</title>
      <link>http://www.newxin.tech/bbs/forum.php?mod=viewthread&amp;tid=216</link>
      <description><![CDATA[在Eclipse上安装和搭建Python开发环境需要以下五步完成：
（第一步）下载最新的Eclipse安装包。
我是基于Python版本python-3.6.4。python-3.6.4要求的Eclipse高版本，我选择了最新的Eclipse版本：eclipse-java-oxygen-2-win32-x86_64.zip
下载eclipse-java-oxygen-2-win ...]]></description>
      <category>Python</category>
      <author>lzg</author>
      <pubDate>Wed, 18 Apr 2018 09:05:43 +0000</pubDate>
    </item>
  </channel>
</rss>