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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What to implement in Python as a simple OpenSource project?

5 点作者 jozi9超过 10 年前
Main interests are Django, AI, Raspberry. It has a goal of practicing community building at the same time so contributing to an existing project is not feasible (but is on my bucket list:).

2 条评论

ardahal超过 10 年前
Well, all I can suggest you is to build something you're passionate about. Try looking at a small problem that you can solve with this tools. Someone I know did an awesome thing with Python, Raspberry Pi and few sensors. He created a simple setup that would bring down the curtains of his room once the intensity of sunlight outside went beyond a certain threshold. This allowed him to have an hour of extra sleep :)
stadeschuldt超过 10 年前
Maybe start something small. I wrote a python package to interface a Kostal inverter for a photovoltaic system. I needed it myself and decided to put it out there afterwards:<p><a href="http://blog.tafkas.net/2014/08/01/pikopy-a-python-package-for-working-with-a-piko-inverter-from-kostal/" rel="nofollow">http:&#x2F;&#x2F;blog.tafkas.net&#x2F;2014&#x2F;08&#x2F;01&#x2F;pikopy-a-python-package-fo...</a><p>It is also on Github: <a href="https://github.com/Tafkas/KostalPikoPy" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Tafkas&#x2F;KostalPikoPy</a><p>And on Pypi: <a href="https://pypi.python.org/pypi/pikopy" rel="nofollow">https:&#x2F;&#x2F;pypi.python.org&#x2F;pypi&#x2F;pikopy</a>