TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Resources to teach high schoolers to code?

36 点作者 qsymmachus大约 7 年前
I have a friend in NYC who has volunteered to teach high schoolers programming this summer. She&#x27;s a public school teacher with limited resources, but she&#x27;s been given free rein to teach whatever she wants, and asked me for guidance.<p>Her goal is to get the kids building basic web apps by the end of the summer. It&#x27;s an ambitious goal but I think it&#x27;s doable. Some resources I suggested so far:<p>* code.org for free curricula and guidance<p>* glitch.com as an easy and fun platform to start building web apps<p>Are there any other good tools she should check out? Any organizations in the NYC area that could help her? Thanks!

15 条评论

teach大约 7 年前
Taught programming to high school students for twenty years....<p>I liked using a bunch of projects with increasing difficulty that students could move through at their own pace. The difference in coding aptitude is really quite astonishing.<p>I wrote a blog post explaining how I used to teach beginners in tremendous detail: <a href="https:&#x2F;&#x2F;grahammitchell.com&#x2F;writings&#x2F;how-i-teach-beginners.html" rel="nofollow">https:&#x2F;&#x2F;grahammitchell.com&#x2F;writings&#x2F;how-i-teach-beginners.ht...</a><p>I&#x27;m not a big fan of CodeCademy; it&#x27;s seductive but the kids end up not knowing how to do very much at the end.<p>Khan Academy has a decent HTML&#x2F;CSS&#x2F;JavaScript curriculum. I never personally used it with students because I wasn&#x27;t teaching Web Development anymore once they rolled it out. However, I think it looks pretty good. Might be a little fast for some kids.<p>Anyway, hope that helps.
评论 #16467036 未加载
评论 #16454994 未加载
mathgeek大约 7 年前
Just in case you haven&#x27;t run into yet, we also have a specific page on Glitch to highlight &quot;learn to code&quot; projects:<p><a href="https:&#x2F;&#x2F;glitch.com&#x2F;learn-to-code" rel="nofollow">https:&#x2F;&#x2F;glitch.com&#x2F;learn-to-code</a>
52-6F-62大约 7 年前
When I was in high school we used BASIC and then Turing to learn basic instructions. With Turing we were able to learn to draw some basic graphics to the screen, etc. I&#x27;m not sure how applicable it would be to web app cases, but it was at least a little engaging at the time.<p><a href="http:&#x2F;&#x2F;tristan.hume.ca&#x2F;openturing&#x2F;" rel="nofollow">http:&#x2F;&#x2F;tristan.hume.ca&#x2F;openturing&#x2F;</a><p>To build a full web app for the first time without previous exposure could get messy quickly given the current landscape. Maybe start with a simpler website that includes laying out some HTML, styling it, and adding some basic front-end interactivity.<p>If there&#x27;s a pre existing server that they could interact with, maybe that would help with encouraging them by giving them more immediate results without skimming too much of the detail into what they&#x27;re actually building, rather than just learning <i>too</i> much by rote.<p>A bit of a search pointed me to Udemy which has a free course covering HTML&#x2F;CSS laid out already. It wouldn&#x27;t be too hard to build on something like that to show how Javascript interacts with elements on a web page.<p><a href="https:&#x2F;&#x2F;www.udemy.com&#x2F;build-your-first-website-in-1-week&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.udemy.com&#x2F;build-your-first-website-in-1-week&#x2F;</a>
dictum大约 7 年前
It&#x27;s not exactly a teaching resource, but one tool I think high schoolers will be interested in is the browser&#x27;s dev tools.<p>Showing how they can modify websites they visit - even if just to replace a phrase on the homepage of their school&#x27;s website with something else, like legal graffiti - can interest them in one kind of code - web code. It&#x27;s not the only or even most important kind of programming, but it&#x27;s highly accessible&#x2F;relatable to high schoolers.
montrose大约 7 年前
I&#x27;ve heard Repl is becoming popular with teenagers, and it&#x27;s free. <a href="http:&#x2F;&#x2F;repl.it" rel="nofollow">http:&#x2F;&#x2F;repl.it</a>
applecrazy大约 7 年前
As a high school student, I&#x27;ve heard great things about Hack Club[1]. It&#x27;s a full HS coding curriculum with a community of high school students behind it. I believe HN user zachlatta could be able to help you (he runs the program).<p>[1]: <a href="https:&#x2F;&#x2F;hackclub.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hackclub.com&#x2F;</a>
asicsp大约 7 年前
* Lightbot : Code Hour app: <a href="https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.lightbot.lightbothoc" rel="nofollow">https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.lightbot.l...</a><p>* games list: <a href="https:&#x2F;&#x2F;medium.mybridge.co&#x2F;12-free-resources-learn-to-code-while-playing-games-f7333043de11" rel="nofollow">https:&#x2F;&#x2F;medium.mybridge.co&#x2F;12-free-resources-learn-to-code-w...</a><p>* side bar of this subreddit: <a href="https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;programmingforkids&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;programmingforkids&#x2F;</a><p>* also this Q&amp;A site: <a href="https:&#x2F;&#x2F;cseducators.stackexchange.com&#x2F;questions?sort=votes" rel="nofollow">https:&#x2F;&#x2F;cseducators.stackexchange.com&#x2F;questions?sort=votes</a>
cornholio大约 7 年前
Mostly geared to middle school and absolute beginners but worth mentioning:<p>Scratch is a visual environment that will teach the basic of algorithms, loops, decisions, variables etc. using just drag and drop. It has sprites, sounds and everything you need to create rich flash games that can be exported to the web, so coding it&#x27;s very rewarding, here is what a 12 y&#x2F;o can create: <a href="https:&#x2F;&#x2F;scratch.mit.edu&#x2F;projects&#x2F;203422373&#x2F;" rel="nofollow">https:&#x2F;&#x2F;scratch.mit.edu&#x2F;projects&#x2F;203422373&#x2F;</a>
scorpion_farmer大约 7 年前
This blog has some good ideas about teaching Python to high school students: <a href="http:&#x2F;&#x2F;blog.jrheard.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;blog.jrheard.com&#x2F;</a>
newbear大约 7 年前
Freecodecamp.com - I&#x27;m surprised nobody here is touting it. It&#x27;s the best. Has a forum, has a curriculum, hits on computer knowledge students might have gaps in, uses github, is open source, etc. glitch is a cool way to do a full stack demo but you need to go through some learning on your own first I think and FCC is the best free tool there is
foopod大约 7 年前
Code Club is great. Has a one year curriculum of Scratch -&gt; HTML &amp; CSS -&gt; Python.<p>Aimed at 10-12, but easily caters to other ages too.<p>Have a look at the tutorials below...<p><a href="https:&#x2F;&#x2F;codeclubprojects.org&#x2F;en-GB&#x2F;" rel="nofollow">https:&#x2F;&#x2F;codeclubprojects.org&#x2F;en-GB&#x2F;</a>
disqard大约 7 年前
Check out the projects listed at the Center for Game Science. Two of them (DragonArchitect and BlockStudio) are all about introducing programming concepts to novices. Disclosure: I&#x27;m a grad student at CGS.
hervan大约 7 年前
I&#x27;m no educator, but this material caught my eye a while ago: <a href="http:&#x2F;&#x2F;csfieldguide.org.nz&#x2F;" rel="nofollow">http:&#x2F;&#x2F;csfieldguide.org.nz&#x2F;</a>
dopeboy大约 7 年前
ScriptEd (scripted.org) has a curriculum on GitHub which might be helpful to your friend.
Mechasparrow大约 7 年前
Here&#x27;s some additional resources<p>Web Apps: - freecodecamp - codeacademy<p>That&#x27;s all I really got for now :)