Re: [BangPypers] Python learning resources.

2012-01-09 Thread Sujit Ghosal
Another useful addition could be: http://www.tutorialspoint.com/python/ - Sujit On Mon, Jan 9, 2012 at 1:16 PM, Pratap Chakravarthy prata...@gmail.comwrote: Saw this mail in MumPy user group. I am not sure of any institutes, however I also doubt if there are any. But, there

[BangPypers] re module help

2012-01-09 Thread Ganesh Kumar
Hi Guys, I have created regular expression with os modules, I have created file sdptool to match the regular expression pattern, will print the result. I want without creating file how to get required output, I tried but i didn't get output correctly, over stream. #! /usr/bin/python import os,re

Re: [BangPypers] re module help

2012-01-09 Thread Ganesh Kumar
Hi sir, I tried also subprocess module, But didn't got result, I tried the same pattern. But didn't match the string over the stream. import subprocess s = subprocess.Popen([head, /etc/hosts], stdout = subprocess.PIPE) hosts_head = s.stdout.read() print hosts_head 127.0.0.1

Re: [BangPypers] re module help

2012-01-09 Thread Asokan Pichai
On 9 January 2012 16:57, Ganesh Kumar bugcy...@gmail.com wrote: Hi. I tried also subprocess module, But didn't got result, I tried the same pattern. But didn't match the string over the stream. Are you sure you're getting the output from the command in your string? I got output

Re: [BangPypers] re module help

2012-01-09 Thread Baishampayan Ghose
On Mon, Jan 9, 2012 at 4:57 PM, Ganesh Kumar bugcy...@gmail.com wrote: I tried also subprocess module, But didn't got result, I tried the same pattern. But didn't match the string over the stream. Are you sure you're getting the output from the command in your string? I got output from

Re: [BangPypers] re module help

2012-01-09 Thread Mandar Vaze / मंदार वझे
cmd = sdptool -i hci0 search OPUSH sdptool working file standalone fine. but over stream not getting output. check link http://dpaste.com/684335/ In the the code above, as well as from dpaste link, you are already redirecting to a file. Try cmd = sdptool -i hci0 search OPUSH instead, so

Re: [BangPypers] python framework for android

2012-01-09 Thread Dhananjay Nene
On Wed, Jan 4, 2012 at 12:25 PM, Kenneth Gonsalves law...@gmail.com wrote: On Wed, 2012-01-04 at 14:24 +0800, Senthil Kumaran wrote: On Wed, Jan 4, 2012 at 2:18 PM, Kenneth Gonsalves law...@gmail.com wrote: am looking at kivy right now Looks neat. I would like to try that one too.

Re: [BangPypers] python framework for android

2012-01-09 Thread Anand Chitipothu
2012/1/4 Navin Kabra navin.ka...@gmail.com On Wed, Jan 4, 2012 at 11:37 AM, Kenneth Gonsalves law...@gmail.com wrote: can anyone recommend a python framework for android? Negative vote for SL4A (previously known as ASE - Android Scripting Environment). I have played with it, and I think it

Re: [BangPypers] python framework for android

2012-01-09 Thread Senthil Kumaran
On Tue, Jan 10, 2012 at 10:13 AM, Anand Chitipothu anandol...@gmail.com wrote: If it has Java, why not use write the apps in Python using Jython? I recollect that for using Jython for mobiles where j2me was previously suitable is not possible because jython does not work well with j2me kind

Re: [BangPypers] python framework for android

2012-01-09 Thread Noufal Ibrahim
kracekumar ramaraju kracethekingma...@gmail.com writes: Hi If it has Java, why not use write the apps in Python using Jython? Frankly speaking Jython isn't that extensively used as JRuby. [...] Probably because CPython has *much* 3rd party libraries (and batteries) than does MRI/YARV

[BangPypers] [JOBS] Python/Django Internship position

2012-01-09 Thread Puneet Aggarwal
Hi, Looking for Fresh college graduates for Internship position at Noida. We are a internet based startup started by IIT, BITS alumnus. Requirements for the internship: • Strong passion for learning. • Strong background in any of these languages C++/Python. • Knowledge of Data-Structures and