<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>Bluestick.JP 開発メモ &#187; Python</title>
	<atom:link href="http://bluestick.jp/tech/index.php/category/python/feed" rel="self" type="application/rss+xml" />
	<link>http://bluestick.jp/tech</link>
	<description></description>
	<lastBuildDate>Mon, 25 Apr 2011 13:32:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/category/python/feed" />
		<item>
		<title>Pythonで文字コードを指定してファイルを読み取り、Unicodeとして日本語を扱うには</title>
		<link>http://bluestick.jp/tech/index.php/archives/233</link>
		<comments>http://bluestick.jp/tech/index.php/archives/233#comments</comments>
		<pubDate>Tue, 23 Feb 2010 07:30:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=233</guid>
		<description><![CDATA[codecsモジュールを使用してファイルを読み込む。下記のコードで変数lineはUnicodeになる。
import codecs, sys
f = codecs.open(&#8216;C:\\work\\utf8.t [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/233/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/233" />
	</item>
		<item>
		<title>Djangoのテンプレートエンジンだけ利用する</title>
		<link>http://bluestick.jp/tech/index.php/archives/231</link>
		<comments>http://bluestick.jp/tech/index.php/archives/231#comments</comments>
		<pubDate>Tue, 23 Feb 2010 02:26:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=231</guid>
		<description><![CDATA[テンプレートファイルを作成する。
 data1:{{ data1 }}
==============================
{% for val in list1 %} &#8212; {{ val }}
{% [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/231/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/231" />
	</item>
		<item>
		<title>C#とIronPython 2.6の連携方法(変数の受け渡し方)</title>
		<link>http://bluestick.jp/tech/index.php/archives/229</link>
		<comments>http://bluestick.jp/tech/index.php/archives/229#comments</comments>
		<pubDate>Sat, 20 Feb 2010 08:06:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=229</guid>
		<description><![CDATA[IronPythonのインストールディレクトリにあるIronPython.dll, Microsoft.Scripting.dll, Microsoft.Scripting.Core.dll, Nicrosoft.Dyn [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/229/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/229" />
	</item>
		<item>
		<title>Django1.1.1をIronPython2.6にインストールし、importするとエラー</title>
		<link>http://bluestick.jp/tech/index.php/archives/227</link>
		<comments>http://bluestick.jp/tech/index.php/archives/227#comments</comments>
		<pubDate>Sat, 20 Feb 2010 07:58:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=227</guid>
		<description><![CDATA[Django1.1.1をIronPython2.6にインストールし、importすると下記のようなエラーが発生する。
Cannot call lazy() with both str and unicode return [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/227/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/227" />
	</item>
		<item>
		<title>PythonからODBC経由でSQL Serverに接続するには</title>
		<link>http://bluestick.jp/tech/index.php/archives/215</link>
		<comments>http://bluestick.jp/tech/index.php/archives/215#comments</comments>
		<pubDate>Sun, 17 Jan 2010 05:01:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=215</guid>
		<description><![CDATA[python DB API 2.0に準拠しているODBCドライバ pyodbcを使用する。Windows認証を使用して接続する接続パラメータは下記。
&#8216;DRIVER={SQL Server};SERVER=l [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/215/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/215" />
	</item>
	</channel>
</rss>

