NexH comments on Most transferable skills? - Less Wrong

16 Post author: kalla724 11 May 2012 09:58PM

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

Comments (75)

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

Comment author: NexH 12 May 2012 10:38:37AM 2 points [-]

Programming is a great example of a transferable skill. Beyond being fun, and highly useful for solving many mathematical problems (and this is a very broad category), it can be helpful for automatizing repetitive tasks in various areas.

For example, last week I had to convert the imperial units in a document to metric ones. Probably there are other resources for doing this, but with a basic (2.5 months of learning) knowledge of Python and less than an hour of coding I was able to automatize most of the work, saving myself time and probably avoiding errors and tedium.