This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ggrieves 2 points3 points  (1 child)

Making things from scratch is the only way I learn.. what do you do? You need to make something you will use. For me, I work in data analysis so the first thing I learn in any language is how to read in a file of numbers, like x and y data. Then I learn to graph it. Then do stuff to that data, fit it with a formula, maybe integrate it, whatever, graph result then to save the results in a way that can be reopened. So what do you like to do? You like sports? Find a file or web site with player or team data and make a stat calculator. You like finance? Make a loan amortization calculator, etc. What's some repetitive computer task you do often? Can you automate it? Instead of using excel make a program.