koning_robot comments on Public Service Announcement Collection - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (328)
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.
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.
You have a point, there might be something more customized to people who have never programmed, but I like the simplicity of it.
It's a wonderful reference if nothing else.