Python(或者也许是 JavaScript / Ruby):开源项目将给我一些帮助
我一直在互联网上漫游,寻找我的第一个开源项目来做出贡献 - 最酷的项目似乎是 github 上的单人乐队,我可以 fork - 但不太提供代码复习等等我想我想要的,这样我就可以提高我的Python能力。
Web.py、flask、celery、twisted 等看起来很有趣 - 到目前为止,只有后者似乎是我可以做出适当贡献的候选者,但即使我是一个不错的 python 程序员,我认为整个事件驱动的事情是对于我来说,学习曲线可能太陡峭,无法在一段时间内做出有意义的贡献……所以我可能想从其他地方开始。
有什么建议吗?
顺便提一句。是的,这里有一个重复的问题: https://stackoverflow.com/questions/117561/what-are-good-open-source-projects-in-python-for-which-i-can-be-a-contributor - 但它已经有两年了,我认为可以公平地假设在此期间会出现新的东西/项目。
谢谢!
Ive been roaming around the interwebs looking for my first open-source project to contribute to - and most cool ones seem to be one-man bands on github, which I could fork - but wouldnt quite provide the code review etc. i think i want, so i can improve my python abilities.
Web.py, flask, celery, twisted etc look interesting - so far only the latter seems like a candidate for something I could properly contribute to, but even though im a decent(ish) python programmer, I think the whole event driven thing is probably too steep a learning curve for me to be able to contribute meaningfully for a while... so i'd probably like to start elsewhere.
Any suggestions?
btw. yes, there is a duplicate question here: https://stackoverflow.com/questions/117561/what-are-good-open-source-projects-in-python-for-which-i-can-be-a-contributor - but it is two years old, I think it is fair to assume new stuff / projects will have emerged in the interim.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以看一下,看看您是否觉得 RCTK 值得贡献。我试图尽可能地Python化,如果你觉得有趣的话,它实际上支持Python 3,甚至编写演示应用程序也被认为非常有用。
我(首席开发人员)目前已经有两个贡献,其代码我正在审查。这似乎运作良好。
You could have a look and see if you find RCTK interesting to contribute to. I'm trying to be as pythonic as possible, it actually supports python 3 if you find that interesting, and even writing demo applications is considered very useful.
I (the head developer) currently already have two contributes whose code I review. This seems to work well.
浏览谷歌夏季代码提案是一种可能性——并非所有项目都被学生选中,组织可能仍然欢迎任何愿意参与这些项目的人。当然,参加 gsoc 是另一种选择!
Looking through the google summer of code proposals is a possibility -- not all the projects have been picked by students, and the organizations probably still would welcome anyone willing to work on them. Participating in gsoc is another option, of course!