PDA

View Full Version : python programs



sxmaxchine
June 26th, 2010, 02:04 PM
Are there any open source programs that are programmed using only or mostly python. It needs to be in python because it is the only langauge i know other then vb.net and web based languages.

beastrace91
June 26th, 2010, 02:06 PM
There are plenty... Be more specific about what you are looking for please?

~Jeff

Viva
June 26th, 2010, 02:07 PM
Software Center
Gwibber
Deluge
Exaile

sxmaxchine
June 26th, 2010, 02:12 PM
i was not looking for anything in particular i was mainly hopeing to get a program source code and practice my python programming and building the program from the source code.

sxmaxchine
June 26th, 2010, 02:12 PM
and thankyou for the repies

donkyhotay
June 26th, 2010, 02:12 PM
Python is currently my language of choice I use to code. If you're just looking for some code to mess around with take a look at project tether (http://code.google.com/p/tether). It's FOSS and written completely in python.

sxmaxchine
June 26th, 2010, 02:15 PM
thanks that program is great

The Real Dave
June 26th, 2010, 02:52 PM
This 1.5KB python web browser (http://kmandla.wordpress.com/2010/05/24/the-1-2kb-python-browser-script/) might interest you then.

doorknob60
June 26th, 2010, 08:24 PM
FoFiX: http://code.google.com/p/fofix/ :D
Want something simpler? Very simple Shutdown Dialog program in PyGTK: http://www.penguindevelopment.org/index.php?title=Release:shutdown-dialog

NightwishFan
June 27th, 2010, 12:13 AM
Thanks for the links, I love python programs.

sxmaxchine
June 27th, 2010, 10:06 AM
thanks for the great links especially the 1.5kb web browser