展示HN:Quote Saver – 我开发的一个简单命令行工具,用于存储我喜欢的名言。
嘿,HN,
作为个人30天技术成长挑战的一部分,我用Python构建了一个基本的命令行应用程序,可以让你保存、查看和删除个人名言。
这个应用很简单,但我的目的是让自己更习惯于构建真实的东西,并每天分享。你可以在终端或Jupyter笔记本中运行它,它只使用了基本的Python(列表、循环、函数等)。
如果有做过类似挑战的人,欢迎提供反馈——或者分享一下如何在此基础上继续成长的想法。
谢谢!
查看原文
Hey HN,<p>As part of a personal 30-day tech growth challenge, I built a basic command-line app in Python that lets you save, view, and delete personal quotes.<p>It’s simple, but the idea is to get more comfortable building real things and sharing them daily. You can run it in a terminal or Jupyter notebook, and it uses just basic Python (lists, loops, functions, etc.).<p>Would love any feedback from those who've done similar challenges—or thoughts on how to keep growing from here.<p>Thanks!