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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What are some hobby tech projects for a tech-savvy teenager?

2 点作者 ParallelThread超过 1 年前
I would like recommendations for a hardware/software project that involves coding, building hardware components for an interested 14 year old who knows python.

2 条评论

bosky101超过 1 年前
- creating their version of Google homepage, there is plenty to go down the rabbit hole beginning with the homepage<p>- creating home&#x2F;iot alerts maybe with zapier&#x2F;email&#x2F;twilio<p>- creating a chatbot based on a pdf<p>- creating an RSVP site for your upcoming family _<p>- creating a browser extension<p>- creating a guest wifi login system with credits&#x2F;timeouts<p>- creating a Dropbox alternative with S3<p>- a website that tells you which day of the week you were born<p>You&#x27;re welcome
dominicdoty超过 1 年前
If they&#x27;re interested in software and hardware, robotics is a fun place to start.<p>Line following, object avoidance, maze solving, all sorts of cool options.<p>A relatively cheap option would be the micro:bit [1] and a chassis [2]. The micro:bit can run CircuitPython [3] which is an simplified version of Python that can run on embedded systems.<p>This setup offers lots of room for growth from graphical programming, to circuitpython, and then on to C programming.<p>[1] <a href="https:&#x2F;&#x2F;www.adafruit.com&#x2F;product&#x2F;4781" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.adafruit.com&#x2F;product&#x2F;4781</a><p>[2] <a href="https:&#x2F;&#x2F;www.adafruit.com&#x2F;product&#x2F;4575" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.adafruit.com&#x2F;product&#x2F;4575</a><p>[3] <a href="https:&#x2F;&#x2F;circuitpython.org&#x2F;board&#x2F;microbit_v2&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;circuitpython.org&#x2F;board&#x2F;microbit_v2&#x2F;</a>