Live data from Hacker News

Ask HN: What should I learn to become a computer scientist?

news.ycombinator.com

11–17 of 17 posts

Re: Ask HN: What should I learn to become a computer scientist?

#11
post #5
post #4

Does he want to study computer science or software engineering? If he wants to study computer science he should take lots of math, particularly courses that involve proofs. I recommend algebra, graph theory, and combinatorics in particular. I'd recommend Haskell or SML as programming languages since they have so much theory behind them. Haskell has a great community and is really nice to use, but SML is simpler to st…

Erm.... this is all well and good, but is this really something you'd want to start a 14 year old out with?

This is what I would have liked when I was 14. I was more interested in the theory but most introductory material was just about writing software.

Re: Ask HN: What should I learn to become a computer scientist?

#14

Get a TI calculator and try making some simple games for it in TI Basic. The calculator is nice because you can program in your not-so-great history classes or whatever. Also start messing around with Python, there is no overhead and you can get started quickly. Paying attention to math is important, but more important is honing your problem solving skills. (Addressed everything to the OPs cousin for readability)

I would not recommend doing it in the history classes though. In my school we had a great history class throughout high school. It taught me analytical thinking and processing of events to come up with a strategy. Studying history is as important as studying math or physics. The latter two are basic sciences, but the former expands your mind.

If you find the history class boring, try doing this. Instead of reading up all about and even in history in your textbook try to read one half (or a quarter if you feel overly adventurous) and then try to reason out what would you have done and why. Then read the other part and match your thinking with what actually happened. My history teacher used to do this type of exercises with us on a regular basis. This improved our critical thinking and ability to decide on strategies to tackle events in life.

Re: Ask HN: What should I learn to become a computer scientist?

#15
post #8
post #6

I'd recommend the little schemer: http://www.ccs.neu.edu/home/matthias/BTLS/ I think if I'd seen this book when I was about that age, I'd have loved computer science.

Another ebook I recently came across is: http://inventwithpython.com/ It teaches python through building basic computer games. A fun way to learn.

seems very nice!

Re: Ask HN: What should I learn to become a computer scientist?

#16

Get a TI calculator and try making some simple games for it in TI Basic. The calculator is nice because you can program in your not-so-great history classes or whatever. Also start messing around with Python, there is no overhead and you can get started quickly. Paying attention to math is important, but more important is honing your problem solving skills. (Addressed everything to the OPs cousin for readability)

This is basically what I did in 8th grade, then in 9th grade I joined the FIRST robotics team in our high school, which I would strongly recommend if there is one available.

Re: Ask HN: What should I learn to become a computer scientist?

#17
Well maybe he doesn't understand the differences between: computer scientist

computer programmer

software engineer

You might think they are the same thing but they're not. A computer scientist would end up in academia doing research. A computer programmer writing programs and a software engineer design then building systems.

Learning to program for a budding computer scientist is the worst possible thing to do. It contaminates the mind with what ever preconceptions the chosen language may provide. Ok, maybe Lisp and Scheme not so much - but still ...

Post reply on HN