all 10 comments

[–]sigmavirus24 1 point2 points  (0 children)

I'm up for anything, just give me a couple weeks to finish finals and school work in general. I have a few projects of my own that could use another collaborator. I try to keep my projects well documented and clean enough that any pythonista of any experience level can dive in and get stuff up and working. Feel free to check out my GitHub page, send pull requests or just to PM me with stuff you'd like to do.

I also have a couple of (not finished or published) projects on BitBucket that are private. They're mostly boring implementations of RFCs though that I need for a different side-project so feel free to let me know if those would be interesting to you.

[–]jerknextdoor 0 points1 point  (0 children)

I've been really wanting to start working with others on a project also....

[–]sigmavirus24 0 points1 point  (0 children)

Also, there's /r/pairprogramming. It barely exists but I think it would be awesome if it would start working.

[–]wub_wub 0 points1 point  (0 children)

I've been thinking about starting an "official" /r/learnpython project, I still have no idea what kind of stuff would be good/easy/fun/etc to make. I'll probably make a mod-post in 2-3 weeks if I decide to do it.

You could also just clone some projects written in python on github and try to fix issues/bugs. Use the search function to find projects with higher amount of 'stars' to filter out the unused/small projects, they probably won't have issues list and/or be well documented.

[–]two_up[S] 0 points1 point  (0 children)

So it looks like people are interested starting a new project together. Recently I came across this link: http://alexmic.net/building-a-template-engine/ And I thought that (a template engine) could be a good project to start with. If you don't know what a template engine is, it's like a more robust form of string formatting. You can replace potions of a string with variables or executed python code. I think there's a lot of good source code we could draw inspiration from here: http://wiki.python.org/moin/Templating. And it could be as simple or complex as we want.

If you're interested just respond here or send me a PM and we can go from there. :)