<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Google Translate API Python Script</title>
	<atom:link href="http://www.halotis.com/2009/09/15/google-translate-api-python-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.halotis.com/2009/09/15/google-translate-api-python-script/</link>
	<description>Entrepreneurship in the 21st Centruy</description>
	<lastBuildDate>Sat, 21 Jan 2012 09:19:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: fondos de pantalla</title>
		<link>http://www.halotis.com/2009/09/15/google-translate-api-python-script/comment-page-1/#comment-17903</link>
		<dc:creator>fondos de pantalla</dc:creator>
		<pubDate>Mon, 07 Nov 2011 02:23:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.halotis.com/?p=738#comment-17903</guid>
		<description>&lt;strong&gt;fondos de pantalla...&lt;/strong&gt;

[...]Google Translate API Python Script &#124; HalOtis[...]...</description>
		<content:encoded><![CDATA[<p><strong>fondos de pantalla&#8230;</strong></p>
<p>[...]Google Translate API Python Script | HalOtis[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PR</title>
		<link>http://www.halotis.com/2009/09/15/google-translate-api-python-script/comment-page-1/#comment-17641</link>
		<dc:creator>PR</dc:creator>
		<pubDate>Sat, 02 Apr 2011 23:20:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.halotis.com/?p=738#comment-17641</guid>
		<description>This returns an error:
   
return translated_soup(&#039;div&#039;, id=&#039;result_box&#039;)[0].string

IndexError: list index out of range 
      args = (&#039;list index out of range&#039;,)

bacause thers nothing in the reslut box at the moment of reading - Google uses ajax for for adding the result later.</description>
		<content:encoded><![CDATA[<p>This returns an error:</p>
<p>return translated_soup(&#8216;div&#8217;, id=&#8217;result_box&#8217;)[0].string</p>
<p>IndexError: list index out of range<br />
      args = (&#8216;list index out of range&#8217;,)</p>
<p>bacause thers nothing in the reslut box at the moment of reading &#8211; Google uses ajax for for adding the result later.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kamus Bahasa Indonesia-Inggris dengan Python dan Google Translate &#171; firodj.org</title>
		<link>http://www.halotis.com/2009/09/15/google-translate-api-python-script/comment-page-1/#comment-17448</link>
		<dc:creator>Kamus Bahasa Indonesia-Inggris dengan Python dan Google Translate &#171; firodj.org</dc:creator>
		<pubDate>Mon, 08 Nov 2010 01:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.halotis.com/?p=738#comment-17448</guid>
		<description>[...] Google Translate API Python Script &#124; HalOtis Marketing  Tagged as: python, web, windows, word Leave a comment     Comments (0) Trackbacks (0) ( subscribe [...]</description>
		<content:encoded><![CDATA[<p>[...] Google Translate API Python Script | HalOtis Marketing  Tagged as: python, web, windows, word Leave a comment     Comments (0) Trackbacks (0) ( subscribe [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Automated localization &#171; Zendagi Migzara !!!</title>
		<link>http://www.halotis.com/2009/09/15/google-translate-api-python-script/comment-page-1/#comment-17239</link>
		<dc:creator>Automated localization &#171; Zendagi Migzara !!!</dc:creator>
		<pubDate>Sat, 16 Jan 2010 14:45:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.halotis.com/?p=738#comment-17239</guid>
		<description>[...] I wondered how nice it would have been to have an inbuilt library to do the word to word translation and avoid the unnecessary manual process. Then first thing that comes to mind is &#8220;Google Translator&#8220;. I search for the APIs to find that its available in AJAX. Now what would you do if yours isn&#8217;t a web application. Find a way to call the AJAX methods through the language you are using.Â  Thankfully I find the module &#8220;simplejson&#8221; in python to my rescue. Now write a python script to call the translate API or find it here. [...]</description>
		<content:encoded><![CDATA[<p>[...] I wondered how nice it would have been to have an inbuilt library to do the word to word translation and avoid the unnecessary manual process. Then first thing that comes to mind is &#8220;Google Translator&#8220;. I search for the APIs to find that its available in AJAX. Now what would you do if yours isn&#8217;t a web application. Find a way to call the AJAX methods through the language you are using.Â  Thankfully I find the module &#8220;simplejson&#8221; in python to my rescue. Now write a python script to call the translate API or find it here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nic</title>
		<link>http://www.halotis.com/2009/09/15/google-translate-api-python-script/comment-page-1/#comment-17237</link>
		<dc:creator>Nic</dc:creator>
		<pubDate>Sun, 20 Dec 2009 19:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.halotis.com/?p=738#comment-17237</guid>
		<description>There&#039;s another Python module that includes methods for google translate, it&#039;s xgoogle: http://www.catonmat.net/blog/python-library-for-google-translate/</description>
		<content:encoded><![CDATA[<p>There&#8217;s another Python module that includes methods for google translate, it&#8217;s xgoogle: <a href="http://www.catonmat.net/blog/python-library-for-google-translate/" rel="nofollow">http://www.catonmat.net/blog/python-library-for-google-translate/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ralph</title>
		<link>http://www.halotis.com/2009/09/15/google-translate-api-python-script/comment-page-1/#comment-16283</link>
		<dc:creator>Ralph</dc:creator>
		<pubDate>Wed, 16 Sep 2009 05:21:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.halotis.com/?p=738#comment-16283</guid>
		<description>Thanks for sharing. Can you show us the dark side of python?


Thank you!</description>
		<content:encoded><![CDATA[<p>Thanks for sharing. Can you show us the dark side of python?</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

