PDA

View Full Version : Python projects



CrazyMonkeyFox
June 23rd, 2009, 01:03 PM
I recently started programming in python. Having studied other languages before I'm picking it up quite fast. I was just wondering is there any open projects in this community in python that I can help with or whatever.

madverb
June 23rd, 2009, 01:26 PM
Rewrite the Schedule Plugin for Deluge 1.x!

CrazyMonkeyFox
June 23rd, 2009, 01:45 PM
Guessing that was humor? Text lacks the ability to purvey tone unfortunately. :)

regala
June 23rd, 2009, 02:21 PM
Guessing that was humor? Text lacks the ability to purvey tone unfortunately. :)

I think it is an answer :)
don't post anything like "what projects can I or should I involve myself with ?" if you're not ready to get serious answers :D

cheers and very happy python programming :)

CrazyMonkeyFox
June 23rd, 2009, 02:33 PM
Well its a pretty vague request, and as its a piece of software I have no experience with, perhaps a few things he'd like changed.

simeon87
June 23rd, 2009, 02:37 PM
I think that's the point: people can't choose projects for other people, they must choose them themselves because we only loosely know the person's interests and experiences.

CrazyMonkeyFox
June 23rd, 2009, 02:50 PM
Well I was just thinking that as a community there might be some open projects, that ppl can help on. Otherwise I'll think of something and post it here to see if i should go about it.

regala
June 23rd, 2009, 02:53 PM
Well I was just thinking that as a community there might be some open projects, that ppl can help on.

there is:


Rewrite the Schedule Plugin for Deluge 1.x!

:)

CrazyMonkeyFox
June 23rd, 2009, 03:03 PM
Arite jeez, I'll take a look :D

matmatmat
June 23rd, 2009, 03:40 PM
How about this (https://launchpad.net/pypicslideshow)? :)
More seriously, how about bazaar, I had a look and they have an irc.

rocketflame
June 23rd, 2009, 06:25 PM
How about blender 3D?

I believe that's written in Python

http://www.blender.org/

nvteighen
June 23rd, 2009, 06:34 PM
Just don't get obsessed and improve your skills by writing personal projects... meanwhile, look at other projects. When you find one, just get in, but be sure to have the enough skill to master the source. Checkout the source anonymously, read it, understand it, read the TODO list, etc. before you get involved.

CrazyMonkeyFox
June 24th, 2009, 09:09 AM
How about blender 3D?

I believe that's written in Python

http://www.blender.org/

What now? I use that, I just don't see how this can be considered a project I can help on.
And ye, I do practice, I just wanna try my hand at something a little more useful.

madverb
June 24th, 2009, 10:41 AM
http://forum.deluge-torrent.org/viewtopic.php?f=9&t=7855

master_kernel
June 26th, 2009, 09:26 PM
KernelCheck: https://code.launchpad.net/kernelcheck

StunnerAlpha
June 27th, 2009, 12:13 PM
I recently posted this simple script up on sourceforge: http://sourceforge.net/projects/frozendirectory/

It basically backs-up files by command line into "frozen" directories and puts the file in a folder with its own date and auto-appends numbers to the end of files to avoid overwriting other files. Its a handy tool for developers when developing and they want to make incremental backups of thier work.

As of now it is really lightweight and would be easy for a beginner to pick up and understand, but I have plans for the script to become a fully-fledged terminal-driven backup program. So if you (or anyone else) is interested in it let me know. You can PM me, or contact me through sourceforge about the project.

smartbei
June 27th, 2009, 10:06 PM
I recently posted this simple script up on sourceforge: http://sourceforge.net/projects/frozendirectory/

It basically backs-up files by command line into "frozen" directories and puts the file in a folder with its own date and auto-appends numbers to the end of files to avoid overwriting other files. Its a handy tool for developers when developing and they want to make incremental backups of thier work.

As of now it is really lightweight and would be easy for a beginner to pick up and understand, but I have plans for the script to become a fully-fledged terminal-driven backup program. So if you (or anyone else) is interested in it let me know. You can PM me, or contact me through sourceforge about the project.

This sounds like SVN... with some missing features. Have you taken a look at revision control systems?

StunnerAlpha
June 28th, 2009, 03:28 AM
This sounds like SVN... with some missing features. Have you taken a look at revision control systems?

No actually I haven't. Thanks for the tip.

CrazyMonkeyFox
June 29th, 2009, 04:42 PM
Thanks for all the replies, keep em coming, I will be contacting ppl as they post. : D

.Maleficus.
June 30th, 2009, 04:49 AM
If you want to get into the whole game programming scene, Frets on Fire (http://fretsonfire.sourceforge.net/) is a Guitar Hero clone that is written in Python and uses Pygame. Check out FoFiX (http://code.google.com/p/fofix/) too - it originally started as a branch some guy started and has developed into the most widely used version of Frets on Fire.