Live data from Hacker News

Ask HN: What are some recs for a high school student interested in programming?

news.ycombinator.com

1–10 of 12 posts

Ask HN: What are some recs for a high school student interested in programming?

#1
My friend's son is interested in programming, but his high school doesn't offer any computer science courses. What are some online resources that I can send his way for him to 1) learn what programming is/what a programmer does, 2) learn about career options if you get a degree in CS and 3) learn how to code?

I think the free lectures available online for introductory CS classes are a good start (for example, cs106a from stanford: https://www.youtube.com/view_play_list?p=84A56BC7F4A1F852 ). What else would be good?

Re: Ask HN: What are some recs for a high school student interested in programming?

#4

I'd say to try Harvard's CS50, and if he gets stuck to seek out a mentor or one of the online communities to help answer questions.

By online communities do you mean hacker news/reddit, places like that?

Sorry I should have been more specific, I believe the edx cs50 has a discord group and a slack group with active students taking the course.

Ideally he should find someone also interested and take it together, from my experience learning hard things is significantly easier when you have someone to talk to whose also struggling.

Re: Ask HN: What are some recs for a high school student interested in programming?

#5
I've recently begun to learn a programming language (python) at age 27. I'm using various resources including youtube, however the one which has been most helpful has been codecademy.com

I highly recommend it and I'm actually kinda sad that I didn't begin to learn 10 years ago.

Re: Ask HN: What are some recs for a high school student interested in programming?

#6
If he's really dedicated to learning about CS, I would recommend the curriculum at https://teachyourselfcs.com/. It outlines a traditional CS curriculum and the best online books/courses related to each topic.

As a high school student interested in CS, guidance like this has really helped me out, since I don't really have a mentor.

Re: Ask HN: What are some recs for a high school student interested in programming?

#7

I'd say to try Harvard's CS50, and if he gets stuck to seek out a mentor or one of the online communities to help answer questions.

By online communities do you mean hacker news/reddit, places like that?

I second the advice on CS50. I took it when learning to program and found it very valuable.

There is a subreddit [0] for the class where the instructor (David Malan) posts frequently. Very helpful for asking questions and learning more!

[0]: https://www.reddit.com/r/cs50

Re: Ask HN: What are some recs for a high school student interested in programming?

#8
A friend found this https://www.coursera.org/learn/programming-fundamentals I took the class so I could help her if needed. It is a very good class on how to THINK as a programmer. It does not teach any programming language but is IMHO a perfect intro.

Re: Ask HN: What are some recs for a high school student interested in programming?

#9
CS50x on edx is probably the best introduction to CS and programming available online. He really can't go wrong with that.

If he's not in a rush, he would probably benefit from first reading and working through How to Design Programs by the Racket folks. It covers higher-level concepts than CS50 that would benefit programmers of any level and uses a series of Lisp-y languages to do so. The design process it teaches will allow him to program more systematically and prepare him to tackle other programming courses.

Re: Ask HN: What are some recs for a high school student interested in programming?

#10

If he's really dedicated to learning about CS, I would recommend the curriculum at https://teachyourselfcs.com/ . It outlines a traditional CS curriculum and the best online books/courses related to each topic. As a high school student interested in CS, guidance like this has really helped me out, since I don't really have a mentor.

Bradfield is an excellent resource and Oz and his team are fantastic.

The only caveat would be that a lot of Bradfield’s curriculum assumes that students have some programming background already, so it might make sense as a secondary resource after starting with some more basic programming courses.

Post reply on HN