Hacker News new | ask | show | jobs
by tboyd47 3002 days ago
Find a good, up-to-date reference manual for the language and read through it a couple of times. Then do a lot of data processing exercises.
1 comments

what do you mean by data processing exercises?
Things like transforming data from one format to another, algorithms to process large amounts of data, etc. I singled out this type of code because it tends to involve writing lots of code that uses the standard library of your language, but the point is to become very familiar with your standard library.
ohh I got the picture now! Thanks mate :)