tags:

views:

53

answers:

3

I've a fair amount of competence in python and am learning Django on the job. I've always heard that you can buff both your skills and your resume by working on open source projects, so I'd like to get into some that use python. Unfortunately, I don't know of an easy way to find open source projects by primary language.

Obviously, this applies to more languages than python, so hopefully others can use this once it's answered. [Also, not tagging as python, since the question is general.]

A: 

The majority of Open Source Python projects are listed on PyPI, so you could start there.

Alternatively, here's a list of Source Forge's Python projects (which I got to by picking a random Python project, clicking Details, then clicking Python).

RichieHindle
+1  A: 

Python projects on SourceForge: http://sourceforge.net/softwaremap/trove_list.php?form_cat=178

Eric
A: 

You can check on

Google code projects hosting

Sourceforge

Codeplex "just Microsoft languages"

Amr ElGarhy