<?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>CodePy.Net &#187; python</title>
	<atom:link href="http://codepy.net/tag/python/feed" rel="self" type="application/rss+xml" />
	<link>http://codepy.net</link>
	<description>专注网络开发：Python,PHP,Vim,Linux 分享我的快乐 -- Share My Happiness</description>
	<lastBuildDate>Fri, 09 Jul 2010 17:19:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>用 Kupfer替代了Gnome-do</title>
		<link>http://codepy.net/2009/09/02/replace-gnome-do-with-kupfer.html</link>
		<comments>http://codepy.net/2009/09/02/replace-gnome-do-with-kupfer.html#comments</comments>
		<pubDate>Wed, 02 Sep 2009 12:39:21 +0000</pubDate>
		<dc:creator>ruitao</dc:creator>
				<category><![CDATA[得力工具]]></category>
		<category><![CDATA[gnome-do]]></category>
		<category><![CDATA[kupfer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://codepy.net/?p=154</guid>
		<description><![CDATA[整个8月，都在忙于项目的开发，纠结于沟通以及设计等等问题，每天工作10个小时以上，回宿舍的最终目标就是睡觉，一倒下去就找周公了，也越来越喜 欢archlinux+openbox+rox+gvim+firefox+gnome-do这种简单的计算机生活。 gnome-do过多的依赖还是令我很不爽，但是实在难以找到比较好的替代品，之前用过launchy，但是效果不佳，不知道什么原因，不能正常运 行程序，每次都是以Firefox来打开，今天刚好看到LinuxToy的推荐，Python编 写的，简单试用了一下，启动速度很快，很快就喜欢上了，用Arch的同学，已经有Aur包可以使用，到这里下载编译。 Kupfer默认的启动快捷键是：Ctrl+Space，这跟Fcitx冲突。 想修改快捷键，先安装python-keybinder，Arch 上也有Aur包提供[Aur包链接]。 再修改一下Kupfer的配置文件即可 sudo vim /usr/share/kupfer/defaults.cfg 把 Keybinding = &#60;Ctrl&#62;space 改为（可以根据自己喜好，我用的是WIN健+R） Keybinding = &#60;Super&#62;R 最后，跟Gnome-do和它的依赖说ByeBye: pacman -Rs gnome-do gnome-do-docklets gnome-do-plugins]]></description>
			<content:encoded><![CDATA[<p>整个8月，都在忙于项目的开发，纠结于沟通以及设计等等问题，每天工作10个小时以上，回宿舍的最终目标就是睡觉，一倒下去就找周公了，也越来越喜 欢archlinux+openbox+rox+gvim+firefox+gnome-do这种简单的计算机生活。</p>
<p>gnome-do过多的依赖还是令我很不爽，但是实在难以找到比较好的替代品，之前用过launchy，但是效果不佳，不知道什么原因，不能正常运 行程序，每次都是以Firefox来打开，今天刚好看到<a href="http://linuxtoy.org/" target="_blank">LinuxToy</a>的<a href="http://linuxtoy.org/archives/kupfer.html#more-3313" target="_blank">推荐</a>，Python编 写的，简单试用了一下，启动速度很快，很快就喜欢上了，用Arch的同学，已经有Aur包可以使用，到<a href="http://aur.archlinux.org/packages.php?ID=27896" target="_blank">这里</a>下载编译。</p>
<p>Kupfer默认的启动快捷键是：Ctrl+Space，这跟Fcitx冲突。</p>
<p>想修改快捷键，先安装<a href="http://kaizer.se/wiki/python-keybinder/" target="_blank">python-keybinder</a>，Arch 上也有Aur包提供[<a href="http://aur.archlinux.org/packages.php?ID=27915" target="_blank">Aur包链接</a>]。</p>
<p>再修改一下Kupfer的配置文件即可</p>
<div>
<div>
<pre>sudo vim /usr/share/kupfer/defaults.cfg</pre>
</div>
</div>
<p>把</p>
<blockquote><p>Keybinding = &lt;Ctrl&gt;space</p></blockquote>
<p>改为（可以根据自己喜好，我用的是WIN健+R）</p>
<blockquote><p>Keybinding = &lt;Super&gt;R</p></blockquote>
<p>最后，跟Gnome-do和它的依赖说ByeBye:</p>
<div>
<div>
<pre>pacman -Rs gnome-do gnome-do-docklets gnome-do-plugins</pre>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://codepy.net/2009/09/02/replace-gnome-do-with-kupfer.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Python 中的编码小结</title>
		<link>http://codepy.net/2009/04/04/python.html</link>
		<comments>http://codepy.net/2009/04/04/python.html#comments</comments>
		<pubDate>Sat, 04 Apr 2009 07:55:16 +0000</pubDate>
		<dc:creator>ruitao</dc:creator>
				<category><![CDATA[编程语言]]></category>
		<category><![CDATA[decode]]></category>
		<category><![CDATA[encode]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://codepy.net/?p=108</guid>
		<description><![CDATA[这几天在写一个爬虫，抓取指定网站的某些内容，中文网站的编码大概有两种：GB2312和UTF8。这里顺便就把写Python中要注意的一些内容汇聚一下，作为笔记。 1.文件头声明 对于python文件中包含中文的，应该在该文件头进行声明，加入： 1 # -*- coding: utf-8 -*- 一般的python文件头我都是用这一个模板： 1 2 3 4 5 #!/usr/bin/env python # -*- coding: utf-8 -*- &#160; &#34;&#34;&#34;docstring &#34;&#34;&#34; 我使用VIM作为编辑器，希望每次创建python文件时都按照上面的模板创建，于是在~/.vim目录下面建了一个templates目录，用来存放模板文件，把上面那个目标拷贝保存为python.tpl，存放在之前创建好的~/.vim目录下。然后在~/.vimrc中添加： 1 autocmd BufNewFile *.py 0r ~/.vim/templates/python.tpl 这样就能保证每次写的python文件能够保持一致的编码方式。更多用vim写python可以参考之前的《 在vim中编写python 》这篇文章。 2.python中的两种字符串 事实上，python是有两种&#8221;字符串&#8221;，在python2.6的官方文档中，有Strings 和Unicode Strings 两种Strings。 对于它们之间的相互转换以及GB2312与UTF8的互转，还有encode和decode，在啄木鸟的WIKI上面有详细的解释： http://wiki.woodpecker.org.cn/moin/PyEnCode 简单的说，其实encode1就是将unicode的字符串转换为特定编码，诸如“GB2312,UTF8”之类。 而decode2就是将本地编码转换为unicode编码的字符串。 所以，比如说要将GB2312转换为UTF8，那么就先将GB2312 decode再encode成UTF8即可，反之亦然。 编码解码]]></description>
			<content:encoded><![CDATA[<p>这几天在写一个爬虫，抓取指定网站的某些内容，中文网站的编码大概有两种：GB2312和UTF8。这里顺便就把写Python中要注意的一些内容汇聚一下，作为笔记。</p>
<p><strong>1.文件头声明</strong></p>
<p>对于python文件中包含中文的，应该在该文件头进行声明，加入：</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="python" style="font-family:monospace;"><span style="color: #808080; font-style: italic;"># -*- coding: utf-8 -*-</span></pre></td></tr></table></div>

<p>一般的python文件头我都是用这一个模板：</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code"><pre class="python" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">#!/usr/bin/env python</span>
<span style="color: #808080; font-style: italic;"># -*- coding: utf-8 -*-</span>
&nbsp;
<span style="color: #483d8b;">&quot;&quot;&quot;docstring
&quot;&quot;&quot;</span></pre></td></tr></table></div>

<p>我使用VIM作为编辑器，希望每次创建python文件时都按照上面的模板创建，于是在~/.vim目录下面建了一个templates目录，用来存放模板文件，把上面那个目标拷贝保存为python.tpl，存放在之前创建好的~/.vim目录下。然后在~/.vimrc中添加：</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">autocmd BufNewFile <span style="color: #000000; font-weight: bold;">*</span>.py 0r ~<span style="color: #000000; font-weight: bold;">/</span>.vim<span style="color: #000000; font-weight: bold;">/</span>templates<span style="color: #000000; font-weight: bold;">/</span>python.tpl</pre></td></tr></table></div>

<p>这样就能保证每次写的python文件能够保持一致的编码方式。更多用vim写python可以参考之前的《 <a class="title" rel="bookmark" href="../2009/02/08/code-python-in-vim.html">在vim中编写python</a><span class="title"> 》这篇文章。</span></p>
<p><strong><span class="title">2.python中的两种字符串</span></strong></p>
<p><span class="title">事实上，python是有两种&#8221;字符串&#8221;，在python2.6的官方文档中，有</span><a href="http://docs.python.org/tutorial/introduction.html#strings" target="_blank">Strings</a> 和<a href="http://docs.python.org/tutorial/introduction.html#unicode-strings" target="_blank">Unicode Strings</a> 两种Strings。</p>
<p>对于它们之间的相互转换以及GB2312与UTF8的互转，还有encode和decode，在啄木鸟的WIKI上面有详细的解释：</p>
<blockquote><p><a href="http://wiki.woodpecker.org.cn/moin/PyEnCode">http://wiki.woodpecker.org.cn/moin/PyEnCode</a></p>
</blockquote>
<p>简单的说，其实encode<sup>1</sup>就是将unicode的字符串转换为特定编码，诸如“GB2312,UTF8”之类。<br />
而decode<sup>2</sup>就是将本地编码转换为unicode编码的字符串。<br />
所以，比如说要将GB2312转换为UTF8，那么就先将GB2312 decode再encode成UTF8即可，反之亦然。</p>
<ol class="footnotes"><li id="footnote_0_108" class="footnote">编码</li><li id="footnote_1_108" class="footnote">解码</li></ol>]]></content:encoded>
			<wfw:commentRss>http://codepy.net/2009/04/04/python.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在vim中编写python</title>
		<link>http://codepy.net/2009/02/08/code-python-in-vim.html</link>
		<comments>http://codepy.net/2009/02/08/code-python-in-vim.html#comments</comments>
		<pubDate>Sun, 08 Feb 2009 03:29:12 +0000</pubDate>
		<dc:creator>ruitao</dc:creator>
				<category><![CDATA[LINUX生活]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://codepy.net/?p=91</guid>
		<description><![CDATA[本文是在此文章的基础上进行的，建议先看一下这篇文章：http://wiki.woodpecker.org.cn/moin/VimPython 1.代码自动补全 上面引用的文章里面提到了关于python的自动完成功能，但是每次都要反复按Ctrl+N，略显麻烦，建议加上autocomplpop这个插件，这样就像Eclipse+PyDev一样，会自动弹出窗口提示补全代码。当然，还有SuperTab这个强大的插件供你选择。 2.自动语法检查 所需插件：python_check_syntax ，该插件需要pyflakes，Debian的用户直接 aptitude install pyflakes python_check_syntax默认是在python文件保存完之后开始执行检查，即运行完&#8221; :w &#8220;之后。检查语法的默认快捷键为cs[注] 。可以通过在vimrc里面添加以下两行来修改该快捷键和是否在保存时进行语法检查。 g:pcs_hotkey # run the checker, the default is cs g:pcs_check_when_saving # when true, the checker automaticlly run while saving, the default is true 3.Python专用插件 3.1 python_fn.vim 提供了众多方便编辑Python效率的快捷键。比如选择整个class, function之类的，它的页面已经所得很详细，我就不多说了。 3.2 python.vim Python语法高亮支持，具体不说了，看页面。 4.Python调试 vim里面调试，可以通过设置makeprg为python %。这样可以通过:make自动的对当前编辑的文件进行测试。关于Unix程序管道通讯的Buffer大小这篇文章为我们提供了一个更好的方法：python -u %，即在python.vim里面添加： set makeprg=python -u % 这样就可以了。 5.推荐阅读文章 [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>本文是在此文章的基础上进行的，建议先看一下这篇文章：<a href="http://wiki.woodpecker.org.cn/moin/VimPython" target="_blank">http://wiki.woodpecker.org.cn/moin/VimPython</a></p></blockquote>
<p><span style="text-decoration: underline;"><strong>1.代码自动补全</strong></span></p>
<p>上面引用的文章里面提到了关于python的自动完成功能，但是每次都要反复按Ctrl+N，略显麻烦，建议加上<a href="http://www.vim.org/scripts/script.php?script_id=1879" target="_blank">autocomplpop</a>这个插件，这样就像Eclipse+PyDev一样，会自动弹出窗口提示补全代码。当然，还有<a href="http://www.vim.org/scripts/script.php?script_id=1643" target="_blank">SuperTab</a>这个强大的插件供你选择。</p>
<p><span style="text-decoration: underline;"><strong>2.自动语法检查</strong></span></p>
<p>所需插件：<a href="http://www.vim.org/scripts/script.php?script_id=2485" target="_blank">python_check_syntax</a> ，该插件需要<span class="txth1">pyflakes，Debian的用户直接</span></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">aptitude</span> <span style="color: #c20cb9; font-weight: bold;">install</span> pyflakes</pre></div></div>

<p><a href="http://www.vim.org/scripts/script.php?script_id=2485" target="_blank">python_check_syntax</a>默认是在python文件保存完之后开始执行检查，即运行完&#8221; :w &#8220;之后。检查语法的默认快捷键为cs<span style="color: #ff6600;">[注]</span> 。可以通过在vimrc里面添加以下两行来修改该快捷键和是否在保存时进行语法检查。</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">g:pcs_hotkey      <span style="color: #666666; font-style: italic;"># run the checker, the default is  cs</span>
g:pcs_check_when_saving   <span style="color: #666666; font-style: italic;"># when true, the checker automaticlly run while saving, the default is true</span></pre></div></div>

<p><span style="text-decoration: underline;"><strong>3.Python专用插件</strong></span></p>
<p><em><strong>3.1 <a href="http://www.vim.org/scripts/script.php?script_id=30" target="_blank">python_fn.vim</a></strong></em></p>
<p>提供了众多方便编辑Python效率的快捷键。比如选择整个class, function之类的，它的页面已经所得很详细，我就不多说了。</p>
<p><em><strong>3.2 <a href="http://www.vim.org/scripts/script.php?script_id=790" target="_blank">python.vim</a></strong></em></p>
<p>Python语法高亮支持，具体不说了，看页面。</p>
<p><span style="text-decoration: underline;"><strong>4.Python调试</strong></span></p>
<p>vim里面调试，可以通过设置makeprg为python %。这样可以通过:make自动的对当前编辑的文件进行测试。<a title="Permanent Link to 关于Unix程序管道通讯的Buffer大小" rel="bookmark" href="http://gnap.tabex.org/2008/11/11/%e5%85%b3%e4%ba%8eunix%e7%a8%8b%e5%ba%8f%e7%ae%a1%e9%81%93%e9%80%9a%e8%ae%af%e7%9a%84buffer%e5%a4%a7%e5%b0%8f/">关于Unix程序管道通讯的Buffer大小</a>这篇文章为我们提供了一个更好的方法：python -u %，即在python.vim里面添加：</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">set</span> <span style="color: #007800;">makeprg</span>=python <span style="color: #660033;">-u</span> <span style="color: #000000; font-weight: bold;">%</span></pre></div></div>

<p>这样就可以了。</p>
<p><span style="text-decoration: underline;"><strong>5.推荐阅读文章</strong></span></p>
<p>关于vim方面的文章，推荐大家看一下</p>
<blockquote>
<p class="r"><a class="l" onmousedown="return clk(0,'','','res','1','')" href="http://blog.csdn.net/wooin/archive/2007/10/31/1858917.aspx" target="_blank"><em>手把手教你把Vim改装成一个IDE编程环境</em>(<em>图文</em>)</a></p>
<p class="r">
</blockquote>
<p><strong>注：</strong></p>
<p>Vim <em>默认</em>使用 作为|&lt;<em>LocalLeader</em>&gt;|，你可以通过在vimrc里面添加</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">let</span> maplocalleader = <span style="color: #ff0000;">&quot;;&quot;</span></pre></div></div>

<p>来更改，这里将LocalLeader更改为&#8221; ; &#8220;，冒号，具体建议你看一下 <a href="http://man.chinaunix.net/newsoft/vi/doc/map.html" target="_blank">VIM：map</a></p>
]]></content:encoded>
			<wfw:commentRss>http://codepy.net/2009/02/08/code-python-in-vim.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python 3.0发布</title>
		<link>http://codepy.net/2008/12/04/python-3-release.html</link>
		<comments>http://codepy.net/2008/12/04/python-3-release.html#comments</comments>
		<pubDate>Thu, 04 Dec 2008 15:06:01 +0000</pubDate>
		<dc:creator>ruitao</dc:creator>
				<category><![CDATA[编程语言]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://codepy.net/?p=74</guid>
		<description><![CDATA[具有重大意义的Python 3.0(也叫Python 3000或Py3k)已正式发布。Python 3.0是首个有意不向后兼容的版本，经历了约3年的开发，相比前版有巨大的变化。 主要新特性包括：部分函数和语句的改变，其中最引人注目的是print声明被print()函数取代；字符串和字节变动，str类表示一个 Unicode 字符串，代替了早期版本的unicode类。更多可见发行注解。]]></description>
			<content:encoded><![CDATA[<p>具有重大意义的<a href="http://docs.python.org/dev/3.0/whatsnew/3.0.html">Python 3.0</a>(也叫Python 3000或Py3k)已正式发布。Python 3.0是首个有意不向后兼容的版本，经历了约3年的开发，相比前版有巨大的变化。<em> 主要新特性<a href="http://zh.wikipedia.org/w/index.php?title=Python&amp;variant=zh-cn#Python_3.0">包括</a>：部分函数和语句的改变，其中最引人注目的是print声明被print()函数取代；字符串和字节变动，str类表示一个 Unicode 字符串，代替了早期版本的unicode类。更多可见发行注解。</em></p>
]]></content:encoded>
			<wfw:commentRss>http://codepy.net/2008/12/04/python-3-release.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetBeans 6.5 已发布，附带NetBeans IDE for Python EA</title>
		<link>http://codepy.net/2008/11/21/netbeans-65-release.html</link>
		<comments>http://codepy.net/2008/11/21/netbeans-65-release.html#comments</comments>
		<pubDate>Fri, 21 Nov 2008 05:53:25 +0000</pubDate>
		<dc:creator>ruitao</dc:creator>
				<category><![CDATA[得力工具]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://codepy.net/?p=69</guid>
		<description><![CDATA[昨天NetBeans 6.5 正式版发布，具体可以到这里下载 http://www.netbeans.org/downloads/index.html 此外，在下载页面还提供了一个NetBeans IDE for Python EA的早期版本 http://dlc.sun.com.edgesuite.net/netbeans/6.5/python/ea/ 安装完Netbeans后再安装NetBeans IDE for Python EA即可，这样就可以用Netbeans来编写Python了 简单使用了一下，觉得还不错，希望最终版的NetBeans IDE for Python EA能提供更多的惊喜。 关于NetBeans的字体问题，建议参考之前对于Intellij idea的字体设置： intellij idea 界面字体设置 使用里面提到的 YaHei.Consolas 字体]]></description>
			<content:encoded><![CDATA[<p>昨天NetBeans 6.5 正式版发布，具体可以到这里下载</p>
<p><a href="http://www.netbeans.org/downloads/index.html" target="_blank">http://www.netbeans.org/downloads/index.html</a></p>
<p>此外，在下载页面还提供了一个NetBeans IDE for Python EA的早期版本</p>
<p><a href="http://dlc.sun.com.edgesuite.net/netbeans/6.5/python/ea/">http://dlc.sun.com.edgesuite.net/netbeans/6.5/python/ea/</a></p>
<p>安装完Netbeans后再安装NetBeans IDE for Python EA即可，这样就可以用Netbeans来编写Python了</p>
<p>简单使用了一下，觉得还不错，希望最终版的NetBeans IDE for Python EA能提供更多的惊喜。</p>
<blockquote><p>关于NetBeans的字体问题，建议参考之前对于Intellij idea的字体设置：<br />
<a class="title" rel="bookmark" href="../2008/11/02/intellij-idea-font-setting-2.html">intellij idea 界面字体设置</a><br />
使用里面提到的<br />
<a href="http://www.intellij.org.cn/bbs/viewtopic.php?f=3&amp;t=231&amp;start=0&amp;st=0&amp;sk=t&amp;sd=a&amp;sid=cbf3091d7d5de8ffb6170ab22760e53c">YaHei.Consolas</a> 字体
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://codepy.net/2008/11/21/netbeans-65-release.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>nbpython(python for netbeans)将随netbeans6.5一起发布</title>
		<link>http://codepy.net/2008/11/13/nbpythonpython-for-netbeans%e5%b0%86%e9%9a%8fnetbeans65%e4%b8%80%e8%b5%b7%e5%8f%91%e5%b8%83.html</link>
		<comments>http://codepy.net/2008/11/13/nbpythonpython-for-netbeans%e5%b0%86%e9%9a%8fnetbeans65%e4%b8%80%e8%b5%b7%e5%8f%91%e5%b8%83.html#comments</comments>
		<pubDate>Thu, 13 Nov 2008 08:28:13 +0000</pubDate>
		<dc:creator>ruitao</dc:creator>
				<category><![CDATA[得力工具]]></category>
		<category><![CDATA[nbpython]]></category>
		<category><![CDATA[netbean]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://codepy.net/?p=66</guid>
		<description><![CDATA[Python in Netbeans is a go!!!! After a 6 months of development. nbPython has been given the green light to be release as the official python build for Netbeans. The EA release will be released with Netbeans6.5. This feels like a real achievement for us. I would like to thank all the people who made [...]]]></description>
			<content:encoded><![CDATA[<h3 class="post-title entry-title"><a href="http://codesnakes.blogspot.com/2008/11/python-in-netbeans-is-go.html">Python in Netbeans is a go!!!!</a></h3>
<h3 class="post-title entry-title"></h3>
<div class="post-body entry-content"><a href="http://4.bp.blogspot.com/_FMMRL6HCtTU/SRtpAjtkJ5I/AAAAAAAAAEA/2HjekkMo5X0/s1600-h/nbPythonSplash.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5267919647447197586" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 185px;" src="http://4.bp.blogspot.com/_FMMRL6HCtTU/SRtpAjtkJ5I/AAAAAAAAAEA/2HjekkMo5X0/s320/nbPythonSplash.png" border="0" alt="" /></a><br />
After a 6 months of development. nbPython has been given the green light to be release as the official python build for Netbeans. The EA release will be released with Netbeans6.5. This feels like a real achievement for us. I would like to thank all the people who made this possable:</p>
<ul>
<li>Ted Leung</li>
<li>Tor Norbye</li>
<li>Frank Wierzbicki</li>
<li>Jean-Yves Mengant</li>
<li>Amit Saha</li>
<li>The rest of the nbPython Development team</li>
<li>Netbeans QA Team</li>
</ul>
</div>
<div class="post-body entry-content">我现在用的是eclipse+pydev，期待nbpython能给我们一个惊喜，本来在idea8中说会支持Python,但是至今还没有发现插件。</div>
]]></content:encoded>
			<wfw:commentRss>http://codepy.net/2008/11/13/nbpythonpython-for-netbeans%e5%b0%86%e9%9a%8fnetbeans65%e4%b8%80%e8%b5%b7%e5%8f%91%e5%b8%83.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
