<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>龙网论坛 - Python</title>
    <link>https://bbs.nfer.net/forum-43-1.html</link>
    <description>Latest 20 threads of Python</description>
    <copyright>Copyright(C) 龙网论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 16 Apr 2026 10:47:04 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://bbs.nfer.net/static/image/common/logo_88_31.gif</url>
      <title>龙网论坛</title>
      <link>https://bbs.nfer.net/</link>
    </image>
    <item>
      <title>pyCharm最新2018激活码</title>
      <link>https://bbs.nfer.net/thread-1271-1-1.html</link>
      <description><![CDATA[1.修改hosts文件：
   添加下面一行到hosts文件，目的是屏蔽掉Pycharm对激活码的验证
   windwos系统hosts文件路径为：C:\\Windows\\System32\\drivers\\etc
   如果遇到权限问题，可将hosts文件先复制出来修改后再覆盖原来的即可。
   Linux和mac的hosts文件路径为：/etc

 ...]]></description>
      <category>Python</category>
      <author>龙哥</author>
      <pubDate>Wed, 21 Feb 2018 05:02:14 +0000</pubDate>
    </item>
    <item>
      <title>Python Excel操作——xlrd、xlwd</title>
      <link>https://bbs.nfer.net/thread-1268-1-1.html</link>
      <description><![CDATA[读取1、导入模块      import xlrd2、打开Excel文件读取数据       data = xlrd.open_workbook(\'excel.xls\')3、获取一个工作表    1  table = data.sheets()[0]          #通过索引顺序获取    2  table = data.sheet_by_index(0) #通过索引顺序获取    3  table = data ...]]></description>
      <category>Python</category>
      <author>龙哥</author>
      <pubDate>Thu, 01 Feb 2018 09:57:27 +0000</pubDate>
    </item>
    <item>
      <title>Python3行代码之——截图工具</title>
      <link>https://bbs.nfer.net/thread-1267-1-1.html</link>
      <description><![CDATA[from PIL import ImageGrab
im = ImageGrab.grab()
im.save(addr,\'jpeg\')

定时功能的话，加入time.sleep，做个while死循环完成。妥妥的！再能个gui界面生成exe，启动exe后台自动截图（gui需用多线程）。666]]></description>
      <category>Python</category>
      <author>龙哥</author>
      <pubDate>Thu, 01 Feb 2018 09:56:35 +0000</pubDate>
    </item>
    <item>
      <title>Python模拟登录的几种方法</title>
      <link>https://bbs.nfer.net/thread-1265-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>Python</category>
      <author>龙哥</author>
      <pubDate>Tue, 30 Jan 2018 11:39:15 +0000</pubDate>
    </item>
    <item>
      <title>Python3.0的新改动</title>
      <link>https://bbs.nfer.net/thread-1262-1-1.html</link>
      <description><![CDATA[这篇文章主要介绍了相比于python2.6，python3.0的新特性。更详细的介绍请参见python3.0的文档。

Common Stumbling Blocks

本段简单的列出容易使人出错的变动（初学者应该注意）。


[*]print语句被print()函数取代了，可以使用关键字参数来替代老的print特殊语法。例 ...]]></description>
      <category>Python</category>
      <author>龙哥</author>
      <pubDate>Mon, 22 Jan 2018 14:10:54 +0000</pubDate>
    </item>
    <item>
      <title>python读取xlsx文件内容，插入到sqlite3数据库里面</title>
      <link>https://bbs.nfer.net/thread-1261-1-1.html</link>
      <description><![CDATA[1. 代码功能：读取xlsx文件内容，插入到sqlite3数据库里面。2. 安装xlrd： pip install xlrd。 sqlite3已经有库了。。不用安装，直接使用。]]></description>
      <category>Python</category>
      <author>龙哥</author>
      <pubDate>Mon, 22 Jan 2018 14:08:41 +0000</pubDate>
    </item>
    <item>
      <title>Python读取Excel数据</title>
      <link>https://bbs.nfer.net/thread-1260-1-1.html</link>
      <description><![CDATA[　　今天一同学给我发来一个Excel文件,让我帮他找一些信息,打开一开 8000多条数据。自己手工处理是不可能完成的的啦。作为一名程序员,当然要用程序来处理。处理生活中的问题当然是Python最为方便啦。利用万能的 Google 搜索 Python Excel,点击第一条结果http://www.pyth ...]]></description>
      <category>Python</category>
      <author>龙哥</author>
      <pubDate>Mon, 22 Jan 2018 14:03:58 +0000</pubDate>
    </item>
    <item>
      <title>Python错误集</title>
      <link>https://bbs.nfer.net/thread-1259-1-1.html</link>
      <description><![CDATA[1、NameError:name ‘xrange’ is not defined
     原因是python版本为python 3，而xrange( )函数时在python 2.x中的一个函数，在Python 3中，range()的实现方式与xrange()函数相同，所以就不存在专用的xrange( )，因此，若你想在python 3中运行程序，将xrange( )函数 ...]]></description>
      <category>Python</category>
      <author>龙哥</author>
      <pubDate>Mon, 22 Jan 2018 14:02:58 +0000</pubDate>
    </item>
  </channel>
</rss>