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: JoshuaFox 18 June 2013 08:41:34AM 2 points [-]

Chris, if your goal is to get a job, it may help to think about what an employer wants to see when to make you an offer for a good first job.

Don't let this distract you from the joy of learning, or from learning material that is not directly relevant, but it may provide a motivator. In the end, you'll be providing value to someone, so you may as well start thinking of it now.

Why not choose an open-source project that is well-known, and which has been historically open to accepting patches. Then find some bug that you can fix. There are tools to help you find all this. Then submit a patch, and you can honestly say that you contributed to the famous project.

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.