<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://modshare.futuresight.org/forums/extern.php?action=feed&amp;tid=305&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Mod Share Forums / Python]]></title>
		<link>https://modshare.futuresight.org/forums/viewtopic.php?id=305</link>
		<description><![CDATA[The most recent posts in Python.]]></description>
		<lastBuildDate>Sun, 24 Nov 2019 17:41:00 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Python]]></title>
			<link>https://modshare.futuresight.org/forums/viewtopic.php?pid=2940#p2940</link>
			<description><![CDATA[<p>I like coding Python. So much so that I&#039;ve tried to get my brother, sister, and even mother to learn it. (none of those lessons got anywhere) <img src="https://modshare.futuresight.org/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (-FasterThanLight-)]]></author>
			<pubDate>Sun, 24 Nov 2019 17:41:00 +0000</pubDate>
			<guid>https://modshare.futuresight.org/forums/viewtopic.php?pid=2940#p2940</guid>
		</item>
		<item>
			<title><![CDATA[Re: Python]]></title>
			<link>https://modshare.futuresight.org/forums/viewtopic.php?pid=1803#p1803</link>
			<description><![CDATA[<div class="quotebox"><cite>jvvg wrote:</cite><blockquote><div><p>I&#039;ve played with Python before. It&#039;s very difficult for me to learn when I&#039;m used to C syntax. I&#039;m used to indentation not mattering. However, a few of my friends are learning to program, so I told them to try it, and they like it.</p></div></blockquote></div><p>I&#039;m not really used to anything; most of my programs are in vb, which autoindents and does a bunch of stuff for you anyway. I just find python simple to start with: Instead of having to include stdio.h, putting everything in a main sub, and returning 0, you can just start typing. Also, theres not that many exceptions and rules are simple: Colon for indented blocks, no need to end any blocks with special statements, stuff like that.</p>]]></description>
			<author><![CDATA[dummy@example.com (Molybdenum)]]></author>
			<pubDate>Wed, 26 Dec 2012 21:27:27 +0000</pubDate>
			<guid>https://modshare.futuresight.org/forums/viewtopic.php?pid=1803#p1803</guid>
		</item>
		<item>
			<title><![CDATA[Re: Python]]></title>
			<link>https://modshare.futuresight.org/forums/viewtopic.php?pid=1802#p1802</link>
			<description><![CDATA[<p>I&#039;ve played with Python before. It&#039;s very difficult for me to learn when I&#039;m used to C syntax. I&#039;m used to indentation not mattering. However, a few of my friends are learning to program, so I told them to try it, and they like it.</p>]]></description>
			<author><![CDATA[dummy@example.com (jvvg)]]></author>
			<pubDate>Wed, 26 Dec 2012 20:39:17 +0000</pubDate>
			<guid>https://modshare.futuresight.org/forums/viewtopic.php?pid=1802#p1802</guid>
		</item>
		<item>
			<title><![CDATA[Python]]></title>
			<link>https://modshare.futuresight.org/forums/viewtopic.php?pid=1801#p1801</link>
			<description><![CDATA[<p>Really easy and fun <img src="https://modshare.futuresight.org/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /><br /><a href="http://codepad.org" rel="nofollow">codepad.org</a> for an online interpreter.</p><p>Here&#039;s an ackermann function:</p><div class="codebox"><pre><code>def ack(m,n):
 if m==3:
  return 2**(n+3)-3
 else:
  if n==0:
   return ack(m-1,1)
  else:
   return ack(m-1,ack(m,n-1))
print ack(4,2)</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Molybdenum)]]></author>
			<pubDate>Wed, 26 Dec 2012 20:38:14 +0000</pubDate>
			<guid>https://modshare.futuresight.org/forums/viewtopic.php?pid=1801#p1801</guid>
		</item>
	</channel>
</rss>
