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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: As a coding teacher in middle / high school, which tools are you using?

11 点作者 bachmitre将近 4 年前
And also: which tools (or abilities) are you lacking for a better teaching (and learning) experience ?

7 条评论

___luigi将近 4 年前
I&#x27;m not a teacher, but I heard good things about replit <a href="https:&#x2F;&#x2F;replit.com&#x2F;teams-for-education" rel="nofollow">https:&#x2F;&#x2F;replit.com&#x2F;teams-for-education</a>
评论 #27425841 未加载
ravanpao将近 4 年前
You should checkout Teaching Python Podcast run by two teachers teaching Python to middle school kids. <a href="https:&#x2F;&#x2F;www.teachingpython.fm&#x2F;episodes" rel="nofollow">https:&#x2F;&#x2F;www.teachingpython.fm&#x2F;episodes</a>
cjcassar将近 4 年前
I think codesandbox is quite good. I always find that one on ones are the best way to enhance the learning experience.<p><a href="https:&#x2F;&#x2F;codesandbox.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;codesandbox.io&#x2F;</a>
ryanmentor将近 4 年前
I have been a teacher, tutor, and head of school clubs, as well as director of education for makerspaces.<p>The tools to focus on are THE FUNDAMENTALS. The fundamentals start with the framing - that means talking about Software Freedoms and our relationship with technology and society.<p>Then once the foundations are in place, the Free Tech starts to matter. Linux, Firefox, Devtools + html&#x2F;js, Scratch etc.<p>Be sure you&#x27;re clear on what your own goals are. Are you an entertainer, or an educator?
评论 #27524278 未加载
ragnot将近 4 年前
Not a teacher, but its always good to start kids young on vim: <a href="https:&#x2F;&#x2F;vim-adventures.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;vim-adventures.com&#x2F;</a>
schwartzworld将近 4 年前
I would focus on web technologies. Getting something on the screen with html and css is trivial, and JavaScript is very powerful.<p>Best of all, every computer has a built in JavaScript runtime (web browser). This makes it easy to share what you build with friends and family.
hulug将近 4 年前
As a &quot;coding&quot; teacher I would stop teaching how to &quot;code&quot; and start teaching how to think and solve problems.