Re: [BangPypers] [ANN] FWDE launched

2009-12-16 Thread Kenneth Gonsalves
On Wednesday 16 Dec 2009 1:46:16 pm Kenneth Gonsalves wrote: oops - forgot to past the announcement: hi, I am happy to announce that we have at long last launched the Foss Web Deployment Engineer Certification. 'The first question that will arise is: 'Kenneth of all people is launching a

Re: [BangPypers] CPU Info

2009-12-16 Thread kausikram krishnasayee
On Wed, Dec 16, 2009 at 4:19 PM, Baiju M mba...@zeomega.com wrote: Hi, Is there any module available in Python (third party is fine) to get the number processors available in a multi-core system ? I would prefer something works cross-platform. use multiprocessing module in it do

Re: [BangPypers] CPU Info

2009-12-16 Thread Ramakrishna Reddy
On Wed, Dec 16, 2009 at 4:19 PM, Baiju M mba...@zeomega.com wrote: Hi,    Is there any module available in Python (third party is fine) to get the number processors available in a multi-core system ? I would prefer something works cross-platform. For 2.6 above, you might wanna take a look at

Re: [BangPypers] [ANN] FWDE launched

2009-12-16 Thread Shashwat Anand
@Kenneth Nice effort .. I had tried Microsoft Certification some 3 years ago..it was a bunch of crap..I had not mentioned it even in my resume and all the faith in certification programs was lost. On Wed, Dec 16, 2009 at 1:54 PM, Kenneth Gonsalves law...@au-kbc.orgwrote: On Wednesday 16 Dec

[BangPypers] mobile application development

2009-12-16 Thread pradeep T
hi friends, am a begginer of this language and dont know much. Is it possible for me to develop a mobile application using this language... ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] mobile application development

2009-12-16 Thread kausikram krishnasayee
On Wed, Dec 16, 2009 at 7:09 PM, pradeep T itpradeep...@gmail.com wrote: hi friends, am a begginer of this language and dont know much. Yes. for symbian s60 mobiles. search for PyS60 -- Kausikram Krishnasayee Company: http://silverstripesoftware.com | Webpage: kausikram.net | Blog:

Re: [BangPypers] mobile application development

2009-12-16 Thread Pradeep Gowda
On Wed, Dec 16, 2009 at 8:39 AM, pradeep T itpradeep...@gmail.com wrote: hi friends,  am a begginer of this language and dont know much.  Is it possible for me to develop a mobile application using this  language... The phrase mobile application encompasses so many different approaches. Even

Re: [BangPypers] mobile application development

2009-12-16 Thread Pradeep Gowda
On Wed, Dec 16, 2009 at 11:34 AM, Baiju M mba...@zeomega.com wrote: On Wed, Dec 16, 2009 at 7:09 PM, pradeep T itpradeep...@gmail.com wrote: hi friends,  am a begginer of this language and dont know much.  Is it possible for me to develop a mobile application using this   language...

Re: [BangPypers] mobile application development

2009-12-16 Thread Pradeep Gowda
On Wed, Dec 16, 2009 at 1:55 PM, Mandar Gokhale stallo...@gmail.com wrote: *tl;dr* : If some people have vague responses, it could be because they are vaguely interested in the subject. Is that sufficient grounds to shoot them down? Yes. This is not 199x and information is freely and widely

Re: [BangPypers] mobile application development

2009-12-16 Thread Mandar Gokhale
Well, those were a couple of good points and information is freely and widely available to everyone using Google. But information is not really a substitute for human interaction, which is why we still have taught classes at Universities, rather than managing everything through learning modules

Re: [BangPypers] mobile application development

2009-12-16 Thread Anand Balachandran Pillai
On Thu, Dec 17, 2009 at 9:54 AM, Anand Balachandran Pillai abpil...@gmail.com wrote: On Wed, Dec 16, 2009 at 9:41 PM, Anish Kurian anish...@gmail.com wrote: you sure can develop mobile applications using python. u can download the SDK for particular group of handset. Nokia S60 mobiles use

Re: [BangPypers] mobile application development

2009-12-16 Thread Pankaj Nathani
I have to say something here :-) Symbian is nearing end-of-life as the chosen platform for smartphones for Nokia. Well, thats not true. Symbian is going to be the platform for smartphone development for Nokia. Nothing is stopping them from doing so. Maemo is target to high end mobile devices

Re: [BangPypers] mobile application development

2009-12-16 Thread Anand Chitipothu
I might add that you can't code in Python on the Android, since it runs only Java apps. I heard there are efforts to bring X language apps into Android, but none is yet mature. You can use Jython! Anand ___ BangPypers mailing list

Re: [BangPypers] mobile application development

2009-12-16 Thread Navin Kabra
I might add that you can't code in Python on the Android, since it runs only Java apps. I heard there are efforts to bring X language apps into Android, but none is yet mature. You can code in python http://code.google.com/p/android-scripting/wiki/PythonAndroidAPI (but agreed, that it's

Re: [BangPypers] December user group meeting

2009-12-16 Thread Noufal Ibrahim
On Thu, Dec 17, 2009 at 3:03 AM, vid v...@svaksha.com wrote: On Wed, Dec 16, 2009 at 02:28, Noufal Ibrahim nou...@gmail.com wrote: We tried AFAIK to record Mahadevan's talk on llvm-py but recordmydesktop didn't work as expected so we ditched the idea. My requirements are less...just an

Re: [BangPypers] December user group meeting

2009-12-16 Thread Baiju M
User group meeting are very small gatherings, we need to take it to a conference level with audio/video recordings. But if anyone volunteer to do it, that's fine. Regards, Baiju M ___ BangPypers mailing list BangPypers@python.org

Re: [BangPypers] December user group meeting

2009-12-16 Thread Noufal Ibrahim
So, 20th is is then? ThoughtWorks? 1600? Sounds like it's going to be a coding session. I can pitch in but will have to pair with someone else since I don't have a computer. ___ BangPypers mailing list BangPypers@python.org

Re: [BangPypers] mobile application development

2009-12-16 Thread Anand Balachandran Pillai
On Thu, Dec 17, 2009 at 10:20 AM, Pankaj Nathani crooz...@yahoo.com wrote: I have to say something here :-) Symbian is nearing end-of-life as the chosen platform for smartphones for Nokia. Well, thats not true. Symbian is going to be the platform for smartphone development for Nokia.

Re: [BangPypers] mobile application development

2009-12-16 Thread Pankaj Nathani
Hi Anand, Now let me ask you, if you are starting mobile development today and given these two phones, which one will you pick ? I had choose Symbian over Maemo for now, only for the fact that there is just one phone device with Maemo on it and other devices to be released are going to be

[BangPypers] MySQLdb issue with FC11

2009-12-16 Thread Santhosh Edukulla
Hi All, We are using MySQLdb module of python on FC11 box. We were able to connect and execute a select statement on a remote mysql machine, but the delete, insert and update operations are not working. This specific machine has the relevant permissions for select,update,insert and delete