Tagged Questions
5
votes
1answer
220 views
Good open source projects to master Python concurrency [closed]
Concurrent programming in Python is very colorful (and confusing too). There's just too many options with each having it's pros and cons...
Thread based (threading module)
Process based ( ...
2
votes
1answer
232 views
Getting involved in an open-source Python-Java project [closed]
I'm a first-year PhD student in Ireland. My background is in mathematics, though I'm going to stream my career into programming with Python, Java and C++ languages. I have some good experience with ...
4
votes
4answers
167 views
What should I do before open sourcing a project?
I am planning on opening sourcing a project that I've been working on for a while and that I think would benefit the community. I've already cleaned up the code, added a reasonable license, and wrote ...
1
vote
2answers
149 views
Any advices for someone looking to start an opensource project in Python/Django?
I'm starting to feel confident in my Python skills so i would like to start an open source project to further sharp my Python skills (as my current job is with PHP unfortunately) and also to give ...
3
votes
5answers
1k views
Looking for an open source project in Python
I am looking for practical tasks to get experience with Python. Just reading the books and not doing any tasks in the language is not effective.
I solved some problems on the Project Euler and ...
6
votes
4answers
1k views
Open source projects, how to choose?
I would like to join an open source project since I think I am good enough at programming to progress onto reading others code and to modify it. But the proble mis, how would I choose an open source ...
13
votes
11answers
1k views
Why hasn't C# gained much traction within the opensource community?
I'm not expecting C# to be on par with say Java or Python in the open source community, but it still surprises me just how far behind it is.
'Multi language' open source repos like google code or ...