uk girls
we are write here uk girls body language uk girls clture and that feature what about this last man visit in earth. visit www.ukgirlsbody.blogspot.com -- http://mail.python.org/mailman/listinfo/python-list
uk girls
we are write here uk girls body language uk girls clture and that feature what about this last man visit in earth. visit www.onlineairlinesjobs.blogspot.com -- http://mail.python.org/mailman/listinfo/python-list
Signup and get starts to earn.....
http://123maza.com/46/dos754/ -- http://mail.python.org/mailman/listinfo/python-list
Extract email address from Java script in html source using python
I am developing a web scraper code using HTMLParser. I need to extract text/email address from java script with in the HTMLCode.I am beginner level in python coding and totally lost here. Need some help on this. The java script code is as below:
Re: Extract email address from Java script in html source using python
What I exactly want is the java script is in the html code. I am trying for a regular expression to find the email address embedded with in the java script. On Sat, May 23, 2015 at 2:31 PM, Chris Angelico wrote: > On Sat, May 23, 2015 at 4:46 PM, savitha devi wrote: > > I am developing a web scraper code using HTMLParser. I need to extract > > text/email address from java script with in the HTMLCode.I am beginner > level > > in python coding and totally lost here. Need some help on this. The java > > script code is as below: > > > >
declaration problem
Hi, I am using the command recv(..) to receive a message from client. retval = recv(my_socket, *buf, len(buf) , 0) and its giving this error File "./server1.py", line 31 retval = recv(my_socket, *buf, len(buf) , 0) ^ SyntaxError: invalid syntax how should I fill the length parameter, please help me out with this, Regards, Devi -- http://mail.python.org/mailman/listinfo/python-list
return a value to shell script
Hi, I am executing a python script in a shell script. The python script actually returns a value. So, can I get the return value in a shell script? If yes, then help me out. Regards, Devi -- http://mail.python.org/mailman/listinfo/python-list
The return code
Hi, I am running one service in the python script eg like "service httpd status". If I execute this command in normal shell kernel, the return code is 3. But in the python script its return code is different, ie not 3, I mean to say that return codes are differing. But I want the return code 3 , not the other one. So, how can I achieve this? Regards, Devi. -- http://mail.python.org/mailman/listinfo/python-list
parse a normal textfile
hi all I have one normal text file. I need to parse the file, that too in an associative way . suppose that below is the normal textfile name='adf' id =1 value=344 So when I give 'name' as an input, the output must be 'adf' so please help me out with this. regards, devi. -- http://mail.python.org/mailman/listinfo/python-list