<?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>Python Programming Tutorial</title>
	<atom:link href="http://www.python-tutorial.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.python-tutorial.com</link>
	<description>tutorial for python, and python related frameworks.</description>
	<lastBuildDate>Mon, 02 May 2011 13:53:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>What do you need?</title>
		<link>http://www.python-tutorial.com/basic-python-tutorials/what-do-you-need.html</link>
		<comments>http://www.python-tutorial.com/basic-python-tutorials/what-do-you-need.html#comments</comments>
		<pubDate>Wed, 03 Nov 2010 14:59:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Basic Python Tutorials]]></category>

		<guid isPermaLink="false">http://www.python-tutorial.com/?p=17</guid>
		<description><![CDATA[The things that you will need in order to follow this tutorial.]]></description>
				<content:encoded><![CDATA[<h2><span style="color: #ff0000;"><strong>Important: This tutorial is currently for 3.x, meaning that older  python will produce errors!! We try to keep this tutorial up to date  with the latest releases of python</strong>.</span></h2>
<h2>Windows:</h2>
<p>Windows users can go to <a title="Download Python" href="http://python.org/download/" target="_blank">python.org</a> and just grab the latest copy of python, the installation should be pretty straightforward, as the installation package will take you step by step through the installation process.</p>
<p>Once you have got python installed, in windows you can test it by creating a *.py file, its icon will change automatically. You can also go to <strong>Start</strong> &gt;&gt; <strong>Python 3.x</strong> &gt;&gt;<strong>IDLE (Python GUI)</strong> , when you open it you will get a python shell.</p>
<h2>Linux/Unix</h2>
<p>Linux/Unix comes with python pre-installed, you can find it on the terminal, just type in the terminal:</p>
<pre class="brush:shell">admin@python-tutorial:~$ python</pre>
<p>this should automatically take you to the python shell.</p>
<p><strong>Debian Based Linux (ubuntu/kubuntu etc..)</strong>: You can go to synaptic package manager, then you can install the python IDE, just search for &#8220;Python 3 IDE&#8221;</p>
<h2>Apple</h2>
<p>As of Mac OS X 10.5 Python comes pre-installed, but you can always find a copy on <a href="http://www.python.org/download/mac/" target="_blank">python.org/download/mac</a> .</p>
<h2>IDE</h2>
<p><strong>Windows:</strong> You can use notepad or the IDE provided by python, which can be found by going to <strong>Start</strong> &gt;&gt; <strong>Python X.x</strong> &gt;&gt;  <strong>IDLE (Python GUI)</strong> &gt;&gt; <strong>File (Menu)</strong> &gt;&gt; <strong>New Window</strong>. Its good enough but it lacks some features. You can find a list of IDEs in the <a href="http://www.python-tutorial.com/others/list-of-python-ides.py">List of Python IDE</a> page.</p>
<p><strong>Linux/Unix :</strong> You can use some pretty good open source softwares out there, and you most probably have a copy of gedit which you can use for editing your python files, this should be good enough for you.</p>
<p><strong>Mac</strong>: Apple&#8217;s XCode is an excellent python IDE, there are also other ones that you can use such as Eclipse, but why not simply use the XCode &#8211; its pretty powerful.</p>
<p>For a more professional list of IDEs designed to work with python, you can <a href="http://www.python-tutorial.com/others/list-of-python-ides.py">click here</a>.</p>
<p>And finally <span style="text-decoration: underline;"><strong>you need to PRACTICE EVERY CODE to learn it</strong></span>. You must type it up and test it in order to learn it, and you can always use the <a href="http://forum.python-tutorial.com/">python programming forum</a> for help/support!</p>
<p>Good Luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.python-tutorial.com/basic-python-tutorials/what-do-you-need.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
