<?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>The Savvy Technologist &#187; python</title>
	<atom:link href="http://technosavvy.org/tag/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://technosavvy.org</link>
	<description>Great teaching and learning with technology</description>
	<lastBuildDate>Fri, 03 Sep 2010 05:31:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Twitterator loves DabbleDB</title>
		<link>http://technosavvy.org/2008/04/19/twitterator-loves-dabbledb/</link>
		<comments>http://technosavvy.org/2008/04/19/twitterator-loves-dabbledb/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 22:22:20 +0000</pubDate>
		<dc:creator>Tim Wilson</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[dabbledb]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twitterator]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://technosavvy.org/?p=529</guid>
		<description><![CDATA[I&#8217;ve made a few tweaks to Twitterator over the last couple days, the most significant of which is a measure of compatibility with DabbleDB. If you create a basic DabbleDB database with a single column of twitter usernames, you can specify the URL to the .txt or .csv versions of your database and Twitterator will [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve made a few tweaks to <a href="http://twitterator.org/">Twitterator</a> over the last couple days, the most significant of which is a measure of compatibility with <a href="http://dabbledb.com/">DabbleDB</a>. If you create a basic DabbleDB database with a single column of twitter usernames, you can specify the URL to the <code>.txt</code> or <code>.csv</code> versions of your database and Twitterator will add them to your list of <a href="http://twitter.com/">Twitter</a> friends.</p>
<p>This new feature should really help if you want to provide an easy way for a bunch of people to subscribe to a set of twitter users all at once. You could maintain, for example, a list of K-12 science teacher twitter users. Make as many groups as you want and simply provide the URLs in a blog post, on a wiki page, or in a Google Docs document.</p>
<p>Leave a comment if there&#8217;s another feature you&#8217;d like. I&#8217;ll see what I can do to put it in. Please let me know if you find a bug.</p>
]]></content:encoded>
			<wfw:commentRss>http://technosavvy.org/2008/04/19/twitterator-loves-dabbledb/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Twitterator launched: Come and play</title>
		<link>http://technosavvy.org/2008/04/14/twitterator-launched-come-and-play/</link>
		<comments>http://technosavvy.org/2008/04/14/twitterator-launched-come-and-play/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 01:48:16 +0000</pubDate>
		<dc:creator>Tim Wilson</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twitterator]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://technosavvy.org/?p=528</guid>
		<description><![CDATA[I may attract the trademark police for this, but so be it. It seemed like an innocent enough question at the time, but when Steve Dembo (teach42) posted a tweet last week looking for a way to import a list of Twitter names to follow I decided to run with it. It seemed like a [...]]]></description>
			<content:encoded><![CDATA[<p>I may attract the trademark police for this, but so be it.</p>
<p>It seemed like an innocent enough question at the time, but when <a href="http://teach42/">Steve Dembo</a> (<a href="http://twitter.com/teach42/">teach42</a>) <a href="http://twitter.com/teach42/statuses/787346271">posted a tweet</a> last week looking for a way to import a list of Twitter names to follow I decided to run with it. It seemed like a straightforward programming challenge, and after a little twittering back and forth with <a href="http://twitter.com/dcbriccetti">Dave Briccetti</a> I had it pretty much worked out in my head.</p>
<p><a href="http://twitterator.org/">Twitterator</a>, then, is a really simple web application that takes a list of twitter usernames and allows you to follow them in one fell swoop. Take a look and see what you think. I have to warn you though. This is a pretty basic CGI script, and it&#8217;s not going to be particularly fast. It depends on Twitter.com&#8217;s servers being available which can be a bit of a crapshoot. Using Twitterator may cause dizziness, shortness of breath, locusts, giant meteors, and (wait for it) sexual dysfunction. Tell you doctor if you&#8217;re using Twitterator. Don&#8217;t taunt Twitterator!</p>
<p>I think this could be pretty useful for training sessions. For example, you could keep a list of twitter usernames in a file on the Internet somewhere and use that URL to follow those people. You could keep lists organized by academic subject or whatever else works for you. Once the file exists at a certain URL, a bunch of people could start following those people within minutes of creating their Twitter accounts. You can also paste in a bunch of usernames manually from a blog post, wiki page, or some other source. I tried to make it as bulletproof as reasonably possible, but you&#8217;ll have to ensure that the usernames are listed one per line.</p>
<p>Feel free to leave suggestions for improvements or creative uses in the comments. I hope everyone finds <a href="http://twitterator.org/">Twitterator</a> useful. It&#8217;s fun to exercise my programming chops once in a while, and if this brings Dembo one step closer to world domination then it&#8217;s all been worth it.</p>
<p><b>Update:</b> All Twitterator links have been updated to point to the new URL.</p>
]]></content:encoded>
			<wfw:commentRss>http://technosavvy.org/2008/04/14/twitterator-launched-come-and-play/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>I need to try more screencasting</title>
		<link>http://technosavvy.org/2006/01/03/i-need-to-try-more-screencasting/</link>
		<comments>http://technosavvy.org/2006/01/03/i-need-to-try-more-screencasting/#comments</comments>
		<pubDate>Tue, 03 Jan 2006 06:05:09 +0000</pubDate>
		<dc:creator>Tim Wilson</dc:creator>
				<category><![CDATA[Professional Development]]></category>
		<category><![CDATA[atomic learning]]></category>
		<category><![CDATA[devcasts]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[screencasts]]></category>
		<category><![CDATA[snapzpro]]></category>
		<category><![CDATA[turbogears]]></category>

		<guid isPermaLink="false">http://technosavvy.org/?p=361</guid>
		<description><![CDATA[I used a traditional CGI approach and MySQL to build my recent idea sharing Web application. After listening to the last episode of Inside the Net which discussed, in part, the Ruby on Rails Web development framework, I decided to check out some alternatives for future development work. Ruby on Rails is getting all kinds [...]]]></description>
			<content:encoded><![CDATA[<p>I used a <a href="http://www.cs.virginia.edu/~lab2q/">traditional CGI approach</a> and <a href="http://dev.mysql.com/">MySQL</a> to build my recent <a href="http://technosavvy.org/?p=360">idea sharing Web application</a>. After listening to the last episode of <a href="http://thisweekintech.com/itn5">Inside the Net</a> which discussed, in part, the <a href="http://rubyonrails.org/">Ruby on Rails</a> Web development framework, I decided to check out some alternatives for future development work. Ruby on Rails is getting all kinds of well-deserved buzz these days, but being a Python programmer I looked around and found <a href="http://www.djangoproject.com/">Django</a> and <a href="http://turbogears.com/">TurboGears</a>, two Rails-like frameworks for Python.</p>
<p>That leads to the real message of this post which is to point out how prevalent the &#8220;screencast&#8221; has become as a tool for promoting and teaching about these tools. Both the <a href="http://rubyonrails.org/screencasts">Ruby on Rails screencasts</a> and the <a href="http://www.turbogears.org/docs/devcasts.html">TurboGears Devcasts</a> are great ways to get a feel for how these tools work in real life. I should be using tools like <a href="http://www.ambrosiasw.com/utilities/snapzprox/">Snapz Pro</a> more often to help spread the word in my district about creative uses of technology. (I certainly have <a href="http://flickr.com/photos/timwilson/76894378/">the gear for recording</a>.) My district has been an <a href="http://atomiclearning.com/">Atomic Learning</a> customer for years, but I&#8217;m thinking of a longer form screencast. Possible screencasts:</p>
<ul>
<li>Getting started with <a href="http://bloglines.com/">Bloglines</a></li>
<li>Creative uses for <a href="http://maps.google.com/">Google Maps</a></li>
<li>Using my new Idea Blaster tool</li>
<li>A magical <a href="http://en.wikipedia.org/">Wikipedia</a> tour</li>
<li><a href="http://moodle.org/">Moodle</a> basics</li>
</ul>
<p>Maybe we should just buy all of our teachers new iPods and subscribe them to screencast podcasts. (I&#8217;m only half joking. What great professional development potential!)</p>
]]></content:encoded>
			<wfw:commentRss>http://technosavvy.org/2006/01/03/i-need-to-try-more-screencasting/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
