<?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: Give me a roadmap for coding</title>
	<link>http://ask.metafilter.com/214663/Give-me-a-roadmap-for-coding/</link>
	<description>Comments on Ask MetaFilter post Give me a roadmap for coding</description>
	<pubDate>Sun, 06 May 2012 10:21:21 -0800</pubDate>
	<lastBuildDate>Sun, 06 May 2012 10:31:19 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Give me a roadmap for coding</title>
		<link>http://ask.metafilter.com/214663/Give-me-a-roadmap-for-coding</link>	
		<description>Suggest to me a roadmap for learning to code. Ideally geared towards Python. &lt;br /&gt;&lt;br /&gt; I&apos;d like to go further with learning to code. I studied C++ in high school and taught myself the fundamentals recently of Python. I think I have a good grasp of the basics of the language although I am still picking up on its idioms. I want to go further into learning about comp sci / learning to code. &lt;br&gt;
&lt;br&gt;
I was paging through &lt;a href=&quot;http://linuxoriente.edu.sv/descargas/NLP.pdf&quot;&gt;Natural Language Processing with Python&lt;/a&gt; yesterday. It&apos;s interesting but I struggle to see how I&apos;d actually make use of it, which makes me less inclined to want to absorb it. I also recently was paging through I also was recently flipping through &lt;a href=&quot;http://greenteapress.com/complexity/thinkcomplexity.pdf&quot;&gt;Think Complexity&lt;/a&gt;. Again, seems interesting, but went way over my head and again I struggle to think of how I&apos;d actually use that knowledge, which saps my desire to try to learn it. &lt;br&gt;
&lt;br&gt;
So I guess this is where I turn things over to you, hive mind. I&apos;m really not a coder but I want to be. I think I understand the basic fundamentals but I don&apos;t know how to *do* much else, or really have much of an idea what I *want* to do. I obviously want to learn as much as possible but when the learning is divorced from application it is anathema to me. What would be great is a text that says &quot;here&apos;s the cool program we&apos;re going to code. you don&apos;t know how to do it but we&apos;re going to work up to it and in the end it will all make sense.&quot; The Udacity modules try to do this but I don&apos;t actually care for the didactic method and I find the content to be a little thin.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2012:site.214663</guid>
		<pubDate>Sun, 06 May 2012 10:21:21 -0800</pubDate>
		<dc:creator>prunes</dc:creator>
		
			<category>coding</category>
		
			<category>python</category>
		
	</item>
	<item>
		<title>By: SillyShepherd</title>
		<link>http://ask.metafilter.com/214663/Give-me-a-roadmap-for-coding#3097834</link>	
		<description>If you want to fill in any gaps that you might have in your basic knowledge of Python, consider &lt;a href=&quot;http://learnpythonthehardway.org/book/intro.html&quot;&gt;Learn Python the Hard Way&lt;/a&gt;, if you&apos;re not already aware of it. The author answers questions for each of his online lessons.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.214663-3097834</guid>
		<pubDate>Sun, 06 May 2012 10:31:19 -0800</pubDate>
		<dc:creator>SillyShepherd</dc:creator>
	</item><item>
		<title>By: jwmollman</title>
		<link>http://ask.metafilter.com/214663/Give-me-a-roadmap-for-coding#3097838</link>	
		<description>When I wanted to pick up Python, I found these resources great for learning:&lt;br&gt;
&lt;br&gt;
* &lt;a href=&quot;http://code.google.com/edu/languages/google-python-class/index.html&quot;&gt;Google&apos;s Python Class&lt;/a&gt;&lt;br&gt;
* &lt;a href=&quot;http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/video-lectures/&quot;&gt;MIT&apos;s OpenCourseWare&lt;/a&gt; videos (you can&apos;t act like you&apos;re a student and take the quizzes, too)&lt;br&gt;
* &lt;a href=&quot;http://www.diveintopython.net/toc/index.html&quot;&gt;Dive Into Python&lt;/a&gt;&lt;br&gt;
* &lt;a href=&quot;http://www.sthurlow.com/python/&quot;&gt;Sthurlow.com&apos;s Python Tutorial&lt;/a&gt;&lt;br&gt;
* &lt;a href=&quot;http://www.penzilla.net/tutorials/python/index.shtml&quot;&gt;Penzilla.net&apos;s Python Tutorial&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.214663-3097838</guid>
		<pubDate>Sun, 06 May 2012 10:36:04 -0800</pubDate>
		<dc:creator>jwmollman</dc:creator>
	</item><item>
		<title>By: jwmollman</title>
		<link>http://ask.metafilter.com/214663/Give-me-a-roadmap-for-coding#3097839</link>	
		<description>Oops, you *can* act like you&apos;re a student.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.214663-3097839</guid>
		<pubDate>Sun, 06 May 2012 10:36:53 -0800</pubDate>
		<dc:creator>jwmollman</dc:creator>
	</item><item>
		<title>By: prunes</title>
		<link>http://ask.metafilter.com/214663/Give-me-a-roadmap-for-coding#3097917</link>	
		<description>@SillyShepherd,&lt;br&gt;
&lt;br&gt;
I&apos;m more wondering about the roadmap for after a book like that.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.214663-3097917</guid>
		<pubDate>Sun, 06 May 2012 12:17:03 -0800</pubDate>
		<dc:creator>prunes</dc:creator>
	</item><item>
		<title>By: last_fall</title>
		<link>http://ask.metafilter.com/214663/Give-me-a-roadmap-for-coding#3098081</link>	
		<description>Have you seen &lt;a href=&quot;http://www.udacity.com&quot;&gt;Udacity&apos;s&lt;/a&gt; classes? I believe they are all taught in Python. CS101 might be too basic for you, but CS212 gets into some of python&apos;s more advanced features (list comprehensions, lambda forms, generators, etc.). And it&apos;s taught by Peter Norvig!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.214663-3098081</guid>
		<pubDate>Sun, 06 May 2012 15:51:14 -0800</pubDate>
		<dc:creator>last_fall</dc:creator>
	</item><item>
		<title>By: ob1quixote</title>
		<link>http://ask.metafilter.com/214663/Give-me-a-roadmap-for-coding#3098110</link>	
		<description>Okay, I&apos;ve been looking at this question for half an hour now and I&apos;m stumped. Am I misunderstanding that your question is, &quot;I want to learn to write advanced computer programs, but I have no idea why I&apos;d ever want to write such a program?&quot;&lt;br&gt;
&lt;br&gt;
I agree that &lt;i&gt;Think Complexity&lt;/i&gt; is a little dense, but the case studies are all interesting and worthwhile to learn how to create in their own right. The author never mentions the work of Hofstadter, &lt;i&gt;et al.&lt;/i&gt;, &lt;i&gt;q.v.&lt;/i&gt; &lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/0465024750/metafilter-20/ref=nosim/&quot;&gt;&lt;i&gt;Fluid Concepts and Creative Analogies&lt;/i&gt;&lt;/a&gt; and the upcoming &lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/0465018475/metafilter-20/ref=nosim/&quot;&gt;&lt;i&gt;Surfaces and Essences&lt;/i&gt;&lt;/a&gt;. An interesting application of the graph model created in Chapter 2 of &lt;i&gt;Think Complexity&lt;/i&gt; would be to extend the concepts explored by the &lt;a href=&quot;http://www.cogsci.indiana.edu/&quot;&gt;Fluid Analogies Research Group&lt;/a&gt;. Between that and &lt;i&gt;Natural Language Processing with Python&lt;/i&gt; you could perhaps program a computer to learn by reading.&lt;br&gt;
&lt;br&gt;
If artificial intelligence research isn&apos;t your cup of tea, could you give us &lt;em&gt;something&lt;/em&gt; to go on? Computers can be programmed to do myriad wondrous things, but without having any idea what might interest you I&apos;m hard pressed to offer concrete suggestions.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;i&gt;P.S.&lt;/i&gt; After further consideration, please allow me the impudence to suggest that perhaps what you need is a better grasp of the &lt;i&gt;fundamentals&lt;/i&gt;. If you really want to learn to program a computer, I would start with &lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/0321751043/metafilter-20/ref=nosim/&quot;&gt;&lt;i&gt;The Art of Computer Programming&lt;/i&gt;&lt;/a&gt; by Donald Knuth and &lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/013215871X/metafilter-20/ref=nosim/&quot;&gt;&lt;i&gt;A Discipline of Programming&lt;/i&gt;&lt;/a&gt; by Edsger Dijkstra.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.214663-3098110</guid>
		<pubDate>Sun, 06 May 2012 16:29:14 -0800</pubDate>
		<dc:creator>ob1quixote</dc:creator>
	</item><item>
		<title>By: Leon</title>
		<link>http://ask.metafilter.com/214663/Give-me-a-roadmap-for-coding#3098163</link>	
		<description>The dirty little secret of jobbing programmers is that we&apos;re all standing on the shoulders of giants. We spend our days gluing other people&apos;s components together; we mostly don&apos;t do anything hard. Dijkstra is overkill when you just want to do CRUD operations on a database.&lt;br&gt;
&lt;br&gt;
I suggest starting with the question you want to answer, and working backwards from there. Your profile says you&apos;re on last.fm. How about consuming that data and doing something interesting with it? Echonest might help, too.&lt;br&gt;
&lt;br&gt;
Have you got a smartphone? There must be something you wish it did.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.214663-3098163</guid>
		<pubDate>Sun, 06 May 2012 17:34:41 -0800</pubDate>
		<dc:creator>Leon</dc:creator>
	</item><item>
		<title>By: tylerkaraszewski</title>
		<link>http://ask.metafilter.com/214663/Give-me-a-roadmap-for-coding#3098212</link>	
		<description>Like anything else, practice. While there&apos;s plenty that can be learned from books and classes, the single most productive thing you can do is pick a project and see it through to completion. This is how you find yourself stuck on a real-world problem that books never cover but ends up teaching you a lot. For example a book might give you an imaginary scenario in which you write a webserver/http client as an exercise in network communication. It won&apos;t, however, tell you what to do when you&apos;re http client gets back a 302 from a webserver, and these are the sorts of problems that end up teaching you a lot of practical stuff.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.214663-3098212</guid>
		<pubDate>Sun, 06 May 2012 18:28:59 -0800</pubDate>
		<dc:creator>tylerkaraszewski</dc:creator>
	</item><item>
		<title>By: ob1quixote</title>
		<link>http://ask.metafilter.com/214663/Give-me-a-roadmap-for-coding#3098218</link>	
		<description>&lt;a href=&quot;http://ask.metafilter.com/214663/Give-me-a-roadmap-for-coding#3098163&quot;&gt;Leon&lt;/a&gt;: &quot;&lt;i&gt;The dirty little secret of jobbing programmers is that we&apos;re all standing on the shoulders of giants. We spend our days gluing other people&apos;s components together; we mostly don&apos;t do anything hard. Dijkstra is overkill when you just want to do CRUD operations on a database.&lt;/i&gt;&quot;&lt;br&gt;
&lt;br&gt;
This is, of course, true. Even so, as a programmer who makes a living writing database applications built mostly from components written by others, the best thing I ever did for myself was work through TAOCP and Dijkstra.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.214663-3098218</guid>
		<pubDate>Sun, 06 May 2012 18:38:58 -0800</pubDate>
		<dc:creator>ob1quixote</dc:creator>
	</item><item>
		<title>By: philipy</title>
		<link>http://ask.metafilter.com/214663/Give-me-a-roadmap-for-coding#3098559</link>	
		<description>&lt;em&gt;I don&apos;t ... really have much of an idea what I *want* to do.&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
This seems to be your main block to motivation and progress. And that&apos;s not something other people can help you with much. Maybe we could suggest things if you told us more about why you want to learn in the first place, what originally sparked your interest, and what is your idea of a &quot;cool program&quot;.&lt;br&gt;
&lt;br&gt;
Some possibilities for getting inspiration...&lt;br&gt;
&lt;br&gt;
- What are you into? What websites or applications are there around in that area? What would you like to be able to do with them if only it was possible? For example, if you&apos;re a book lover you might look into &lt;a href=&quot;http://www.goodreads.com/&quot;&gt;Goodreads&lt;/a&gt;, and get the idea to build something like &lt;a href=&quot;http://projects.metafilter.com/3452/Degradation&quot;&gt;Degradation&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
- What do you frequently do that would be nice to have automated? What would you like to do more often, but don&apos;t because it&apos;s too much hassle? What problems do you have that you might be able to solve by writing a program?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.214663-3098559</guid>
		<pubDate>Mon, 07 May 2012 08:11:00 -0800</pubDate>
		<dc:creator>philipy</dc:creator>
	</item><item>
		<title>By: yoyo_nyc</title>
		<link>http://ask.metafilter.com/214663/Give-me-a-roadmap-for-coding#3102331</link>	
		<description>I think C++ may be more useful, but yes, learn python. &lt;br&gt;
&lt;br&gt;
sagemath gives you easy access to powerfull math with python&lt;br&gt;
django gives you a framework to create web pages with python.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.214663-3102331</guid>
		<pubDate>Thu, 10 May 2012 06:56:54 -0800</pubDate>
		<dc:creator>yoyo_nyc</dc:creator>
	</item>
	</channel>
</rss>
