From: Roger B. <ro...@ro...> - 2004-02-24 23:40:17
|
Derek J. Lambert wrote: > I'd also like to find some sites on Python programming with a slant > towards cross-language learning (i.e. Python for Perl/VB/etc. programmers) - > but anything would be helpful. Thanks! http://www.python.org/topics/learn/prog.html The one thing it may take a little while to realise is that Python is deceptively simple. > I would > like to try and contribute to the development effort, and was wondering if > there was a list of who was working on what currently The bitpim-cvs-checkins mialing list gives you every commit, so that tells you what code is actually changing and who did it. I do post a list of little projects that need to be done every few months to this list. There should be something in the archives. In general try and find a small self contained thing until you get familiar with the codebase and way of thinking. Then suggest an area that interests you. For example some people care about importing addressbook and calendar, others about printing, others about user interface, others about specific phone models. Being somewhat mercenary about it, if you wanted to add something to your resume, what would it be? Roger |