<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Dive into ?</title>
	<link>http://ask.metafilter.com/65003/Dive-into/</link>
	<description>Comments on Ask MetaFilter post Dive into ?</description>
	<pubDate>Sun, 17 Jun 2007 20:56:31 -0800</pubDate>
	<lastBuildDate>Sun, 17 Jun 2007 20:56:31 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Dive into ?</title>
		<link>http://ask.metafilter.com/65003/Dive-into</link>	
		<description>I&apos;m an administrator who is a relative n00b to programming, and need to find a good place to start. &lt;br /&gt;&lt;br /&gt; I&apos;m currently a Windows admin, and have found it necessary to pull up on my colleagues for many programming and scripting tasks, and I&apos;d like to do it myself. I have no idea where to start, and have had not much luck finding instructor-led stuff that doesn&apos;t involve university (and I work full-time). I work at a very Python-friendly company, so it seems natural, but I want to get a good foundation and go from there. Can anyone advice where or how to start?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.65003</guid>
		<pubDate>Sun, 17 Jun 2007 20:42:06 -0800</pubDate>
		<dc:creator>adampsyche</dc:creator>
		
			<category>programming</category>
		
			<category>scripting</category>
		
			<category>admin</category>
		
	</item> <item>
		<title>By: demiurge</title>
		<link>http://ask.metafilter.com/65003/Dive-into#977457</link>	
		<description>If you have little prior programming experience, you could do worse than Learning Python from &lt;a href=&quot;http://www.oreilly.com/catalog/lpython2/&quot;&gt;O&apos;Reilly&lt;/a&gt;.   It&apos;s a little old, as it doesn&apos;t cover some recent additions to the language, but it will give you a good start.  I also liked the Programming Python book in the series too.&lt;br&gt;
&lt;br&gt;
If you want something online, the &lt;a href=&quot;http://docs.python.org/tut/&quot;&gt;official python tutorial&lt;/a&gt; is a good place to start.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.65003-977457</guid>
		<pubDate>Sun, 17 Jun 2007 20:56:31 -0800</pubDate>
		<dc:creator>demiurge</dc:creator>
	</item><item>
		<title>By: CrayDrygu</title>
		<link>http://ask.metafilter.com/65003/Dive-into#977476</link>	
		<description>For Windows-based scripting, believe it or, Microsoft themselves have some very good (and free) resources at the &lt;a href=&quot;http://www.microsoft.com/technet/scriptcenter/default.mspx?wt.svl=leftnav&quot;&gt;Microsoft TechNet Script Center&lt;/a&gt;, including A-Z tutorials and plenty of code samples.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.65003-977476</guid>
		<pubDate>Sun, 17 Jun 2007 21:28:30 -0800</pubDate>
		<dc:creator>CrayDrygu</dc:creator>
	</item><item>
		<title>By: zamboni</title>
		<link>http://ask.metafilter.com/65003/Dive-into#977484</link>	
		<description>Pythonwise, I&apos;ve heard good things about the following:&lt;br&gt;
&lt;br&gt;
&lt;a href=http://www.cs.luc.edu/~anh/python/hands-on/&gt;http://www.cs.luc.edu/~anh/python/hands-on/&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://homepage.mac.com/s_lott/books/nonprog/htmlchunks/index.html&quot;&gt;http://homepage.mac.com/s_lott/books/nonprog/htmlchunks/index.html&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://www.ibiblio.org/obp/thinkCSpy/&quot;&gt;http://www.ibiblio.org/obp/thinkCSpy/&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.65003-977484</guid>
		<pubDate>Sun, 17 Jun 2007 21:37:37 -0800</pubDate>
		<dc:creator>zamboni</dc:creator>
	</item><item>
		<title>By: Maxwell_Smart</title>
		<link>http://ask.metafilter.com/65003/Dive-into#977488</link>	
		<description>Have you tried carefully going over the scripts that you are given to see if you can understand them?  If it&apos;s something that someone else has written for you in under 10 minutes, it shouldn&apos;t be too hard to figure out most of what is going on.  Also, most sysadmins do similar tasks over and over again, and the scripts that have already been written for you will tend to have more in common with what you will need to do soon than, say, examples in a book.&lt;br&gt;
&lt;br&gt;
So, just dive in to what you already have.  Try to get a good look at the overall structure-- look at the linear segments, and the looping segments.  See if you can figure out one tiny change or improvement to make the program you have do something other than what it does now- like copying files instead of renaming them, or add a command line argument to specify something that is now hard-coded.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.65003-977488</guid>
		<pubDate>Sun, 17 Jun 2007 21:44:22 -0800</pubDate>
		<dc:creator>Maxwell_Smart</dc:creator>
	</item><item>
		<title>By: zackola</title>
		<link>http://ask.metafilter.com/65003/Dive-into#977661</link>	
		<description>&lt;a href=&quot;http://www.diveintopython.org/&quot;&gt;http://www.diveintopython.org/&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Dive in!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.65003-977661</guid>
		<pubDate>Mon, 18 Jun 2007 05:00:43 -0800</pubDate>
		<dc:creator>zackola</dc:creator>
	</item>
	</channel>
</rss>
