<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>bestlong 怕失憶論壇 - Python</title>
    <link>http://www.bestlong.idv.tw/forum.php?mod=forumdisplay&amp;fid=58</link>
    <description>Latest 20 threads of Python</description>
    <copyright>Copyright(C) bestlong 怕失憶論壇</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 04 Jun 2026 04:06:21 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.bestlong.idv.tw/static/image/common/logo_88_31.gif</url>
      <title>bestlong 怕失憶論壇</title>
      <link>http://www.bestlong.idv.tw/</link>
    </image>
    <item>
      <title>PythonBooks – Learn Python the easy way</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=4787</link>
      <description><![CDATA[http://pythonbooks.revolunet.com/

這一個站提供一大堆學習 Python 的電子書]]></description>
      <category>Python</category>
      <author>bestlong</author>
      <pubDate>Wed, 12 Jun 2013 13:52:29 +0000</pubDate>
    </item>
    <item>
      <title>web.py 一個用 Python 寫的網站框架</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=771</link>
      <description><![CDATA[http://webpy.org/]]></description>
      <category>Python</category>
      <author>bestlong</author>
<enclosure url="http://www.bestlong.idv.tw/data/attachment/forum/forumid_58/1010091229117f574306833e70.gif" length="2562" type="image/jpeg" />      <pubDate>Sat, 09 Oct 2010 04:29:20 +0000</pubDate>
    </item>
    <item>
      <title>解決各式需求的 Python 模組列表</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=770</link>
      <description><![CDATA[Graphical interface wxPython http://wxpython.org 
Graphical interface pyGtk http://www.pygtk.org 
Graphical interface pyQT http://www.riverbankcomputing.co.uk/pyqt/ 
Graphical interface Pmw http://pmw.sourceforge.net/ 
Graphical interface Tkinter 300]]></description>
      <category>Python</category>
      <author>bestlong</author>
      <pubDate>Sun, 03 Oct 2010 08:42:22 +0000</pubDate>
    </item>
    <item>
      <title>Python 連接 MySQL 使用 MySQLdb</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=769</link>
      <description><![CDATA[MySQLdb

http://sourceforge.net/projects/mysql-python/

在 Ubuntu 環境安裝
先搜尋看看
$ sudo apt-cache search mysqldb

有出現 python-mysqldb - Python interface to MySQL 就可以直接安裝
$ sudo apt-get install python-mysqldb

測試
$ python
Python 2.7.6  ...]]></description>
      <category>Python</category>
      <author>bestlong</author>
      <pubDate>Sun, 03 Oct 2010 08:36:24 +0000</pubDate>
    </item>
    <item>
      <title>Python 連接 PostgreSQL 使用  PyGreSQL</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=768</link>
      <description><![CDATA[PyGreSQL
http://www.pygresql.org/
安裝完之後可以看一下 Help查詢資料]]></description>
      <category>Python</category>
      <author>bestlong</author>
      <pubDate>Mon, 27 Sep 2010 14:56:05 +0000</pubDate>
    </item>
    <item>
      <title>用 scrapy + sphinx 搭建搜索引擎</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=767</link>
      <description><![CDATA[用 scrapy + sphinx 搭建搜索引擎

節錄原文當中有將 scrapy 提取的資料存入 MySQL 的設定

定義要抓取的 item 請編輯 apple/items.py:定義爬蟲請編輯 apple/spiders/qidian.py:測試爬蟲
编辑写单元测试apple/tests/test_qidian_spider.py:使用trial进行单元测试:存储爬 ...]]></description>
      <category>Python</category>
      <author>bestlong</author>
      <pubDate>Mon, 27 Sep 2010 14:38:35 +0000</pubDate>
    </item>
    <item>
      <title>用Scrapy訂製自己的爬蟲抓取數據</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=766</link>
      <description><![CDATA[Scrapy（http://scrapy.org/）是一个快速的高级别网页抓取框架，可用来抓取网站并从中提取其中结构化数据。它可用于数据挖掘数据监测和自动化测试等等。它是一套基于基于Twisted的纯python实现的爬虫框架

首先安装框架所需环境再安装Scrapy其他系统其他安装方式看http: ...]]></description>
      <category>Python</category>
      <author>bestlong</author>
      <pubDate>Sat, 25 Sep 2010 16:52:17 +0000</pubDate>
    </item>
    <item>
      <title>如何控制 Scrapy 的 Spider 數量與爬行頻率?</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=765</link>
      <description><![CDATA[因為某個特定原因，正在思考如何自行保存網路上有價值的資源
開始探索網絡爬蟲 (Web Crawler) 的技術

無論是哪種 Spider 當進行 Crawl 的次數過多或速度過快或間隔時間過短
極有可能會將爬行目標的網路頻寬用盡或造成系統負載過高
進而可能被人為判定或自動判定的機制 ...]]></description>
      <category>Python</category>
      <author>bestlong</author>
      <pubDate>Fri, 24 Sep 2010 16:14:34 +0000</pubDate>
    </item>
    <item>
      <title>基于 Scrapy 的代理抓取</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=764</link>
      <description><![CDATA[今天主要給大家介紹一下基於Scrapy的代理抓取的實現。

Scrapy（http://scrapy.org/）是一套基於Twisted的異步處理框架，純python實現的爬蟲框架，用戶只需要定制開發幾個模塊就可以輕鬆的實現一個爬蟲，用來抓取網 ...]]></description>
      <category>Python</category>
      <author>bestlong</author>
<enclosure url="http://www.bestlong.idv.tw/data/attachment/forum/forumid_58/1009241650c0b66c994a57c48f.png" length="65429" type="image/jpeg" />      <pubDate>Fri, 24 Sep 2010 08:50:58 +0000</pubDate>
    </item>
    <item>
      <title>Scrapy - 用 Python 寫的 Web Crawler (網站爬蟲) 框架</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=758</link>
      <description><![CDATA[Scrapy 是一個快速的高級別屏幕抓取和網頁抓取框架，用來抓取網站的結構化數據和提取自己的網頁。 可用於範圍廣泛的用途，從數據挖掘技術監測和自動化測試。



下圖為 Scrapy 的架構概念圖，其中綠線表達資料在各個元件的流動方向

圖片來源 http://doc.scrapy.org/t ...]]></description>
      <category>Python</category>
      <author>bestlong</author>
      <pubDate>Tue, 21 Sep 2010 08:08:52 +0000</pubDate>
    </item>
    <item>
      <title>Python 網路資源</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=583</link>
      <description><![CDATA[Python 官網 http://www.python.org

Yahoo! Developer Network - Python Developer Center
http://developer.yahoo.com/python/

靈蛇網 http://www.pythonid.com/

Python Quick Reference

Victor 易記學 程式設計教學 - Python教學]]></description>
      <category>Python</category>
      <author>bestlong</author>
      <pubDate>Thu, 21 Feb 2008 07:50:01 +0000</pubDate>
    </item>
  </channel>
</rss>