TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

11 pointsby bachmitrealmost 4 years ago
And also: which tools (or abilities) are you lacking for a better teaching (and learning) experience ?

7 comments

___luigialmost 4 years ago
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 未加载
ravanpaoalmost 4 years ago
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>
cjcassaralmost 4 years ago
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>
ryanmentoralmost 4 years ago
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 未加载
ragnotalmost 4 years ago
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>
schwartzworldalmost 4 years ago
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.
hulugalmost 4 years ago
As a &quot;coding&quot; teacher I would stop teaching how to &quot;code&quot; and start teaching how to think and solve problems.