Re: parsing XML

2010-05-16 Thread Jake b
2010 17:20:57 -0700 (PDT) > In-Reply-To: <4beec709$0$18653$4fafb...@reader3.news.tin.it> > References: > >         <4beec709$0$18653$4fafb...@reader3.news.tin.it> > Date: Sat, 15 May 2010 19:20:57 -0500 > Message-ID: > Subject: Re: parsing XML > From: Jake b

Re: tone generation for motherboard and sound card speakers?

2010-05-16 Thread Jake b
For sound ( not internal beep ) you can check out: - pygame: http://www.pygame.org/project-PygSoundTestTest-1453-.html - python.org/sound : http://wiki.python.org/moin/PythonInMusic - pk http://trac2.assembla.com/pkaudio/ - pureData http://puredata.info/Members/thomas/py -- Jake --

View Html/ py code in a zip as HTML/text ? ( for phone )

2010-05-19 Thread Jake b
I'm trying to figure out the best way to view python snippets / smaller files on the itouch/iPhone. I'm reading a new projects docs, but it's not easy to view the zip. It can't view zip files. Say I want to read pyglet examples, I need unzip at least one file and serve that. If it is text/HTML/py

Re: where are the program that are written in python?

2010-05-21 Thread Jake b
did this not go to the list? Arg, reply does in other mailing list. On Fri, May 21, 2010 at 5:48 AM, Jake b wrote: > I took it as game-domain only question: > I don't know of any big game written in python. ( meaning python code, > using c++ libs. ) Verses games that at

Re: client server console app with cmd library

2010-05-21 Thread Jake b
Networking can be hard. I'd suggest checking out these libs. pygame mastermind: http://www.pygame.org/project-Mastermind+Networking+Lib-859-1773.html podSixNet : http://mccormick.cx/projects/PodSixNet/ twisted: http://wiki.python.org/moin/Twisted-Examples lots of references in the answers to this

Help choosing license for new projects

2010-07-12 Thread Jake b
I'm starting a new python code project. What license do you suggest? I am searching, but I'm not finding a simple comparison of licenses. So I don't know which to use. Maybe MIT or Apache or LGPL or BSD? Are there certain licenses to avoid using because of interaction problems between libraries us