<?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>while &#8211; Alan Richmond</title>
	<atom:link href="https://tuxar.uk/tag/while/feed/" rel="self" type="application/rss+xml" />
	<link>https://tuxar.uk</link>
	<description>Scientific systems programmer (ex NASA, ESA/ESO, Hubble), web developer, online retailer (retired)</description>
	<lastBuildDate>Mon, 29 Apr 2019 17:03:09 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://tuxar.uk/wp-content/uploads/2016/01/AlanRichmond-150x150.jpg</url>
	<title>while &#8211; Alan Richmond</title>
	<link>https://tuxar.uk</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>A Quick Introduction to Python 3 Programming</title>
		<link>https://tuxar.uk/a-quick-introduction-to-python-3/</link>
					<comments>https://tuxar.uk/a-quick-introduction-to-python-3/#comments</comments>
		
		<dc:creator><![CDATA[Alan]]></dc:creator>
		<pubDate>Tue, 23 Jun 2015 08:57:41 +0000</pubDate>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[arithmetic]]></category>
		<category><![CDATA[assignment]]></category>
		<category><![CDATA[bit operations]]></category>
		<category><![CDATA[boolean]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[comparisons]]></category>
		<category><![CDATA[conditionals]]></category>
		<category><![CDATA[data types]]></category>
		<category><![CDATA[exceptions]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[float]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[indentation]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[loop]]></category>
		<category><![CDATA[not]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[while]]></category>
		<guid isPermaLink="false">http://python3.codes/?p=428</guid>

					<description><![CDATA[This Quick Introduction to Python 3 aims to teach you just enough Python, so that you can get started in... <span class="gridview-grid-post-read-more"><a href="https://tuxar.uk/a-quick-introduction-to-python-3/">read more<span class="gridview-sr-only"> A Quick Introduction to Python 3 Programming</span></a></span>]]></description>
		
					<wfw:commentRss>https://tuxar.uk/a-quick-introduction-to-python-3/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>A Python Dictionary</title>
		<link>https://tuxar.uk/a-python-dictionary/</link>
		
		<dc:creator><![CDATA[Alan]]></dc:creator>
		<pubDate>Tue, 26 May 2015 09:48:31 +0000</pubDate>
				<category><![CDATA[Basic]]></category>
		<category><![CDATA[Text]]></category>
		<category><![CDATA[dict]]></category>
		<category><![CDATA[except]]></category>
		<category><![CDATA[if]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[not]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[sorted]]></category>
		<category><![CDATA[try]]></category>
		<category><![CDATA[tuple]]></category>
		<category><![CDATA[while]]></category>
		<guid isPermaLink="false">http://python3.codes/?p=311</guid>

					<description><![CDATA[This is simply a dictionary of Python keywords, implemented as &#8211; of course &#8211; a Python dictionary! Dictionaries are key:value... <span class="gridview-grid-post-read-more"><a href="https://tuxar.uk/a-python-dictionary/">read more<span class="gridview-sr-only"> A Python Dictionary</span></a></span>]]></description>
		
		
		
			</item>
		<item>
		<title>Compute Average Heights</title>
		<link>https://tuxar.uk/compute-average-heights/</link>
					<comments>https://tuxar.uk/compute-average-heights/#respond</comments>
		
		<dc:creator><![CDATA[Alan]]></dc:creator>
		<pubDate>Sun, 03 May 2015 11:57:57 +0000</pubDate>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Numbers]]></category>
		<category><![CDATA[float]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[not]]></category>
		<category><![CDATA[while]]></category>
		<guid isPermaLink="false">http://python3.codes/?p=122</guid>

					<description><![CDATA[This is a simple program to compute average heights. In a loop, it prompts the user for heights, inputs a text... <span class="gridview-grid-post-read-more"><a href="https://tuxar.uk/compute-average-heights/">read more<span class="gridview-sr-only"> Compute Average Heights</span></a></span>]]></description>
		
					<wfw:commentRss>https://tuxar.uk/compute-average-heights/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Turtle Star</title>
		<link>https://tuxar.uk/turtle-star/</link>
					<comments>https://tuxar.uk/turtle-star/#respond</comments>
		
		<dc:creator><![CDATA[Alan]]></dc:creator>
		<pubDate>Sat, 18 Apr 2015 15:26:01 +0000</pubDate>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Turtle]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[conditionals]]></category>
		<category><![CDATA[turtle]]></category>
		<category><![CDATA[while]]></category>
		<guid isPermaLink="false">http://python3.codes/?p=71</guid>

					<description><![CDATA[A very simple Turtle program. Turtle can draw intricate shapes using programs that repeat simple moves. Turtle graphics is a... <span class="gridview-grid-post-read-more"><a href="https://tuxar.uk/turtle-star/">read more<span class="gridview-sr-only"> Turtle Star</span></a></span>]]></description>
		
					<wfw:commentRss>https://tuxar.uk/turtle-star/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Square Spiral</title>
		<link>https://tuxar.uk/square-spiral/</link>
					<comments>https://tuxar.uk/square-spiral/#respond</comments>
		
		<dc:creator><![CDATA[Alan]]></dc:creator>
		<pubDate>Sat, 18 Apr 2015 09:58:03 +0000</pubDate>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Turtle]]></category>
		<category><![CDATA[assignment]]></category>
		<category><![CDATA[conditionals]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[loop]]></category>
		<category><![CDATA[turtle]]></category>
		<category><![CDATA[while]]></category>
		<guid isPermaLink="false">http://python3.codes/?p=60</guid>

					<description><![CDATA[This is a very simple introduction to Turtle graphics. The turtle starts in the middle of the window, moves forward... <span class="gridview-grid-post-read-more"><a href="https://tuxar.uk/square-spiral/">read more<span class="gridview-sr-only"> Square Spiral</span></a></span>]]></description>
		
					<wfw:commentRss>https://tuxar.uk/square-spiral/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
