<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>聰明的生活2 &#187; python</title>
	<atom:link href="http://blog.yslifes.com/archives/tag/python/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.yslifes.com</link>
	<description>自己寫java程式的一些筆記</description>
	<lastBuildDate>Wed, 08 Feb 2012 02:26:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel='hub' href='http://blog.yslifes.com/?pushpress=hub'/>
		<item>
		<title>python 初體驗 使用Eclipse-安裝與第一個程式</title>
		<link>http://blog.yslifes.com/archives/252</link>
		<comments>http://blog.yslifes.com/archives/252#comments</comments>
		<pubDate>Wed, 10 Jun 2009 10:27:00 +0000</pubDate>
		<dc:creator>yku</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://blog.yslifes.com/archives/252</guid>
		<description><![CDATA[Eclipse真是可怕的GUI工具，不只可以使用php、C++， 居然連python跟jython都有Plug in可以用，讓Eclipse變成python的編輯器 要怎麼做呢？其實跟Eclipse 3.4 + virtual editor 1.4這篇的方式一樣喔 很簡單的，方法如下 下載好Eclipse後解開放至一個目錄,執行Eclipse.exe 可以參考[教學]把第一次給Eclipse 再來安裝Python,一直下一步就好了,不再多說,然後設定環境變數增加 path(請依你按裝路徑更改) C:\Python26\;C:\Python26\Tools\Scripts; 官網http://www.python.org/ 下載點http://www.python.org/download/ 再來在Help-&#62;SoftWare Updates -&#62; Available Software - &#62; 按Add Site http://pydev.sourceforge.net/updates/ 按下Ok然後在列表裡把剛才加入的site打勾 選右上角的Install就會自動下載跟安裝啦 很簡單吧^^ 再來利用Eclipse來建立一個專案 不過在建立前記得先到 Windows-&#62;Preferences-&#62;Pydev-&#62;Interpreter-Python新增你Python的位置 1.先設定你的Python程式位置 Window-&#62;Preferences-&#62;Pydev-&#62;Interpreter 然後新增你的Python.exe位置(在你安裝Python位置ex.C:\Python26\) 然後按下ok就可以了 2.再來新增一個專案 File-&#62;New-&#62;Other-&#62;Pydev-&#62;Pydev Project 按下一步 3.輸入專案名稱ex PythonTest 然後設定python版本(因為最高支援到2.5所以我們就先選這個吧) 4.然後就可以在右邊Package Explorer就可以看到這個專案了 5.再來我們選擇此專案 按右鍵選New-&#62;Other-&#62;Pydev-&#62;Pydev Package 然後按下Finish 6.就可以看到專案目錄下,多了一個package跟一個預設的python程式 7.按二下這個檔案,開始編輯 輸入 print "Hello [...]]]></description>
		<wfw:commentRss>http://blog.yslifes.com/archives/252/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

