koning_robot comments on Public Service Announcement Collection - Less Wrong

37 Post author: Eliezer_Yudkowsky 27 June 2013 05:20PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (328)

You are viewing a single comment's thread. Show more comments above.

Comment author: Dr_Manhattan 29 June 2013 04:49:17PM *  2 points [-]

P/S/A: If you are smart and underemployed, you can very quickly check to see if you are a natural computer programmer by pulling up a page of Python source code and seeing whether it looks like it makes natural sense, and if this is the case you can teach yourself to program very quickly and get a much higher-paying job even without formal credentials.

Here is the above-mentioned page of python code (IMO)

http://learnxinyminutes.com/docs/python/

Also, you can build confidence and to some degree (increasingly) credibility by taking online courses at udacity, coursera, and edx.

Feel free to PM me if you want more specific info, I sort of fell into knowing a bit about this. I also do a lot of interviewing at work.

Comment author: koning_robot 29 June 2013 09:29:45PM 2 points [-]

Hrrm. I don't think it's that simple. Looking at that page, I imagine nonprogrammers wonder: * What are comments? * What are strings? * What is this "#=>" stuff? * "primitives"? * ... This seems to be written for people who are already familiar with some other language. Better to show a couple of examples so that they recognize patterns and become curious.

Comment author: Dr_Manhattan 30 June 2013 12:50:21PM 0 points [-]

You have a point, there might be something more customized to people who have never programmed, but I like the simplicity of it.

Comment author: LucasSloan 11 July 2013 11:26:54PM 0 points [-]

It's a wonderful reference if nothing else.