<?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>Numbers &#8211; Alan Richmond</title>
	<atom:link href="https://tuxar.uk/category/numbers/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:05:54 +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>Numbers &#8211; Alan Richmond</title>
	<link>https://tuxar.uk</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Ramanujan&#8217;s 129th Birthday</title>
		<link>https://tuxar.uk/ramanujans-129th-birthday/</link>
					<comments>https://tuxar.uk/ramanujans-129th-birthday/#respond</comments>
		
		<dc:creator><![CDATA[Alan]]></dc:creator>
		<pubDate>Thu, 22 Dec 2016 20:36:25 +0000</pubDate>
				<category><![CDATA[Basic]]></category>
		<category><![CDATA[Numbers]]></category>
		<guid isPermaLink="false">http://python3.codes/?p=700</guid>

					<description><![CDATA[Someone on Reddit pointed out that today (Dec 22nd) is Ramanujan&#8217;s 129th birthday. One of the commenters further pointed out... <span class="gridview-grid-post-read-more"><a href="https://tuxar.uk/ramanujans-129th-birthday/">read more<span class="gridview-sr-only"> Ramanujan&#8217;s 129th Birthday</span></a></span>]]></description>
		
					<wfw:commentRss>https://tuxar.uk/ramanujans-129th-birthday/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Have we already seen this number? (deja vu again)</title>
		<link>https://tuxar.uk/already-seen-number/</link>
					<comments>https://tuxar.uk/already-seen-number/#respond</comments>
		
		<dc:creator><![CDATA[Alan]]></dc:creator>
		<pubDate>Fri, 08 Apr 2016 15:35:42 +0000</pubDate>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Numbers]]></category>
		<category><![CDATA[dict]]></category>
		<category><![CDATA[fractal]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[range]]></category>
		<guid isPermaLink="false">http://python3.codes/?p=629</guid>

					<description><![CDATA[I had a phone interview for a Python job the other day. It started out really well, he was very... <span class="gridview-grid-post-read-more"><a href="https://tuxar.uk/already-seen-number/">read more<span class="gridview-sr-only"> Have we already seen this number? (deja vu again)</span></a></span>]]></description>
		
					<wfw:commentRss>https://tuxar.uk/already-seen-number/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Number guessing game</title>
		<link>https://tuxar.uk/number-guessing-game/</link>
					<comments>https://tuxar.uk/number-guessing-game/#respond</comments>
		
		<dc:creator><![CDATA[Alan]]></dc:creator>
		<pubDate>Thu, 01 Oct 2015 08:04:02 +0000</pubDate>
				<category><![CDATA[Basic]]></category>
		<category><![CDATA[Numbers]]></category>
		<category><![CDATA[boolean]]></category>
		<category><![CDATA[conditionals]]></category>
		<category><![CDATA[data types]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[loop]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[range]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[simulation]]></category>
		<guid isPermaLink="false">http://python3.codes/?p=12</guid>

					<description><![CDATA[The number guessing game incorporates several simple but important elements of elementary programming and is a good candidate for an... <span class="gridview-grid-post-read-more"><a href="https://tuxar.uk/number-guessing-game/">read more<span class="gridview-sr-only"> Number guessing game</span></a></span>]]></description>
		
					<wfw:commentRss>https://tuxar.uk/number-guessing-game/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Playing in Python with Pickover&#8217;s Premise per Pi</title>
		<link>https://tuxar.uk/playing-in-python-with-pickovers-premise-about-pi/</link>
		
		<dc:creator><![CDATA[Alan]]></dc:creator>
		<pubDate>Mon, 01 Jun 2015 12:45:05 +0000</pubDate>
				<category><![CDATA[Basic]]></category>
		<category><![CDATA[Numbers]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[range]]></category>
		<guid isPermaLink="false">http://python3.codes/?p=336</guid>

					<description><![CDATA[My favourite tweeter is Clifford A. Pickover. His tweets are delightful nuggets of math, physics &#38; more. I have a copy... <span class="gridview-grid-post-read-more"><a href="https://tuxar.uk/playing-in-python-with-pickovers-premise-about-pi/">read more<span class="gridview-sr-only"> Playing in Python with Pickover&#8217;s Premise per Pi</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>Binary Search</title>
		<link>https://tuxar.uk/binary-search/</link>
					<comments>https://tuxar.uk/binary-search/#comments</comments>
		
		<dc:creator><![CDATA[Alan]]></dc:creator>
		<pubDate>Mon, 27 Apr 2015 20:16:31 +0000</pubDate>
				<category><![CDATA[Basic]]></category>
		<category><![CDATA[Numbers]]></category>
		<category><![CDATA[def]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[recursion]]></category>
		<guid isPermaLink="false">http://python3.codes/?p=108</guid>

					<description><![CDATA[Binary Search is one of the most fundamental computer algorithms. Given an ordered list of some data (names, numbers, &#8230;)... <span class="gridview-grid-post-read-more"><a href="https://tuxar.uk/binary-search/">read more<span class="gridview-sr-only"> Binary Search</span></a></span>]]></description>
		
					<wfw:commentRss>https://tuxar.uk/binary-search/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>FizzBuzz</title>
		<link>https://tuxar.uk/fizzbuzz/</link>
					<comments>https://tuxar.uk/fizzbuzz/#respond</comments>
		
		<dc:creator><![CDATA[Alan]]></dc:creator>
		<pubDate>Thu, 16 Apr 2015 17:15:11 +0000</pubDate>
				<category><![CDATA[Basic]]></category>
		<category><![CDATA[Numbers]]></category>
		<category><![CDATA[modulo]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[range]]></category>
		<guid isPermaLink="false">http://python3.codes/?p=26</guid>

					<description><![CDATA[This is apparently a well-known interview question (but not one I was ever asked). Print the numbers 1 to 100,... <span class="gridview-grid-post-read-more"><a href="https://tuxar.uk/fizzbuzz/">read more<span class="gridview-sr-only"> FizzBuzz</span></a></span>]]></description>
		
					<wfw:commentRss>https://tuxar.uk/fizzbuzz/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
