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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How can a newbie contribute to an open source project in python?

3 点作者 anantzoid超过 13 年前
I've just learned the basics of python, and I suppose that, for becoming a perfectionist, practice and coding is the best way. So what kind of contribution can I make to a project written in python, though I may not understand it fully.

2 条评论

truebosko超过 13 年前
Most mature Python projects will have unit tests, and most of those will be incomplete / broken. Reading the tests will help you understand the use-cases of the program, learn some Python along the way, and then contribution by your own additions.
mcotton超过 13 年前
Python has a great community and Github makes it super easy to contribute.<p>Step 1: Create a github account Step 2: Look at other projects you find interesting, clone them and try them out. If you have a hard time installing it or using it, improve something about it and submit a pull request. Even if it is just improving the README. Step 3: Repeat.<p>You can always tear apart my projects and improve them if you are interested. <a href="http://github.com/mcotton" rel="nofollow">http://github.com/mcotton</a>