You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

ChristianKl comments on Learning programming: so I've learned the basics of Python, what next? - Less Wrong Discussion

8 Post author: ChrisHallquist 17 June 2013 11:31PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (67)

You are viewing a single comment's thread. Show more comments above.

Comment author: ChristianKl 19 June 2013 08:29:12AM 0 points [-]

Why not choose an open-source project that is well-known, and which has been historically open to accepting patches.

How do you know as someone who never participated in an open source project whether a particular open source project is historically open to accepting patches?

Comment author: JoshuaFox 19 June 2013 11:22:44AM *  1 point [-]
  1. Here is a recent article with statistics on openness to accepting pull requests in various projects.

  2. An article on ways to contribute if you're not yet ready to contribute large amounts of OS code: Bug reports, bug fixes, documentation, etc.

  3. At Ohloh, you can browse data on lots of projects and get a feel for how active each one is.

  4. CodeHatch is designed specifically to get volunteers on-board OS projects.