<?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>heimo's blog &#187; python</title>
	<atom:link href="http://heimo.zapzarap.net/blog/category/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://heimo.zapzarap.net/blog</link>
	<description>social software &#38; mehr ...</description>
	<lastBuildDate>Fri, 22 Jan 2010 11:08:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IPython: dauerhaft Farbschema ändern</title>
		<link>http://heimo.zapzarap.net/blog/2010/01/22/ipython-dauerhaft-farben-schema-andern/</link>
		<comments>http://heimo.zapzarap.net/blog/2010/01/22/ipython-dauerhaft-farben-schema-andern/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 11:07:58 +0000</pubDate>
		<dc:creator>heimo</dc:creator>
				<category><![CDATA[python]]></category>
		<category><![CDATA[Config]]></category>
		<category><![CDATA[IPython]]></category>

		<guid isPermaLink="false">http://heimo.zapzarap.net/blog/?p=323</guid>
		<description><![CDATA[file (unter Linux):
~/.ipython/ipy_user_conf.py
def main():
&#160;&#160;o = ip.options
&#160;&#160;# An example on how to set options
&#160;&#160;#o.autocall = 1
&#160;&#160;o.autoexec.append('%colors LightBG')
main()

Öffnet iPython dauerhaft mit  dem Shema LightBG. 
(in der shell selbst funktioniert das mit %colors LightBG)
]]></description>
			<content:encoded><![CDATA[<p>file (unter Linux):<br />
~/.ipython/ipy_user_conf.py</p>
<p><tt>def main():<br />
&nbsp;&nbsp;o = ip.options<br />
&nbsp;&nbsp;# An example on how to set options<br />
&nbsp;&nbsp;#o.autocall = 1<br />
&nbsp;&nbsp;<strong>o.autoexec.append('%colors LightBG')</strong><br />
main()<br />
</tt></p>
<p>Öffnet iPython dauerhaft mit  dem Shema LightBG. </p>
<p>(in der shell selbst funktioniert das mit %colors LightBG)</p>
]]></content:encoded>
			<wfw:commentRss>http://heimo.zapzarap.net/blog/2010/01/22/ipython-dauerhaft-farben-schema-andern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turbogears updaten</title>
		<link>http://heimo.zapzarap.net/blog/2009/01/14/turbogears-updaten/</link>
		<comments>http://heimo.zapzarap.net/blog/2009/01/14/turbogears-updaten/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 16:02:29 +0000</pubDate>
		<dc:creator>heimo</dc:creator>
				<category><![CDATA[python]]></category>
		<category><![CDATA[trubogears]]></category>

		<guid isPermaLink="false">http://heimo.zapzarap.net/blog/2009/01/14/turbogears-updaten/</guid>
		<description><![CDATA[Turbogears 2 beta 1 auf beta 2 updaten (in meinem virtual environment) &#8211; und hab&#8217; schon wieder diesen Befehl vergessen:
easy_install -U -i http://www.turbogears.org/2.0/downloads/current/index tg.devtools
(Vielleicht merke ich ihn mir jetzt mal  :-)
[Tag] turbogears 2, update, easy_install [/TAG]
]]></description>
			<content:encoded><![CDATA[<p><img width="62" height="54" style="float: left; margin-right: 10px; margin-bottom: 10px" id="image194" alt="Turbogears Logo" src="http://heimo.zapzarap.net/blog/wp-content/uploads/2009/01/turbogears.png" /><a title="Zur Turbogears 2.0 page" href="http://turbogears.org/2.0/">Turbogears 2</a> beta 1 auf beta 2 updaten (in meinem virtual environment) &#8211; und hab&#8217; schon wieder diesen Befehl vergessen:</p>
<p style="clear: both"><strong><tt>easy_install -U -i http://www.turbogears.org/2.0/downloads/current/index tg.devtools</tt></strong></p>
<p>(Vielleicht merke ich ihn mir jetzt mal  :-)</p>
<p>[Tag] turbogears 2, update, easy_install [/TAG]</p>
]]></content:encoded>
			<wfw:commentRss>http://heimo.zapzarap.net/blog/2009/01/14/turbogears-updaten/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visualisierung: Code Swarm &gt; die Entwicklung von Python</title>
		<link>http://heimo.zapzarap.net/blog/2008/08/12/visualisierung-code-swarm-die-entwicklung-von-python/</link>
		<comments>http://heimo.zapzarap.net/blog/2008/08/12/visualisierung-code-swarm-die-entwicklung-von-python/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 07:57:12 +0000</pubDate>
		<dc:creator>heimo</dc:creator>
				<category><![CDATA[python]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[visualisierung]]></category>

		<guid isPermaLink="false">http://heimo.zapzarap.net/blog/2008/08/12/visualisierung-code-swarm-die-entwicklung-von-python/</guid>
		<description><![CDATA[code_swarm &#8211; Python from Michael Ogawa on Vimeo.
In dem Video wird die Timeline der Entwicklung der Programmiersprache Python visualisiert: Wer war wie aktiv seit 1990 &#8211; von Michael Ogawa, einem &#8220;Ph.D. student in the Computer Science program at UC Davis&#8221;. 
[Tag] Python, Visualisierung, Video[/Tag]
]]></description>
			<content:encoded><![CDATA[<p><object width="400" height="302"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=1093745&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://www.vimeo.com/moogaloop.swf?clip_id=1093745&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="302"></embed></object><br /><a href="http://www.vimeo.com/1093745?pg=embed&amp;sec=1093745">code_swarm &#8211; Python</a> from <a href="http://www.vimeo.com/michaelogawa?pg=embed&amp;sec=1093745">Michael Ogawa</a> on <a href="http://vimeo.com?pg=embed&amp;sec=1093745">Vimeo</a>.</p>
<p>In dem Video wird die Timeline der Entwicklung der Programmiersprache <a href="http://www.python.org">Python</a> visualisiert: Wer war wie aktiv seit 1990 &#8211; von <a href="http://vis.cs.ucdavis.edu/~ogawa/">Michael Ogawa</a>, einem &#8220;Ph.D. student in the Computer Science program at UC Davis&#8221;. </p>
<p>[Tag] Python, Visualisierung, Video[/Tag]</p>
]]></content:encoded>
			<wfw:commentRss>http://heimo.zapzarap.net/blog/2008/08/12/visualisierung-code-swarm-die-entwicklung-von-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>update-alternatives: 2 Python Versionen unter Ubuntu &#8211; wahlweise</title>
		<link>http://heimo.zapzarap.net/blog/2007/05/02/update-alternatives-2-python-versionen-unter-ubuntu-wahlweise/</link>
		<comments>http://heimo.zapzarap.net/blog/2007/05/02/update-alternatives-2-python-versionen-unter-ubuntu-wahlweise/#comments</comments>
		<pubDate>Wed, 02 May 2007 20:57:19 +0000</pubDate>
		<dc:creator>heimo</dc:creator>
				<category><![CDATA[linux nett]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://heimo.zapzarap.net/blog/2007/05/02/update-alternatives-2-python-versionen-unter-ubuntu-wahlweise/</guid>
		<description><![CDATA[Wer kennt das nicht unter Windows: zwei Version zu installieren von ein und dem selben Programm &#8211; oder jetzt für mich interessant: von ein und der selben Programmiersprache &#8211; geht schwer bis gar nicht.
Unter Linux Ubuntu (siehe auch Wikipedia: Ubuntu) geht das ganz net mit &#8220;update-alternatives&#8220;:
zb.: Jetzt unter Ubuntu Feisty ist standardmäßig python 2.5 vorgesehen. [...]]]></description>
			<content:encoded><![CDATA[<p>Wer kennt das nicht unter Windows: zwei Version zu installieren von ein und dem selben Programm &#8211; oder jetzt für mich interessant: von ein und der selben Programmiersprache &#8211; geht schwer bis gar nicht.</p>
<p><img align="left" alt="Ubuntu Logo" id="image136" title="Ubuntu Logo" src="http://heimo.zapzarap.net/blog/wp-content/uploads/2007/05/250px-Ubuntu-Logo.svg.png" />Unter Linux <a title="zur Linux Distribution Ubuntu" href="http://www.ubuntu.com">Ubuntu</a> (siehe auch Wikipedia: <a title="Wikipedia: Upuntu" href="http://de.wikipedia.org/wiki/Ubuntu">Ubuntu</a>) geht das ganz net mit &#8220;<tt>update-alternatives</tt>&#8220;:</p>
<p>zb.: Jetzt unter Ubuntu Feisty ist standardmäßig python 2.5 vorgesehen. Ich brauch&#8217; aber für <a title="MVC Python Framework Turbogears " href="http://www.turbogears.com">turbogears</a> 2.4. Mit</p>
<p><tt>sudo update-alternatives --install /usr/bin/python python /usr/bin/python2.4 10<br />
sudo update-alternatives --install /usr/bin/python python /usr/bin/python2.5 1</tt></p>
<p>kann mensch zwei parallel installierten Versionen einfach unterschiedliche Priorität geben (hier für 2.4 10 und für 2.5 1) &#8211; und irgendwas in einer Registry rumpfuschen oder &#8220;uminstallieren&#8221; zu müssen.  In meinem Fall gewinnt jetzt<br />
python 2.4 und ich :-)</p>
<p>ach ja mit<br />
<tt> sudo update-alternatives --config python</tt></p>
<p>kann interaktiv wieder python 2.5 als &#8220;standard python&#8221; ausgewählt werden.</p>
<p>Schon sehr nett unter linux&#8230;</p>
<p>[tag]python, update-alternatives, feisty, python2.5[/tag]</p>
]]></content:encoded>
			<wfw:commentRss>http://heimo.zapzarap.net/blog/2007/05/02/update-alternatives-2-python-versionen-unter-ubuntu-wahlweise/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
