<?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>ShowMeDo Blogs the World &#187; Club Videos</title>
	<atom:link href="http://blog.showmedo.com/category/club-videos/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.showmedo.com</link>
	<description>Building the site, promoting the videos, sharing the knowledge</description>
	<lastBuildDate>Tue, 03 Aug 2010 14:57:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Python Beginners Completed! &#8211; File Input/Output</title>
		<link>http://blog.showmedo.com/news/python-beginners-completed-file-inputoutput/</link>
		<comments>http://blog.showmedo.com/news/python-beginners-completed-file-inputoutput/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 08:54:56 +0000</pubDate>
		<dc:creator>wizzy</dc:creator>
				<category><![CDATA[Club Videos]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Showmedo Front-page]]></category>

		<guid isPermaLink="false">http://blog.showmedo.com/?p=519</guid>
		<description><![CDATA[<p>Finally we&#8217;ve finished the Python Beginners über-series in our Club.  In total the Club has 118 videos over 15 series all focused on teaching new Python skills.  Now we&#8217;re done with Python beginners we&#8217;ll be expanding our scope.</p>
<p>In just under 30 minutes in the File I/O Tutorial I cover reading text files, writing [...]


Related posts:<ol><li><a href='http://blog.showmedo.com/new-showmedo-videos/python-beginners-common-variables-and-containers-series-completed/' rel='bookmark' title='Permanent Link: Python Beginners &#8211; Common Variables and Containers Series Completed'>Python Beginners &#8211; Common Variables and Containers Series Completed</a></li>
<li><a href='http://blog.showmedo.com/news/15-new-learning-paths-mostly-for-pythonistas/' rel='bookmark' title='Permanent Link: 15 New Learning Paths (mostly for Pythonistas)'>15 New Learning Paths (mostly for Pythonistas)</a></li>
<li><a href='http://blog.showmedo.com/news/get-going-with-python-2-python-development-environments-ides-part-1/' rel='bookmark' title='Permanent Link: Get Going with Python 2: Python Development Environments (IDEs) part 1'>Get Going with Python 2: Python Development Environments (IDEs) part 1</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Finally we&#8217;ve finished the Python Beginners über-series in our <a href="http://showmedo.com/joinus?smdc=bgp_fio">Club</a>.  In total the Club has 118 videos over 15 series all focused on teaching new Python skills.  Now we&#8217;re done with Python beginners we&#8217;ll be expanding our scope.</p>
<p>In just under 30 minutes in the <a href="http://showmedo.com/videos/series?name=bPGq5ZZuz">File I/O Tutorial</a> I cover reading text files, writing textfiles, using binary files (with Python Imaging Library as the example) and persisting data with the pickle module.</p>
<p>Now that we&#8217;re finished with the raw episodes and our Learning Paths are usable I&#8217;m tying together all the Python videos (free+Club) into paths-of-learning that teach you about topics including:</p>
<ul>
<li>Starting to Program with Python</li>
<li>Getting Python Installed</li>
<li>Walking through fully-written programs (long step-by-step series)</li>
<li>Python development environments and tools</li>
<li>Python GUI development</li>
<li>Django</li>
<li>Web-application development</li>
</ul>
<p>The learning-paths, and learning how to use them effectively, are very much a work in progress. As ever we welcome any and all constructive feedback.</p>
<p>Once we&#8217;re done with the Python learning paths we&#8217;ll start to tie together all the other topics in ShowMeDo (heck &#8211; we have well over 1000 screencast tutorials now!) to make learning much easier.</p>


<p>Related posts:<ol><li><a href='http://blog.showmedo.com/new-showmedo-videos/python-beginners-common-variables-and-containers-series-completed/' rel='bookmark' title='Permanent Link: Python Beginners &#8211; Common Variables and Containers Series Completed'>Python Beginners &#8211; Common Variables and Containers Series Completed</a></li>
<li><a href='http://blog.showmedo.com/news/15-new-learning-paths-mostly-for-pythonistas/' rel='bookmark' title='Permanent Link: 15 New Learning Paths (mostly for Pythonistas)'>15 New Learning Paths (mostly for Pythonistas)</a></li>
<li><a href='http://blog.showmedo.com/news/get-going-with-python-2-python-development-environments-ides-part-1/' rel='bookmark' title='Permanent Link: Get Going with Python 2: Python Development Environments (IDEs) part 1'>Get Going with Python 2: Python Development Environments (IDEs) part 1</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.showmedo.com/news/python-beginners-completed-file-inputoutput/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python Beginners &#8211; &#8216;if, else, elif&#8217; Introduction</title>
		<link>http://blog.showmedo.com/python-showmedos/python-beginners-if-else-elif-introduction/</link>
		<comments>http://blog.showmedo.com/python-showmedos/python-beginners-if-else-elif-introduction/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 13:49:30 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Club Videos]]></category>
		<category><![CDATA[Python ShowMeDos]]></category>

		<guid isPermaLink="false">http://blog.showmedo.com/?p=364</guid>
		<description><![CDATA[<p>We&#8217;ve just published another series aimed at Python Beginners &#8211; &#8220;the &#8216;if&#8217; statement&#8221; introduces the &#8216;if&#8217; statement to new programmers, along with &#8216;else&#8217; and &#8216;elif&#8217;.</p>
<p>The series is short &#8211; just two episodes lasting for 14 minutes.  If you&#8217;re new to Python and you want to learn how it works, our Club series are just for [...]


Related posts:<ol><li><a href='http://blog.showmedo.com/new-showmedo-videos/new-club-series-for-python-beginners-loops-and-iteration/' rel='bookmark' title='Permanent Link: New Club Series for Python Beginners &#8211; Loops and Iteration'>New Club Series for Python Beginners &#8211; Loops and Iteration</a></li>
<li><a href='http://blog.showmedo.com/new-showmedo-videos/more-club-videos-for-python-beginners-common-variables-and-containers/' rel='bookmark' title='Permanent Link: More Club videos for Python Beginners &#8211; Common Variables and Containers'>More Club videos for Python Beginners &#8211; Common Variables and Containers</a></li>
<li><a href='http://blog.showmedo.com/new-showmedo-videos/python-beginners-functions-series-finished-for-club-showmedo/' rel='bookmark' title='Permanent Link: Python Beginners &#8211; Functions series finished for Club ShowMeDo'>Python Beginners &#8211; Functions series finished for Club ShowMeDo</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve just published another series aimed at Python Beginners &#8211; &#8220;<a href="http://showmedo.com/videos/series?name=WrTGJWRn9">the &#8216;if&#8217; statement</a>&#8221; introduces the &#8216;if&#8217; statement to new programmers, along with &#8216;else&#8217; and &#8216;elif&#8217;.</p>
<p>The series is short &#8211; just two episodes lasting for 14 minutes.  If you&#8217;re new to Python and you want to learn how it works, our <a href="http://showmedo.com/club">Club</a> series are just for you.</p>
<p>Club membership is gifted for free to all authors, anyone else can buy access with a simple one-off payment.  You might want to follow new video announces in our <a href="http://blog.showmedo.com/">blog</a> or on <a href="http://www.twitter.com/showmedo">twitter</a>.</p>


<p>Related posts:<ol><li><a href='http://blog.showmedo.com/new-showmedo-videos/new-club-series-for-python-beginners-loops-and-iteration/' rel='bookmark' title='Permanent Link: New Club Series for Python Beginners &#8211; Loops and Iteration'>New Club Series for Python Beginners &#8211; Loops and Iteration</a></li>
<li><a href='http://blog.showmedo.com/new-showmedo-videos/more-club-videos-for-python-beginners-common-variables-and-containers/' rel='bookmark' title='Permanent Link: More Club videos for Python Beginners &#8211; Common Variables and Containers'>More Club videos for Python Beginners &#8211; Common Variables and Containers</a></li>
<li><a href='http://blog.showmedo.com/new-showmedo-videos/python-beginners-functions-series-finished-for-club-showmedo/' rel='bookmark' title='Permanent Link: Python Beginners &#8211; Functions series finished for Club ShowMeDo'>Python Beginners &#8211; Functions series finished for Club ShowMeDo</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.showmedo.com/python-showmedos/python-beginners-if-else-elif-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python Beginners &#8211; Functions series finished for Club ShowMeDo</title>
		<link>http://blog.showmedo.com/new-showmedo-videos/python-beginners-functions-series-finished-for-club-showmedo/</link>
		<comments>http://blog.showmedo.com/new-showmedo-videos/python-beginners-functions-series-finished-for-club-showmedo/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 16:01:17 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Club Videos]]></category>
		<category><![CDATA[New ShowMeDo Videos]]></category>
		<category><![CDATA[Python ShowMeDos]]></category>

		<guid isPermaLink="false">http://blog.showmedo.com/?p=361</guid>
		<description><![CDATA[<p>Python Beginners &#8211; Functions teaches you how to write and call your own functions in Python. We cover how to write functions, argument passing, scoping, gotchas and nested functions.</p>
<p>&#8220;I like the beginner videos, because you are confident on what the student must prepare to accept initially as dogma, and suggest to trust you for later [...]


Related posts:<ol><li><a href='http://blog.showmedo.com/new-showmedo-videos/what-does-python-look-like-series-finished-in-club-showmedo/' rel='bookmark' title='Permanent Link: &#8220;What does Python look like?&#8221; series finished in Club ShowMeDo'>&#8220;What does Python look like?&#8221; series finished in Club ShowMeDo</a></li>
<li><a href='http://blog.showmedo.com/new-showmedo-videos/new-club-series-for-python-beginners-loops-and-iteration/' rel='bookmark' title='Permanent Link: New Club Series for Python Beginners &#8211; Loops and Iteration'>New Club Series for Python Beginners &#8211; Loops and Iteration</a></li>
<li><a href='http://blog.showmedo.com/news/new-club-series-for-python-beginners-common-variables-and-containers/' rel='bookmark' title='Permanent Link: New Club series for Python Beginners &#8211; Common Variables and Containers'>New Club series for Python Beginners &#8211; Common Variables and Containers</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://showmedo.com/videos/series?name=4oReffvYq">Python Beginners &#8211; Functions</a> teaches you how to write and call your own functions in Python. We cover how to write functions, argument passing, scoping, gotchas and nested functions.</p>
<blockquote><p>&#8220;I like the beginner videos, because you are confident on what the student must prepare to accept initially as dogma, and suggest to trust you for later explanation and pragmatize the knowledge-gaps.  You also show the PEPs, as a great way of showing how software is maintained when tens of thousands of people are behind it.&#8221; &#8211; Gasto</p></blockquote>
<p>These videos are aimed at new Python programmers who want to understand how to write their own functions and how to avoid making time-eating mistakes.  The 6 episodes last 5-10 minutes each.  The series is available to <a href="http://showmedo.com/club">Club ShowMeDo</a> members.</p>
<blockquote><p>&#8220;So much help for beginners like me, many thanks to Ian.&#8221; &#8211; hoya</p></blockquote>
<ol>
<li><a href="http://showmedo.com/videos/video?name=3600000&amp;fromSeriesID=360">Overview</a> (free)<a href="http://showmedo.com/videos/video?name=3600000&amp;fromSeriesID=360"><br />
</a></li>
<li><a href="http://showmedo.com/videos/video?name=3600010&amp;fromSeriesID=360"> Defining a Function</a> (Club-only)<a href="http://showmedo.com/videos/video?name=3600010&amp;fromSeriesID=360"><br />
</a></li>
<li><a href="http://showmedo.com/videos/video?name=3600020&amp;fromSeriesID=360"> Arguments and Return Values 1</a> (Club-only)</li>
<li><a href="http://showmedo.com/videos/video?name=3600030&amp;fromSeriesID=360"> Arguments and Return Values 2</a> (Club-only)</li>
<li><a href="http://showmedo.com/videos/video?name=3600040&amp;fromSeriesID=360"> Variable Scope</a> (Club-only)</li>
<li><a href="http://showmedo.com/videos/video?name=3600050&amp;fromSeriesID=360"> Nested and Private Function</a> (Club-only)</li>
</ol>
<p>Club videos are for paying members (a year&#8217;s membership costs less than a couple of books).  Anyone who contributes a video to ShowMeDo gets free Club membership for life.  Over 140 screencasts exist in the Club now, on top of the 760 free videos in the site.</p>


<p>Related posts:<ol><li><a href='http://blog.showmedo.com/new-showmedo-videos/what-does-python-look-like-series-finished-in-club-showmedo/' rel='bookmark' title='Permanent Link: &#8220;What does Python look like?&#8221; series finished in Club ShowMeDo'>&#8220;What does Python look like?&#8221; series finished in Club ShowMeDo</a></li>
<li><a href='http://blog.showmedo.com/new-showmedo-videos/new-club-series-for-python-beginners-loops-and-iteration/' rel='bookmark' title='Permanent Link: New Club Series for Python Beginners &#8211; Loops and Iteration'>New Club Series for Python Beginners &#8211; Loops and Iteration</a></li>
<li><a href='http://blog.showmedo.com/news/new-club-series-for-python-beginners-common-variables-and-containers/' rel='bookmark' title='Permanent Link: New Club series for Python Beginners &#8211; Common Variables and Containers'>New Club series for Python Beginners &#8211; Common Variables and Containers</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.showmedo.com/new-showmedo-videos/python-beginners-functions-series-finished-for-club-showmedo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Batteries Included&#8221; Python beginner Club series now finished</title>
		<link>http://blog.showmedo.com/news/358/</link>
		<comments>http://blog.showmedo.com/news/358/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 10:54:18 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Club Videos]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Python ShowMeDos]]></category>

		<guid isPermaLink="false">http://blog.showmedo.com/?p=358</guid>
		<description><![CDATA[<p>Lucas&#8217; Club series for Python beginners which introduces the Python standard library is now complete.</p>
<p>Batteries Included &#8211; The Python Standard Library has 9 episodes for Club-subscribers which introduce the core elements of file-system access, using the shell, regular expressions, math, dates and talking to websites.</p>
<p>&#8220;I will thank you for getting this in-depth basic explanation of [...]


Related posts:<ol><li><a href='http://blog.showmedo.com/news/new-club-videos-for-batteries-included-series-on-the-python-standard-library/' rel='bookmark' title='Permanent Link: New Club videos for &#8220;Batteries Included&#8221; series on The Python Standard Library'>New Club videos for &#8220;Batteries Included&#8221; series on The Python Standard Library</a></li>
<li><a href='http://blog.showmedo.com/new-showmedo-videos/new-series-batteries-included-the-python-standard-library/' rel='bookmark' title='Permanent Link: New series &#8211; Batteries included &#8211; The Python standard library'>New series &#8211; Batteries included &#8211; The Python standard library</a></li>
<li><a href='http://blog.showmedo.com/new-showmedo-videos/what-does-python-look-like-series-finished-in-club-showmedo/' rel='bookmark' title='Permanent Link: &#8220;What does Python look like?&#8221; series finished in Club ShowMeDo'>&#8220;What does Python look like?&#8221; series finished in Club ShowMeDo</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Lucas&#8217; Club series for Python beginners which introduces the Python standard library is now complete.</p>
<p><a href="http://showmedo.com/videos/series?name=o9MBQ758M">Batteries Included &#8211; The Python Standard Library</a> has 9 episodes for <a href="http://showmedo.com/club">Club</a>-subscribers which introduce the core elements of file-system access, using the shell, regular expressions, math, dates and talking to websites.</p>
<blockquote><p>&#8220;I will thank you for getting this in-depth basic explanation of the basic modules. It really fills in some missing holes on my knowledge of using this.&#8221; &#8211; JZA</p></blockquote>
<p>Each video is around 5 minutes long and includes examples of normal use.</p>
<p>Episodes:</p>
<ol>
<li><a href="http://showmedo.com/videos/video?name=3070000&amp;fromSeriesID=307">Series overview</a></li>
<li><a href="http://showmedo.com/videos/video?name=3070010&amp;fromSeriesID=307">The “sys” module</a></li>
<li><a href="http://showmedo.com/videos/video?name=3070020&amp;fromSeriesID=307">The “os” module</a></li>
<li><a href="http://showmedo.com/videos/video?name=3070030&amp;fromSeriesID=307">The “shutil” module</a> (shell access)<a href="http://showmedo.com/videos/video?name=3070030&amp;fromSeriesID=307"><br />
</a></li>
<li><a href="http://showmedo.com/videos/video?name=3070040&amp;fromSeriesID=307">The “glob” module</a> (file pattern matching)<a href="http://showmedo.com/videos/video?name=3070040&amp;fromSeriesID=307"><br />
</a></li>
<li><a href="http://showmedo.com/videos/video?name=3070050&amp;fromSeriesID=307">The “re” module</a> (regular expressions)<a href="http://showmedo.com/videos/video?name=3070050&amp;fromSeriesID=307"><br />
</a></li>
<li><a href="http://showmedo.com/videos/video?name=3070060&amp;fromSeriesID=307">The “math” module</a></li>
<li><a href="http://showmedo.com/videos/video?name=3070070&amp;fromSeriesID=307">The “urllib2” module</a></li>
<li><a href="http://showmedo.com/videos/video?name=3070080&amp;fromSeriesID=307">The “datetime” module</a></li>
</ol>
<p>Other recent Python videos include <a href="http://showmedo.com/videos/series?name=LY7fNbpc1">Making a Django Dev Environment</a>, <a href="http://showmedo.com/videos/series?name=3tYEHcfn2">TurboGears 2</a>, <a href="http://showmedo.com/videos/series?name=mcfckfJ4w">Agile Python Development</a>, <a href="http://showmedo.com/videos/video?name=1010050&amp;fromSeriesID=101">Python for Math Education</a>, <a href="http://showmedo.com/videos/series?name=iNiVCfz5B">Database Programming</a>, <a href="http://showmedo.com/videos/series?name=FtBpzKiWL">Google App Engine</a> and <a href="http://showmedo.com/videos/series?name=KTN7wMXVN">pyWin32</a></p>


<p>Related posts:<ol><li><a href='http://blog.showmedo.com/news/new-club-videos-for-batteries-included-series-on-the-python-standard-library/' rel='bookmark' title='Permanent Link: New Club videos for &#8220;Batteries Included&#8221; series on The Python Standard Library'>New Club videos for &#8220;Batteries Included&#8221; series on The Python Standard Library</a></li>
<li><a href='http://blog.showmedo.com/new-showmedo-videos/new-series-batteries-included-the-python-standard-library/' rel='bookmark' title='Permanent Link: New series &#8211; Batteries included &#8211; The Python standard library'>New series &#8211; Batteries included &#8211; The Python standard library</a></li>
<li><a href='http://blog.showmedo.com/new-showmedo-videos/what-does-python-look-like-series-finished-in-club-showmedo/' rel='bookmark' title='Permanent Link: &#8220;What does Python look like?&#8221; series finished in Club ShowMeDo'>&#8220;What does Python look like?&#8221; series finished in Club ShowMeDo</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.showmedo.com/news/358/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Python Beginners &#8211; Loops and Iteration&#8221; &#8211; Club Series fully published</title>
		<link>http://blog.showmedo.com/python-showmedos/python-beginners-loops-and-iteration-club-series-fully-published/</link>
		<comments>http://blog.showmedo.com/python-showmedos/python-beginners-loops-and-iteration-club-series-fully-published/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 10:53:12 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Club Videos]]></category>
		<category><![CDATA[Python ShowMeDos]]></category>

		<guid isPermaLink="false">http://blog.showmedo.com/?p=353</guid>
		<description><![CDATA[<p>I&#8217;m happy to say that I&#8217;ve just published the last three episodes for Python Beginners &#8211; Loops and Iteration.  This is another of our Club ShowMeDo Python Beginners series aimed at new Python programmers, it takes you through looping and iteration techniques.</p>
<p>By the end of the series you&#8217;ll be able to read other people&#8217;s Python [...]


Related posts:<ol><li><a href='http://blog.showmedo.com/new-showmedo-videos/new-club-series-for-python-beginners-loops-and-iteration/' rel='bookmark' title='Permanent Link: New Club Series for Python Beginners &#8211; Loops and Iteration'>New Club Series for Python Beginners &#8211; Loops and Iteration</a></li>
<li><a href='http://blog.showmedo.com/new-showmedo-videos/python-beginners-common-variables-and-containers-series-completed/' rel='bookmark' title='Permanent Link: Python Beginners &#8211; Common Variables and Containers Series Completed'>Python Beginners &#8211; Common Variables and Containers Series Completed</a></li>
<li><a href='http://blog.showmedo.com/new-showmedo-videos/more-club-videos-for-python-beginners-common-variables-and-containers/' rel='bookmark' title='Permanent Link: More Club videos for Python Beginners &#8211; Common Variables and Containers'>More Club videos for Python Beginners &#8211; Common Variables and Containers</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m happy to say that I&#8217;ve just published the last three episodes for <a href="http://showmedo.com/videos/series?name=tIZs1K8h4">Python Beginners &#8211; Loops and Iteration</a>.  This is another of our <a href="http://showmedo.com/club">Club ShowMeDo</a> Python Beginners series aimed at new Python programmers, it takes you through looping and iteration techniques.</p>
<p>By the end of the series you&#8217;ll be able to read other people&#8217;s Python code more confidently and you&#8217;ll have useful examples for building your own loops.</p>
<p>The complete series runs for 30 minutes, each episode is around 5 minutes long and includes examples:</p>
<ol>
<li><a href="http://showmedo.com/videos/video?name=2960000&amp;fromSeriesID=296">Overview (Loops and Iteration)</a></li>
<li><a href="http://showmedo.com/videos/video?name=2960010&amp;fromSeriesID=296">For on a List</a></li>
<li><a href="http://showmedo.com/videos/video?name=2960020&amp;fromSeriesID=296">For using a range</a></li>
<li><a href="http://showmedo.com/videos/video?name=2960030&amp;fromSeriesID=296">For using enumerate</a></li>
<li><a href="http://showmedo.com/videos/video?name=2960040&amp;fromSeriesID=296">For on a set</a></li>
<li><a href="http://showmedo.com/videos/video?name=2960050&amp;fromSeriesID=296">For on a dict(ionary)</a></li>
<li><a href="http://showmedo.com/videos/video?name=2960060&amp;fromSeriesID=296">While loops</a></li>
</ol>
<p>Other recent videos include <a href="http://showmedo.com/videos/series?name=kmNu2xcp3">What does Python Look Like?</a>,  <a href="http://showmedo.com/videos/series?name=Y7x8NhL6h">Agile Python/Pylons Development for pySvnManager</a>,  <a href="http://showmedo.com/videos/series?name=LY7fNbpc1">Making a Django Dev Environment</a>, <a href="http://showmedo.com/videos/series?name=3tYEHcfn2">TurboGears 2</a>, <a href="http://showmedo.com/videos/series?name=mcfckfJ4w">Agile Python Development</a> and <a href="http://showmedo.com/videos/video?name=1010050&amp;fromSeriesID=101">Python for Math Education</a>, <a href="http://showmedo.com/videos/series?name=vXJsRwlBX">Developing emol!</a>.</p>


<p>Related posts:<ol><li><a href='http://blog.showmedo.com/new-showmedo-videos/new-club-series-for-python-beginners-loops-and-iteration/' rel='bookmark' title='Permanent Link: New Club Series for Python Beginners &#8211; Loops and Iteration'>New Club Series for Python Beginners &#8211; Loops and Iteration</a></li>
<li><a href='http://blog.showmedo.com/new-showmedo-videos/python-beginners-common-variables-and-containers-series-completed/' rel='bookmark' title='Permanent Link: Python Beginners &#8211; Common Variables and Containers Series Completed'>Python Beginners &#8211; Common Variables and Containers Series Completed</a></li>
<li><a href='http://blog.showmedo.com/new-showmedo-videos/more-club-videos-for-python-beginners-common-variables-and-containers/' rel='bookmark' title='Permanent Link: More Club videos for Python Beginners &#8211; Common Variables and Containers'>More Club videos for Python Beginners &#8211; Common Variables and Containers</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.showmedo.com/python-showmedos/python-beginners-loops-and-iteration-club-series-fully-published/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Club videos for &#8220;Batteries Included&#8221; series on The Python Standard Library</title>
		<link>http://blog.showmedo.com/news/new-club-videos-for-batteries-included-series-on-the-python-standard-library/</link>
		<comments>http://blog.showmedo.com/news/new-club-videos-for-batteries-included-series-on-the-python-standard-library/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 19:55:56 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Club Videos]]></category>
		<category><![CDATA[New ShowMeDo Videos]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Python ShowMeDos]]></category>

		<guid isPermaLink="false">http://blog.showmedo.com/?p=352</guid>
		<description><![CDATA[<p>Lucas Holland joins Kyran, John and Ian as an author for ShowMeDo&#8217;s Club.  The Club creates tutorial videos for beginner and intermediate Python programmers.</p>
<p>For his first series Lucas covers elements of The Python Standard Library.</p>
<p>Half of the videos are published, the series will be fully published in the next two weeks.  Each video is around [...]


Related posts:<ol><li><a href='http://blog.showmedo.com/new-showmedo-videos/new-series-batteries-included-the-python-standard-library/' rel='bookmark' title='Permanent Link: New series &#8211; Batteries included &#8211; The Python standard library'>New series &#8211; Batteries included &#8211; The Python standard library</a></li>
<li><a href='http://blog.showmedo.com/news/358/' rel='bookmark' title='Permanent Link: &#8220;Batteries Included&#8221; Python beginner Club series now finished'>&#8220;Batteries Included&#8221; Python beginner Club series now finished</a></li>
<li><a href='http://blog.showmedo.com/new-showmedo-videos/new-club-series-for-python-beginners-loops-and-iteration/' rel='bookmark' title='Permanent Link: New Club Series for Python Beginners &#8211; Loops and Iteration'>New Club Series for Python Beginners &#8211; Loops and Iteration</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://showmedo.com/videos/?author=79">Lucas Holland</a> joins <a href="http://showmedo.com/videos/?author=8">Kyran</a>, <a href="http://showmedo.com/videos/?author=11">John</a> and <a href="http://showmedo.com/videos/?author=2">Ian</a> as an author for ShowMeDo&#8217;s <a href="http://showmedo.com/club">Club</a>.  The Club creates tutorial videos for beginner and intermediate Python programmers.</p>
<p>For his first series Lucas covers elements of <a href="http://showmedo.com/videos/series?name=o9MBQ758M">The Python Standard Library</a>.</p>
<p>Half of the videos are published, the series will be fully published in the next two weeks.  Each video is around 5 minutes long and includes examples of normal use.</p>
<p>Episodes:</p>
<ol>
<li><a href="http://showmedo.com/videos/video?name=3070000&amp;fromSeriesID=307">Series overview</a></li>
<li><a href="http://showmedo.com/videos/video?name=3070010&amp;fromSeriesID=307">The “sys” module</a></li>
<li><a href="http://showmedo.com/videos/video?name=3070020&amp;fromSeriesID=307">The “os” module</a></li>
<li><a href="http://showmedo.com/videos/video?name=3070030&amp;fromSeriesID=307">The “shutil” module</a></li>
<li><a href="http://showmedo.com/videos/video?name=3070040&amp;fromSeriesID=307">The “glob” module</a></li>
<li>The “re” module [forthcoming]</li>
<li>The “math” module [forthcoming]</li>
<li>The “urllib2? module [forthcoming]</li>
<li>The “datetime” module [forthcoming]</li>
</ol>
<p>Other recent Python videos include <a href="http://showmedo.com/videos/series?name=LY7fNbpc1">Making a Django Dev Environment</a>, <a href="http://showmedo.com/videos/series?name=3tYEHcfn2">TurboGears 2</a>, <a href="http://showmedo.com/videos/series?name=mcfckfJ4w">Agile Python Development</a>, <a href="http://showmedo.com/videos/video?name=1010050&amp;fromSeriesID=101">Python for Math Education</a>, <a href="http://showmedo.com/videos/series?name=iNiVCfz5B">Database Programming</a>, <a href="http://showmedo.com/videos/series?name=FtBpzKiWL">Google App Engine</a> and <a href="http://showmedo.com/videos/series?name=KTN7wMXVN">pyWin32</a></p>


<p>Related posts:<ol><li><a href='http://blog.showmedo.com/new-showmedo-videos/new-series-batteries-included-the-python-standard-library/' rel='bookmark' title='Permanent Link: New series &#8211; Batteries included &#8211; The Python standard library'>New series &#8211; Batteries included &#8211; The Python standard library</a></li>
<li><a href='http://blog.showmedo.com/news/358/' rel='bookmark' title='Permanent Link: &#8220;Batteries Included&#8221; Python beginner Club series now finished'>&#8220;Batteries Included&#8221; Python beginner Club series now finished</a></li>
<li><a href='http://blog.showmedo.com/new-showmedo-videos/new-club-series-for-python-beginners-loops-and-iteration/' rel='bookmark' title='Permanent Link: New Club Series for Python Beginners &#8211; Loops and Iteration'>New Club Series for Python Beginners &#8211; Loops and Iteration</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.showmedo.com/news/new-club-videos-for-batteries-included-series-on-the-python-standard-library/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New series &#8211; Batteries included &#8211; The Python standard library</title>
		<link>http://blog.showmedo.com/new-showmedo-videos/new-series-batteries-included-the-python-standard-library/</link>
		<comments>http://blog.showmedo.com/new-showmedo-videos/new-series-batteries-included-the-python-standard-library/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 19:38:37 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Club Videos]]></category>
		<category><![CDATA[New ShowMeDo Videos]]></category>
		<category><![CDATA[Python ShowMeDos]]></category>

		<guid isPermaLink="false">http://blog.showmedo.com/?p=351</guid>
		<description><![CDATA[<p>Lucas Holland has joined us as a Club ShowMeDo author, his first series for Club-members is Batteries Included &#8211; The Python Standard Library.  Lucas has been authoring free Python videos inside ShowMeDo for a year.</p>
<p>We&#8217;re very happy to welcome him as a Club author and we&#8217;re excited to now be offering a greater range of [...]


Related posts:<ol><li><a href='http://blog.showmedo.com/news/new-club-videos-for-batteries-included-series-on-the-python-standard-library/' rel='bookmark' title='Permanent Link: New Club videos for &#8220;Batteries Included&#8221; series on The Python Standard Library'>New Club videos for &#8220;Batteries Included&#8221; series on The Python Standard Library</a></li>
<li><a href='http://blog.showmedo.com/news/358/' rel='bookmark' title='Permanent Link: &#8220;Batteries Included&#8221; Python beginner Club series now finished'>&#8220;Batteries Included&#8221; Python beginner Club series now finished</a></li>
<li><a href='http://blog.showmedo.com/new-showmedo-videos/new-club-series-for-python-beginners-loops-and-iteration/' rel='bookmark' title='Permanent Link: New Club Series for Python Beginners &#8211; Loops and Iteration'>New Club Series for Python Beginners &#8211; Loops and Iteration</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://showmedo.com/videos/?author=79">Lucas Holland</a> has joined us as a <a href="http://showmedo.com/club">Club ShowMeDo</a> author, his first series for Club-members is <a href="http://showmedo.com/videos/series?name=o9MBQ758M">Batteries Included &#8211; The Python Standard Library</a>.  Lucas has been authoring free Python videos inside ShowMeDo for a year.</p>
<p>We&#8217;re very happy to welcome him as a Club author and we&#8217;re excited to now be offering a greater range of introductory Python videos to Python beginners each week.</p>
<blockquote><p>&#8220;Useful. It couldn&#8217;t be clearer.&#8221;, Gasto.</p></blockquote>
<p>In this series Lucas spends 5 minutes per module giving the new Python user an overview of what&#8217;s in each module and how it should be used.  New episodes will be published over the coming weeks.</p>
<ol>
<li><a href="http://showmedo.com/videos/video?name=3070000&amp;fromSeriesID=307">Series overview (Free)</a></li>
<li><a href="http://showmedo.com/videos/video?name=3070010&amp;fromSeriesID=307">The &#8220;sys&#8221; module</a></li>
<li><a href="http://showmedo.com/videos/video?name=3070020&amp;fromSeriesID=307">The &#8220;os&#8221; module</a></li>
<li>The &#8220;datetime&#8221; module [forthcoming]</li>
<li>The &#8220;urllib2&#8243; module [forthcoming]</li>
<li>The &#8220;math&#8221; module [forthcoming]</li>
<li>The &#8220;re&#8221; module [forthcoming]</li>
<li>The &#8220;glob&#8221; module [forthcoming]</li>
<li>The &#8220;shutil&#8221; module [forthcoming]</li>
</ol>
<p>Other recent Python videos include <a href="http://showmedo.com/videos/series?name=LY7fNbpc1">Making a Django Dev Environment</a>, <a href="http://showmedo.com/videos/series?name=3tYEHcfn2">TurboGears 2</a>, <a href="http://showmedo.com/videos/series?name=mcfckfJ4w">Agile Python Development</a>, <a href="http://showmedo.com/videos/video?name=1010050&amp;fromSeriesID=101">Python for Math Education</a>, <a href="http://showmedo.com/videos/series?name=iNiVCfz5B">Database Programming</a>, <a href="http://showmedo.com/videos/series?name=FtBpzKiWL">Google App Engine</a> and <a href="http://showmedo.com/videos/series?name=KTN7wMXVN">pyWin32</a></p>


<p>Related posts:<ol><li><a href='http://blog.showmedo.com/news/new-club-videos-for-batteries-included-series-on-the-python-standard-library/' rel='bookmark' title='Permanent Link: New Club videos for &#8220;Batteries Included&#8221; series on The Python Standard Library'>New Club videos for &#8220;Batteries Included&#8221; series on The Python Standard Library</a></li>
<li><a href='http://blog.showmedo.com/news/358/' rel='bookmark' title='Permanent Link: &#8220;Batteries Included&#8221; Python beginner Club series now finished'>&#8220;Batteries Included&#8221; Python beginner Club series now finished</a></li>
<li><a href='http://blog.showmedo.com/new-showmedo-videos/new-club-series-for-python-beginners-loops-and-iteration/' rel='bookmark' title='Permanent Link: New Club Series for Python Beginners &#8211; Loops and Iteration'>New Club Series for Python Beginners &#8211; Loops and Iteration</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.showmedo.com/new-showmedo-videos/new-series-batteries-included-the-python-standard-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python Beginners &#8211; Common Variables and Containers Series Completed</title>
		<link>http://blog.showmedo.com/new-showmedo-videos/python-beginners-common-variables-and-containers-series-completed/</link>
		<comments>http://blog.showmedo.com/new-showmedo-videos/python-beginners-common-variables-and-containers-series-completed/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 15:47:02 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Club Videos]]></category>
		<category><![CDATA[New ShowMeDo Videos]]></category>
		<category><![CDATA[Python ShowMeDos]]></category>

		<guid isPermaLink="false">http://blog.showmedo.com/?p=350</guid>
		<description><![CDATA[<p>The complete Python Beginners &#8211; Common Variables and Containers series is now on-line. This Club series is aimed at new Python programmers who want to get their heads around all of the common data-types and containers in Python.  Examples of common usage are given along with links for background information.</p>

Overview (Variables and Containers) (Free)
 Variables [...]


Related posts:<ol><li><a href='http://blog.showmedo.com/new-showmedo-videos/more-club-videos-for-python-beginners-common-variables-and-containers/' rel='bookmark' title='Permanent Link: More Club videos for Python Beginners &#8211; Common Variables and Containers'>More Club videos for Python Beginners &#8211; Common Variables and Containers</a></li>
<li><a href='http://blog.showmedo.com/news/new-club-series-for-python-beginners-common-variables-and-containers/' rel='bookmark' title='Permanent Link: New Club series for Python Beginners &#8211; Common Variables and Containers'>New Club series for Python Beginners &#8211; Common Variables and Containers</a></li>
<li><a href='http://blog.showmedo.com/new-showmedo-videos/new-club-series-for-python-beginners-loops-and-iteration/' rel='bookmark' title='Permanent Link: New Club Series for Python Beginners &#8211; Loops and Iteration'>New Club Series for Python Beginners &#8211; Loops and Iteration</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The complete <a href="http://showmedo.com/videos/series?name=AzsZ2afN2">Python Beginners &#8211; Common Variables and Containers</a> series is now on-line. This <a href="http://showmedo.com/club">Club</a> series is aimed at new Python programmers who want to get their heads around all of the common data-types and containers in Python.  Examples of common usage are given along with links for background information.</p>
<ol>
<li><a href="http://showmedo.com/videos/video?name=2800010&amp;fromSeriesID=280">Overview (Variables and Containers) (Free)</a></li>
<li> <a href="http://showmedo.com/videos/video?name=2800010&amp;fromSeriesID=280">Variables are Objects</a></li>
<li> <a href="http://showmedo.com/videos/video?name=2800020&amp;fromSeriesID=280">Variable Scope</a></li>
<li> <a href="http://showmedo.com/videos/video?name=2800030&amp;fromSeriesID=280">int and float</a></li>
<li> <a href="http://showmedo.com/videos/video?name=2800040&amp;fromSeriesID=280">decimal</a></li>
<li> <a href="http://showmedo.com/videos/video?name=2800060&amp;fromSeriesID=280">str(ings)</a></li>
<li><a href="http://showmedo.com/videos/video?name=2800060&amp;fromSeriesID=280">unicode</a></li>
<li><a href="http://showmedo.com/videos/video?name=2800070&amp;fromSeriesID=280">bool(eans)</a></li>
<li><a href="http://showmedo.com/videos/video?name=2800080&amp;fromSeriesID=280">list</a></li>
<li><a href="http://showmedo.com/videos/video?name=2800090&amp;fromSeriesID=280">set</a></li>
<li><a href="http://showmedo.com/videos/video?name=2800100&amp;fromSeriesID=280">dict</a></li>
<li><a href="http://showmedo.com/videos/video?name=2800110&amp;fromSeriesID=280">tuple</a></li>
<li><a href="http://showmedo.com/videos/video?name=2800120&amp;fromSeriesID=280">None</a></li>
<li><a href="http://showmedo.com/videos/video?name=2800130&amp;fromSeriesID=280">printing</a></li>
</ol>
<p>We created this series to help guide new Pythonistas into the language based on feedback from our Club members.</p>
<blockquote><p>“Great video, lots of good basic information to help me start learning Python. Easy to watch the videos and then open up an interactive prompt and try out the new features I just learned. I also like the web links for additional details.”</p></blockquote>
<p>The Club videos are a part of our 330 <a href="http://showmedo.com/videos/python">Python tutorial screencasts</a>, the majority are free and contributed by our open-source authors (all authors get free access to all the Club videos).  If you&#8217;ve got something to share, please come and join us &#8211; we&#8217;re friendly and we work to publicise great Python tools!</p>
<p>Other recent videos include <a href="http://showmedo.com/videos/series?name=kmNu2xcp3">What does Python Look Like?</a>,  <a href="http://showmedo.com/videos/series?name=Y7x8NhL6h">Agile Python/Pylons Development for pySvnManager</a>,  <a href="http://showmedo.com/videos/series?name=LY7fNbpc1">Making a Django Dev Environment</a>, <a href="http://showmedo.com/videos/series?name=3tYEHcfn2">TurboGears 2</a>, <a href="http://showmedo.com/videos/series?name=mcfckfJ4w">Agile Python Development</a> and <a href="http://showmedo.com/videos/video?name=1010050&amp;fromSeriesID=101">Python for Math Education</a>, <a href="http://showmedo.com/videos/series?name=vXJsRwlBX">Developing emol!</a>.</p>


<p>Related posts:<ol><li><a href='http://blog.showmedo.com/new-showmedo-videos/more-club-videos-for-python-beginners-common-variables-and-containers/' rel='bookmark' title='Permanent Link: More Club videos for Python Beginners &#8211; Common Variables and Containers'>More Club videos for Python Beginners &#8211; Common Variables and Containers</a></li>
<li><a href='http://blog.showmedo.com/news/new-club-series-for-python-beginners-common-variables-and-containers/' rel='bookmark' title='Permanent Link: New Club series for Python Beginners &#8211; Common Variables and Containers'>New Club series for Python Beginners &#8211; Common Variables and Containers</a></li>
<li><a href='http://blog.showmedo.com/new-showmedo-videos/new-club-series-for-python-beginners-loops-and-iteration/' rel='bookmark' title='Permanent Link: New Club Series for Python Beginners &#8211; Loops and Iteration'>New Club Series for Python Beginners &#8211; Loops and Iteration</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.showmedo.com/new-showmedo-videos/python-beginners-common-variables-and-containers-series-completed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Club videos for Python Beginners &#8211; Common Variables and Containers</title>
		<link>http://blog.showmedo.com/new-showmedo-videos/more-club-videos-for-python-beginners-common-variables-and-containers/</link>
		<comments>http://blog.showmedo.com/new-showmedo-videos/more-club-videos-for-python-beginners-common-variables-and-containers/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 07:47:39 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Club Videos]]></category>
		<category><![CDATA[New ShowMeDo Videos]]></category>
		<category><![CDATA[Python ShowMeDos]]></category>

		<guid isPermaLink="false">http://blog.showmedo.com/?p=343</guid>
		<description><![CDATA[<p>We&#8217;ve added three new videos to Python Beginners &#8211; Common Variables and Containers.  This Club series is aimed at new Python programmers who want to get their heads around all of the common data-types and containers in Python.  Examples of common usage are given along with links for background information.</p>
<p>10 of the 14 episodes are [...]


Related posts:<ol><li><a href='http://blog.showmedo.com/new-showmedo-videos/python-beginners-common-variables-and-containers-series-completed/' rel='bookmark' title='Permanent Link: Python Beginners &#8211; Common Variables and Containers Series Completed'>Python Beginners &#8211; Common Variables and Containers Series Completed</a></li>
<li><a href='http://blog.showmedo.com/news/new-club-series-for-python-beginners-common-variables-and-containers/' rel='bookmark' title='Permanent Link: New Club series for Python Beginners &#8211; Common Variables and Containers'>New Club series for Python Beginners &#8211; Common Variables and Containers</a></li>
<li><a href='http://blog.showmedo.com/new-showmedo-videos/new-club-series-for-python-beginners-loops-and-iteration/' rel='bookmark' title='Permanent Link: New Club Series for Python Beginners &#8211; Loops and Iteration'>New Club Series for Python Beginners &#8211; Loops and Iteration</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve added three new videos to <a href="http://showmedo.com/videos/series?name=AzsZ2afN2">Python Beginners &#8211; Common Variables and Containers</a>.  This <a href="http://showmedo.com/club">Club</a> series is aimed at new Python programmers who want to get their heads around all of the common data-types and containers in Python.  Examples of common usage are given along with links for background information.</p>
<p>10 of the 14 episodes are published, the last four follow in the next two weeks:</p>
<ol>
<li><a href="http://showmedo.com/videos/video?name=2800010&amp;fromSeriesID=280">Overview (Variables and Containers) (Free)</a></li>
<li> <a href="http://showmedo.com/videos/video?name=2800010&amp;fromSeriesID=280">Variables are Objects</a></li>
<li> <a href="http://showmedo.com/videos/video?name=2800020&amp;fromSeriesID=280">Variable Scope</a></li>
<li> <a href="http://showmedo.com/videos/video?name=2800030&amp;fromSeriesID=280">int and float</a></li>
<li> <a href="http://showmedo.com/videos/video?name=2800040&amp;fromSeriesID=280">decimal</a></li>
<li> <a href="http://showmedo.com/videos/video?name=2800060&amp;fromSeriesID=280">str(ings)</a></li>
<li><a href="http://showmedo.com/videos/video?name=2800060&amp;fromSeriesID=280">unicode</a></li>
<li><a href="http://showmedo.com/videos/video?name=2800070&amp;fromSeriesID=280">bool(eans)</a></li>
<li><a href="http://showmedo.com/videos/video?name=2800080&amp;fromSeriesID=280">list</a></li>
<li><a href="http://showmedo.com/videos/video?name=2800090&amp;fromSeriesID=280">set</a></li>
<li>dict [to come]</li>
<li>tuple [to come]</li>
<li>None [to come]</li>
<li>printing [to come]</li>
</ol>
<p>We created this series to help guide new Pythonistas into the language based on feedback from our Club members.</p>
<blockquote><p>“Great video, lots of good basic information to help me start learning Python. Easy to watch the videos and then open up an interactive prompt and try out the new features I just learned. I also like the web links for additional details.”</p></blockquote>
<p>The Club videos are a part of our 330 <a href="http://showmedo.com/videos/python">Python tutorial screencasts</a>, the majority are free and contributed by our open-source authors (all authors get free access to all the Club videos).</p>
<p>Recent free videos include <a href="http://showmedo.com/videos/series?name=Y7x8NhL6h">Agile Python/Pylons Development for pySvnManager</a>,  <a href="http://showmedo.com/videos/series?name=LY7fNbpc1">Making a Django Dev Environment</a>, <a href="http://showmedo.com/videos/series?name=3tYEHcfn2">TurboGears 2</a>, <a href="http://showmedo.com/videos/series?name=mcfckfJ4w">Agile Python Development</a> and <a href="http://showmedo.com/videos/video?name=1010050&amp;fromSeriesID=101">Python for Math Education</a>.</p>


<p>Related posts:<ol><li><a href='http://blog.showmedo.com/new-showmedo-videos/python-beginners-common-variables-and-containers-series-completed/' rel='bookmark' title='Permanent Link: Python Beginners &#8211; Common Variables and Containers Series Completed'>Python Beginners &#8211; Common Variables and Containers Series Completed</a></li>
<li><a href='http://blog.showmedo.com/news/new-club-series-for-python-beginners-common-variables-and-containers/' rel='bookmark' title='Permanent Link: New Club series for Python Beginners &#8211; Common Variables and Containers'>New Club series for Python Beginners &#8211; Common Variables and Containers</a></li>
<li><a href='http://blog.showmedo.com/new-showmedo-videos/new-club-series-for-python-beginners-loops-and-iteration/' rel='bookmark' title='Permanent Link: New Club Series for Python Beginners &#8211; Loops and Iteration'>New Club Series for Python Beginners &#8211; Loops and Iteration</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.showmedo.com/new-showmedo-videos/more-club-videos-for-python-beginners-common-variables-and-containers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Club Series for Python Beginners &#8211; Loops and Iteration</title>
		<link>http://blog.showmedo.com/new-showmedo-videos/new-club-series-for-python-beginners-loops-and-iteration/</link>
		<comments>http://blog.showmedo.com/new-showmedo-videos/new-club-series-for-python-beginners-loops-and-iteration/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 12:16:14 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Club Videos]]></category>
		<category><![CDATA[New ShowMeDo Videos]]></category>
		<category><![CDATA[Python ShowMeDos]]></category>

		<guid isPermaLink="false">http://blog.showmedo.com/?p=342</guid>
		<description><![CDATA[<p>We have another new Club series aimed at Python Beginner/Intermediate programmers.  Loops and Iteration builds upon the previous recent series (Common Variables and Containers and ‘What Does Python Look Like?‘) to show you the normal looping and iteration techniques that you&#8217;ll use in Python.</p>
<p>The first 4 of 7 episodes are published, the other 3 will [...]


Related posts:<ol><li><a href='http://blog.showmedo.com/python-showmedos/python-beginners-loops-and-iteration-club-series-fully-published/' rel='bookmark' title='Permanent Link: &#8220;Python Beginners &#8211; Loops and Iteration&#8221; &#8211; Club Series fully published'>&#8220;Python Beginners &#8211; Loops and Iteration&#8221; &#8211; Club Series fully published</a></li>
<li><a href='http://blog.showmedo.com/news/new-club-series-for-python-beginners-common-variables-and-containers/' rel='bookmark' title='Permanent Link: New Club series for Python Beginners &#8211; Common Variables and Containers'>New Club series for Python Beginners &#8211; Common Variables and Containers</a></li>
<li><a href='http://blog.showmedo.com/new-showmedo-videos/what-does-python-look-like-series-finished-in-club-showmedo/' rel='bookmark' title='Permanent Link: &#8220;What does Python look like?&#8221; series finished in Club ShowMeDo'>&#8220;What does Python look like?&#8221; series finished in Club ShowMeDo</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>We have another new Club series aimed at Python Beginner/Intermediate programmers.  <a href="http://showmedo.com/videos/series?name=tIZs1K8h4">Loops and Iteration</a> builds upon the previous recent series (<a href="http://showmedo.com/videos/series?name=AzsZ2afN2">Common Variables and Containers</a> and ‘<a href="http://showmedo.com/videos/series?name=kmNu2xcp3">What Does Python Look Like?</a>‘) to show you the normal looping and iteration techniques that you&#8217;ll use in Python.</p>
<p>The first 4 of 7 episodes are published, the other 3 will follow over the coming weeks.  Each episodes is about 5 minutes long, by the end of the series you&#8217;ll have seen for and while used with a list, sets, dictionary, range, enumerate, len, raw_input, break, continue and else:</p>
<ol>
<li><a href="http://showmedo.com/videos/video?name=2960000&amp;fromSeriesID=296">Overview (Loops and Iteration) (Free)</a></li>
<li><a href="http://showmedo.com/videos/video?name=2960010&amp;fromSeriesID=296">For on a List</a></li>
<li><a href="http://showmedo.com/videos/video?name=2960020&amp;fromSeriesID=296">For using a range</a></li>
<li><a href="http://showmedo.com/videos/video?name=2960030&amp;fromSeriesID=296">For using enumerate</a></li>
<li>For on a set [forthcoming]</li>
<li>For on a dict(ionary) [forthcoming]</li>
<li>While loops [forthcoming]</li>
</ol>
<p>This series is a part of <a href="http://showmedo.com/club">Club ShowMeDo</a>, these videos are for paying subscribers (Club membership is given for free to anyone who submits their own screencast).  The Club screencasts are a part of our 330 <a href="http://showmedo.com/videos/python">Python screencasts</a>, most of which are freely available, created by us and our open-source authors.</p>
<p>Other recent <a href="http://showmedo.com/club">Club</a> videos include <a href="http://showmedo.com/videos/series?name=iNiVCfz5B">Database Programming</a>, <a href="http://showmedo.com/videos/series?name=FtBpzKiWL">Google App Engine</a> and <a href="http://showmedo.com/videos/series?name=KTN7wMXVN">pyWin32</a>.</p>
<p>Recent free videos include <a href="http://showmedo.com/videos/series?name=LY7fNbpc1">Making a Django Dev Environment</a>, <a href="http://showmedo.com/videos/series?name=3tYEHcfn2">TurboGears 2</a>, <a href="http://showmedo.com/videos/series?name=mcfckfJ4w">Agile Python Development</a> and <a href="http://showmedo.com/videos/video?name=1010050&amp;fromSeriesID=101">Python for Math Education</a>.</p>


<p>Related posts:<ol><li><a href='http://blog.showmedo.com/python-showmedos/python-beginners-loops-and-iteration-club-series-fully-published/' rel='bookmark' title='Permanent Link: &#8220;Python Beginners &#8211; Loops and Iteration&#8221; &#8211; Club Series fully published'>&#8220;Python Beginners &#8211; Loops and Iteration&#8221; &#8211; Club Series fully published</a></li>
<li><a href='http://blog.showmedo.com/news/new-club-series-for-python-beginners-common-variables-and-containers/' rel='bookmark' title='Permanent Link: New Club series for Python Beginners &#8211; Common Variables and Containers'>New Club series for Python Beginners &#8211; Common Variables and Containers</a></li>
<li><a href='http://blog.showmedo.com/new-showmedo-videos/what-does-python-look-like-series-finished-in-club-showmedo/' rel='bookmark' title='Permanent Link: &#8220;What does Python look like?&#8221; series finished in Club ShowMeDo'>&#8220;What does Python look like?&#8221; series finished in Club ShowMeDo</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.showmedo.com/new-showmedo-videos/new-club-series-for-python-beginners-loops-and-iteration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Club series for Python Beginners &#8211; Common Variables and Containers</title>
		<link>http://blog.showmedo.com/news/new-club-series-for-python-beginners-common-variables-and-containers/</link>
		<comments>http://blog.showmedo.com/news/new-club-series-for-python-beginners-common-variables-and-containers/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 10:04:50 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Club Videos]]></category>
		<category><![CDATA[New ShowMeDo Videos]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Python ShowMeDos]]></category>

		<guid isPermaLink="false">http://blog.showmedo.com/?p=337</guid>
		<description><![CDATA[<p>I&#8217;m rather excited to announce this new and rather long Club ShowMeDo series called Common Variables and Containers.  It is aimed at new/intermediate Python users and builds upon the previous &#8216;What Does Python Look Like?&#8216; series.</p>
<p>In 14 episodes I introduce the user to all the common Python datatypes and containers.  This includes showing common usage [...]


Related posts:<ol><li><a href='http://blog.showmedo.com/new-showmedo-videos/more-club-videos-for-python-beginners-common-variables-and-containers/' rel='bookmark' title='Permanent Link: More Club videos for Python Beginners &#8211; Common Variables and Containers'>More Club videos for Python Beginners &#8211; Common Variables and Containers</a></li>
<li><a href='http://blog.showmedo.com/new-showmedo-videos/python-beginners-common-variables-and-containers-series-completed/' rel='bookmark' title='Permanent Link: Python Beginners &#8211; Common Variables and Containers Series Completed'>Python Beginners &#8211; Common Variables and Containers Series Completed</a></li>
<li><a href='http://blog.showmedo.com/new-showmedo-videos/new-club-series-for-python-beginners-loops-and-iteration/' rel='bookmark' title='Permanent Link: New Club Series for Python Beginners &#8211; Loops and Iteration'>New Club Series for Python Beginners &#8211; Loops and Iteration</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m rather excited to announce this new and rather long Club ShowMeDo series called <a href="http://showmedo.com/videos/series?name=AzsZ2afN2">Common Variables and Containers</a>.  It is aimed at new/intermediate Python users and builds upon the previous &#8216;<a href="http://showmedo.com/videos/series?name=kmNu2xcp3">What Does Python Look Like?</a>&#8216; series.</p>
<p>In 14 episodes I introduce the user to all the common Python datatypes and containers.  This includes showing common usage and explaining newer ways of doing things with Python 2.5 (and linking to examples of out-dated docs so the user is aware of older techniques).</p>
<blockquote><p>&#8220;Excellent tutorial &#8211; Well thought out example, clear, with a logical progression that builds on itself. In the end the goal of the tut is attained very well.&#8221;</p></blockquote>
<p>Each episode is 5-10 minutes long, the first seven are published and the rest follow over the coming weeks:</p>
<ol>
<li>
<p class="series_h3"><a href="http://showmedo.com/videos/video?name=2800010&amp;fromSeriesID=280">Overview (Variables and Containers) (Free)</a></p>
</li>
<li>
<p class="series_h3"><a href="http://showmedo.com/videos/video?name=2800010&amp;fromSeriesID=280">Variables are Objects</a></p>
</li>
<li>
<p class="series_h3"><a href="http://showmedo.com/videos/video?name=2800020&amp;fromSeriesID=280">Variable Scope</a></p>
</li>
<li>
<p class="series_h3"><a href="http://showmedo.com/videos/video?name=2800030&amp;fromSeriesID=280">int and float</a></p>
</li>
<li>
<p class="series_h3"><a href="http://showmedo.com/videos/video?name=2800040&amp;fromSeriesID=280">decimal</a></p>
</li>
<li>
<p class="series_h3"><a href="http://showmedo.com/videos/video?name=2800050&amp;fromSeriesID=280">str(ings)</a></p>
</li>
<li><a href="http://showmedo.com/videos/video?name=2800060&amp;fromSeriesID=280">unicode</a></li>
</ol>
<p>The aim of the series is to give a visual introduction to all the common datatypes that the user will see when learning Python.  This backs-up the material that can be found on the web and in books &#8211; screencasts are great for building up memories of &#8217;seeing it in action&#8217;.</p>
<p>This series is a part of <a href="http://showmedo.com/club">Club ShowMeDo</a>, these videos are for paying subscribers (Club membership is given for free to anyone who submits their own screencast).  The Club screencasts are a part of our 311 <a href="http://showmedo.com/videos/python">Python screencasts</a>, most of which are freely available, created by us and our open-source authors.</p>
<blockquote><p>&#8220;Great video, lots of good basic information to help me start learning Python. Easy to watch the videos and then open up an interactive prompt and try out the new features I just learned. I also like the web links for additional details.&#8221;</p></blockquote>
<p>If you want to try the <a href="http://showmedo.com/club">Club</a>, remember that we offer a full refund guarantee if the Club isn&#8217;t what you expect and you are free to cancel your subscription at any time.  We want you to feel comfortable whilst trying us out.  We&#8217;re always open to feedback and suggestions for the topics you&#8217;d like to see us cover.</p>
<p>Other recent <a href="http://showmedo.com/club">Club</a> videos include <a href="http://showmedo.com/videos/series?name=iNiVCfz5B">Database Programming</a>, <a href="http://showmedo.com/videos/series?name=FtBpzKiWL">Google App Engine</a> and <a href="http://showmedo.com/videos/series?name=KTN7wMXVN">pyWin32</a>.</p>
<p>Recent free videos include <a href="http://showmedo.com/videos/series?name=LY7fNbpc1">Making a Django Dev Environment</a>, <a href="http://showmedo.com/videos/series?name=3tYEHcfn2">TurboGears 2</a>, <a href="http://showmedo.com/videos/series?name=mcfckfJ4w">Agile Python Development</a> and <a href="http://showmedo.com/videos/video?name=1010050&amp;fromSeriesID=101">Python for Math Education</a>.</p>


<p>Related posts:<ol><li><a href='http://blog.showmedo.com/new-showmedo-videos/more-club-videos-for-python-beginners-common-variables-and-containers/' rel='bookmark' title='Permanent Link: More Club videos for Python Beginners &#8211; Common Variables and Containers'>More Club videos for Python Beginners &#8211; Common Variables and Containers</a></li>
<li><a href='http://blog.showmedo.com/new-showmedo-videos/python-beginners-common-variables-and-containers-series-completed/' rel='bookmark' title='Permanent Link: Python Beginners &#8211; Common Variables and Containers Series Completed'>Python Beginners &#8211; Common Variables and Containers Series Completed</a></li>
<li><a href='http://blog.showmedo.com/new-showmedo-videos/new-club-series-for-python-beginners-loops-and-iteration/' rel='bookmark' title='Permanent Link: New Club Series for Python Beginners &#8211; Loops and Iteration'>New Club Series for Python Beginners &#8211; Loops and Iteration</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.showmedo.com/news/new-club-series-for-python-beginners-common-variables-and-containers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;What does Python look like?&#8221; series finished in Club ShowMeDo</title>
		<link>http://blog.showmedo.com/new-showmedo-videos/what-does-python-look-like-series-finished-in-club-showmedo/</link>
		<comments>http://blog.showmedo.com/new-showmedo-videos/what-does-python-look-like-series-finished-in-club-showmedo/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 08:37:35 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Club Videos]]></category>
		<category><![CDATA[New ShowMeDo Videos]]></category>
		<category><![CDATA[Python ShowMeDos]]></category>

		<guid isPermaLink="false">http://blog.showmedo.com/?p=336</guid>
		<description><![CDATA[<p>The recent Python Beginners series named What Does Python Look Like? is finished, all 6 episodes are up.</p>
<p>&#8220;Thank you for this resource.  I appreciate your efforts to help others.&#8221;</p>
<p>Here&#8217;s the layout for the series:</p>

3 Minute Oveview (What Does Python Look Like?) (Free)
Variables and Naming
Write and Run (and Unit Tests), No Compiling
Indentation and Colons
Loops and [...]


Related posts:<ol><li><a href='http://blog.showmedo.com/new-showmedo-videos/new-club-series-for-python-beginners-loops-and-iteration/' rel='bookmark' title='Permanent Link: New Club Series for Python Beginners &#8211; Loops and Iteration'>New Club Series for Python Beginners &#8211; Loops and Iteration</a></li>
<li><a href='http://blog.showmedo.com/new-showmedo-videos/python-beginners-functions-series-finished-for-club-showmedo/' rel='bookmark' title='Permanent Link: Python Beginners &#8211; Functions series finished for Club ShowMeDo'>Python Beginners &#8211; Functions series finished for Club ShowMeDo</a></li>
<li><a href='http://blog.showmedo.com/news/new-club-series-for-python-beginners-common-variables-and-containers/' rel='bookmark' title='Permanent Link: New Club series for Python Beginners &#8211; Common Variables and Containers'>New Club series for Python Beginners &#8211; Common Variables and Containers</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The recent Python Beginners series named <a href="http://showmedo.com/videos/series?name=kmNu2xcp3">What Does Python Look Like?</a> is finished, all 6 episodes are up.</p>
<blockquote><p>&#8220;Thank you for this resource.  I appreciate your efforts to help others.&#8221;</p></blockquote>
<p>Here&#8217;s the layout for the series:</p>
<ol>
<li><a href="http://showmedo.com/videos/video?name=2750000&amp;fromSeriesID=275">3 Minute Oveview (What Does Python Look Like?) (Free)</a></li>
<li><a href="http://showmedo.com/videos/video?name=2750010&amp;fromSeriesID=275">Variables and Naming</a></li>
<li><a href="http://showmedo.com/videos/video?name=2750020&amp;fromSeriesID=275">Write and Run (and Unit Tests), No Compiling</a></li>
<li><a href="http://showmedo.com/videos/video?name=2750030&amp;fromSeriesID=275">Indentation and Colons</a></li>
<li><a href="http://showmedo.com/videos/video?name=2750040&amp;fromSeriesID=275">Loops and Conditions</a></li>
<li><a href="http://showmedo.com/videos/video?name=2750050&amp;fromSeriesID=275">Functions and Classes</a></li>
</ol>
<p>This series is a part of <a href="http://showmedo.com/club">Club ShowMeDo</a>, these screencasts are available to paying subscribers  (or for free if you author a video for us).</p>
<p>The club videos form a subset of our 311 <a href="http://showmedo.com/videos/python">Python screencasts</a>, many of the Python screencasts are produced by our open-source authors who like to share their skills.</p>
<p>Other recent <a href="http://showmedo.com/club">Club</a> videos include <a href="http://showmedo.com/videos/series?name=iNiVCfz5B">Database Programming</a>, <a href="http://showmedo.com/videos/series?name=FtBpzKiWL">Google App Engine</a> and <a href="http://showmedo.com/videos/series?name=KTN7wMXVN">pyWin32</a>.</p>


<p>Related posts:<ol><li><a href='http://blog.showmedo.com/new-showmedo-videos/new-club-series-for-python-beginners-loops-and-iteration/' rel='bookmark' title='Permanent Link: New Club Series for Python Beginners &#8211; Loops and Iteration'>New Club Series for Python Beginners &#8211; Loops and Iteration</a></li>
<li><a href='http://blog.showmedo.com/new-showmedo-videos/python-beginners-functions-series-finished-for-club-showmedo/' rel='bookmark' title='Permanent Link: Python Beginners &#8211; Functions series finished for Club ShowMeDo'>Python Beginners &#8211; Functions series finished for Club ShowMeDo</a></li>
<li><a href='http://blog.showmedo.com/news/new-club-series-for-python-beginners-common-variables-and-containers/' rel='bookmark' title='Permanent Link: New Club series for Python Beginners &#8211; Common Variables and Containers'>New Club series for Python Beginners &#8211; Common Variables and Containers</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.showmedo.com/new-showmedo-videos/what-does-python-look-like-series-finished-in-club-showmedo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Introduction to Database Programming with Python @ ShowMeDo</title>
		<link>http://blog.showmedo.com/python-showmedos/an-introduction-to-database-programming-with-python-showmedo/</link>
		<comments>http://blog.showmedo.com/python-showmedos/an-introduction-to-database-programming-with-python-showmedo/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 19:58:08 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Club Videos]]></category>
		<category><![CDATA[Python ShowMeDos]]></category>

		<guid isPermaLink="false">http://blog.showmedo.com/?p=335</guid>
		<description><![CDATA[<p>Kyran has published a full new Club ShowMeDo series, this one covers database programming for beginners with Python.</p>

Introduction to the Series (Free)
The Python Database API (DBAPI)
Connecting Python to the Database
Using and Manipulating a Database from Within a Python Progam
Creating a Database With Python

<p>The aim of the series is to show you how to start talking [...]


Related posts:<ol><li><a href='http://blog.showmedo.com/new-showmedo-videos/introduction-to-python-web-programming-cgi/' rel='bookmark' title='Permanent Link: Introduction to Python web-programming: CGI'>Introduction to Python web-programming: CGI</a></li>
<li><a href='http://blog.showmedo.com/python-showmedos/python-beginners-if-else-elif-introduction/' rel='bookmark' title='Permanent Link: Python Beginners &#8211; &#8216;if, else, elif&#8217; Introduction'>Python Beginners &#8211; &#8216;if, else, elif&#8217; Introduction</a></li>
<li><a href='http://blog.showmedo.com/news/python-beginners-completed-file-inputoutput/' rel='bookmark' title='Permanent Link: Python Beginners Completed! &#8211; File Input/Output'>Python Beginners Completed! &#8211; File Input/Output</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Kyran has published a full new <a href="http://showmedo.com/club">Club ShowMeDo</a> series, this one covers <a href="http://showmedo.com/videos/series?name=iNiVCfz5B">database programming for beginners</a> with Python.</p>
<ol>
<li><a href="http://showmedo.com/videos/video?name=2770000&amp;fromSeriesID=277">Introduction to the Series (Free)</a></li>
<li><a href="http://showmedo.com/videos/video?name=2770010&amp;fromSeriesID=277">The Python Database API (DBAPI)</a></li>
<li><a href="http://showmedo.com/videos/video?name=2770020&amp;fromSeriesID=277">Connecting Python to the Database</a></li>
<li><a href="http://showmedo.com/videos/video?name=2770030&amp;fromSeriesID=277">Using and Manipulating a Database from Within a Python Progam</a></li>
<li><a href="http://showmedo.com/videos/video?name=2770040&amp;fromSeriesID=277">Creating a Database With Python</a></li>
</ol>
<p>The aim of the series is to show you how to start talking to databases from within Python, assuming you already know how to write some Python code.</p>
<p>The <a href="http://showmedo.com/club">Club</a> now has 9 series aimed a new/intermediate Python programmers.  The 10th series on &#8216;Variables and Printing &#8211; Python Beginners&#8217; will be starting soon.</p>
<p>The subscription price will start to rise soon to reflect the larger range of topics that are available, if you subscribe now you&#8217;ll always be charged the current lower rate (your costs won&#8217;t go up in the future even though we keep publishing new material each week).</p>


<p>Related posts:<ol><li><a href='http://blog.showmedo.com/new-showmedo-videos/introduction-to-python-web-programming-cgi/' rel='bookmark' title='Permanent Link: Introduction to Python web-programming: CGI'>Introduction to Python web-programming: CGI</a></li>
<li><a href='http://blog.showmedo.com/python-showmedos/python-beginners-if-else-elif-introduction/' rel='bookmark' title='Permanent Link: Python Beginners &#8211; &#8216;if, else, elif&#8217; Introduction'>Python Beginners &#8211; &#8216;if, else, elif&#8217; Introduction</a></li>
<li><a href='http://blog.showmedo.com/news/python-beginners-completed-file-inputoutput/' rel='bookmark' title='Permanent Link: Python Beginners Completed! &#8211; File Input/Output'>Python Beginners Completed! &#8211; File Input/Output</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.showmedo.com/python-showmedos/an-introduction-to-database-programming-with-python-showmedo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learn Google App Engine with ShowMeDo</title>
		<link>http://blog.showmedo.com/news/learn-google-app-engine-with-showmedo/</link>
		<comments>http://blog.showmedo.com/news/learn-google-app-engine-with-showmedo/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 09:03:10 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Club Videos]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Python ShowMeDos]]></category>

		<guid isPermaLink="false">http://blog.showmedo.com/?p=333</guid>
		<description><![CDATA[<p>Kyran has published the first five episodes of A Gentle Introduction to the Google App Engine Python SDK in Club ShowMeDo, more will follow over the coming weeks.</p>
<p>&#8220;Google has chosen Python as its initial application development language, allowing new users to leverage the considerable power and usability of such frameworks as Django or Pylons. This [...]


Related posts:<ol><li><a href='http://blog.showmedo.com/python-showmedos/google-app-engine-videos-coming-to-showmedo-also-wxdb-videos/' rel='bookmark' title='Permanent Link: Google App Engine videos coming to ShowMeDo (also wx+DB videos)'>Google App Engine videos coming to ShowMeDo (also wx+DB videos)</a></li>
<li><a href='http://blog.showmedo.com/news/choosing-a-python-web-framework-i-bottling-it/' rel='bookmark' title='Permanent Link: Choosing a Python Web Framework I &#8211; bottling it'>Choosing a Python Web Framework I &#8211; bottling it</a></li>
<li><a href='http://blog.showmedo.com/new-showmedo-videos/showmedo-learn-django-create-a-wiki-in-20-minutes-1-video/' rel='bookmark' title='Permanent Link: ShowMeDo: Learn Django: Create a Wiki in 20 minutes (1 video)'>ShowMeDo: Learn Django: Create a Wiki in 20 minutes (1 video)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Kyran has published the first five episodes of <a href="http://showmedo.com/videos/series?name=FtBpzKiWL">A Gentle Introduction to the Google App Engine Python SDK</a> in <a href="http://showmedo.com/club">Club ShowMeDo</a>, more will follow over the coming weeks.</p>
<blockquote><p>&#8220;Google has chosen Python as its initial application development language, allowing new users to leverage the considerable power and usability of such frameworks as Django or Pylons. This series will introduce the GAE, focussing on the use of its Python SDK and webapp framework. &#8230;&#8221;</p></blockquote>
<p>This series currently looks at:</p>
<ul>
<li><a href="http://showmedo.com/videos/video?name=2690000&amp;fromSeriesID=269">Overview of the series</a></li>
<li><a href="http://showmedo.com/videos/video?name=2690010&amp;fromSeriesID=269">Installing the SDK + &#8216;Hello world&#8217;</a></li>
<li><a href="http://showmedo.com/videos/video?name=2690020&amp;fromSeriesID=269">Using the framework</a></li>
<li><a href="http://showmedo.com/videos/video?name=2690030&amp;fromSeriesID=269">Google&#8217;s User Service</a></li>
<li><a href="http://showmedo.com/videos/video?name=2690040&amp;fromSeriesID=269">Handling Forms</a></li>
</ul>


<p>Related posts:<ol><li><a href='http://blog.showmedo.com/python-showmedos/google-app-engine-videos-coming-to-showmedo-also-wxdb-videos/' rel='bookmark' title='Permanent Link: Google App Engine videos coming to ShowMeDo (also wx+DB videos)'>Google App Engine videos coming to ShowMeDo (also wx+DB videos)</a></li>
<li><a href='http://blog.showmedo.com/news/choosing-a-python-web-framework-i-bottling-it/' rel='bookmark' title='Permanent Link: Choosing a Python Web Framework I &#8211; bottling it'>Choosing a Python Web Framework I &#8211; bottling it</a></li>
<li><a href='http://blog.showmedo.com/new-showmedo-videos/showmedo-learn-django-create-a-wiki-in-20-minutes-1-video/' rel='bookmark' title='Permanent Link: ShowMeDo: Learn Django: Create a Wiki in 20 minutes (1 video)'>ShowMeDo: Learn Django: Create a Wiki in 20 minutes (1 video)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.showmedo.com/news/learn-google-app-engine-with-showmedo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8216;Python Beginners&#8217; series starting @ ShowMeDo</title>
		<link>http://blog.showmedo.com/python-showmedos/python-beginners-series-starting-showmedo/</link>
		<comments>http://blog.showmedo.com/python-showmedos/python-beginners-series-starting-showmedo/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 17:12:26 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Club Videos]]></category>
		<category><![CDATA[Python ShowMeDos]]></category>

		<guid isPermaLink="false">http://blog.showmedo.com/?p=332</guid>
		<description><![CDATA[<p>We&#8217;re just starting to publish our first Python Beginners series in Club ShowMeDo.  This will form the first of a set of series aimed at new Python programmers.  First we kick off with What Does Python Look Like?</p>
<p>&#8220;If you&#8217;re coming to Python from a different language then you&#8217;ll want to know how the syntax looks. [...]


Related posts:<ol><li><a href='http://blog.showmedo.com/news/new-club-series-for-python-beginners-common-variables-and-containers/' rel='bookmark' title='Permanent Link: New Club series for Python Beginners &#8211; Common Variables and Containers'>New Club series for Python Beginners &#8211; Common Variables and Containers</a></li>
<li><a href='http://blog.showmedo.com/python-showmedos/python-beginners-loops-and-iteration-club-series-fully-published/' rel='bookmark' title='Permanent Link: &#8220;Python Beginners &#8211; Loops and Iteration&#8221; &#8211; Club Series fully published'>&#8220;Python Beginners &#8211; Loops and Iteration&#8221; &#8211; Club Series fully published</a></li>
<li><a href='http://blog.showmedo.com/new-showmedo-videos/new-club-series-for-python-beginners-loops-and-iteration/' rel='bookmark' title='Permanent Link: New Club Series for Python Beginners &#8211; Loops and Iteration'>New Club Series for Python Beginners &#8211; Loops and Iteration</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re just starting to publish our first Python Beginners series in <a href="http://showmedo.com/club">Club ShowMeDo</a>.  This will form the first of a set of series aimed at new Python programmers.  First we kick off with <a href="http://showmedo.com/videos/series?name=kmNu2xcp3">What Does Python Look Like?</a></p>
<blockquote><p>&#8220;If you&#8217;re coming to Python from a different language then you&#8217;ll want to know how the syntax looks. If you&#8217;re new to programming then you&#8217;ll probably want an idea of what to expect too! Here I give you a high-level view of Python&#8217;s code and common functions and I link to examples from Java, C and C++ to provide comparisons.&#8221;, <a href="http://showmedo.com/videos/series?name=kmNu2xcp3">What Does Python Look Like?</a></p></blockquote>
<p>This will be a 6-part series lasting 30 minutes.  The first two episodes are up, the next four follow in the coming weeks.</p>
<p>The next series will be much longer (about 12 episodes) and will look at all of Python&#8217;s fundamental data types along with normal usage and working examples.  Details will be posted on the <a href="http://showmedo.com/club">Club</a> page.</p>


<p>Related posts:<ol><li><a href='http://blog.showmedo.com/news/new-club-series-for-python-beginners-common-variables-and-containers/' rel='bookmark' title='Permanent Link: New Club series for Python Beginners &#8211; Common Variables and Containers'>New Club series for Python Beginners &#8211; Common Variables and Containers</a></li>
<li><a href='http://blog.showmedo.com/python-showmedos/python-beginners-loops-and-iteration-club-series-fully-published/' rel='bookmark' title='Permanent Link: &#8220;Python Beginners &#8211; Loops and Iteration&#8221; &#8211; Club Series fully published'>&#8220;Python Beginners &#8211; Loops and Iteration&#8221; &#8211; Club Series fully published</a></li>
<li><a href='http://blog.showmedo.com/new-showmedo-videos/new-club-series-for-python-beginners-loops-and-iteration/' rel='bookmark' title='Permanent Link: New Club Series for Python Beginners &#8211; Loops and Iteration'>New Club Series for Python Beginners &#8211; Loops and Iteration</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.showmedo.com/python-showmedos/python-beginners-series-starting-showmedo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

