hello all,
i want to learn redis database and its use via python , please guide me
which tutorials i should be study, so that i can learn it in good way
I search this on google but i am little confuse, so please help me
thank you jai
--
https://mail.python.org/mailman/listinfo/python
hello
i am working on selenium module of python, i know how to make
extension of firebug with selenium, but i want to know how to use
firebug extension with request module / mechanize . i search a lot
but unable to find it , please help .
i want technique similar like :-
from seleniu
hello
i am working on selenium module of python, i know how to make extension
of firebug with selenium, but i want to know how to use firebug extension
with request module / mechanize . i search a lot but unable to find it , please
help .
technique similar like :-
from selenium impo
it will not happen in future
--
https://mail.python.org/mailman/listinfo/python-list
sorry sir, it will not happen again in future.
--
https://mail.python.org/mailman/listinfo/python-list
sorry sir , it will not happen in future
--
https://mail.python.org/mailman/listinfo/python-list
#/usr/bin/env python
import mechanize, re
import cookielib
import cgi
import urllib2
from random import choice
def get_domain(url):
return urlparse.urlparse(url).netloc
if __name__=="__main__":
br = mechanize.Browser()
cj = cookielib.LWPCookieJar()
br.set_proxies({"http": "217.174
please do replay how to handle captcha through machanize module
--
https://mail.python.org/mailman/listinfo/python-list
RIGHT NOW NOW I AM WORKING WITH MECHANIZE MODULE . BUT UNABLE TO SUBMIT
CAPTACHA AUTOMATICALLY . DO U HAVE ANY IDEA PLEASE SHARE WITH ME ,
ANY IDEA WILL BE APPRECIATES ON ANY M MODULE.
--
https://mail.python.org/mailman/listinfo/python-list
HEY , I AM NEW TO THE PYTHON
STARTED WORKING ON MECHANIZE , WANT HELP THAT TO HOW TO FILL A FORM HAVING
CAPTCHA FIELD AUTOMATIC
PLEASE ANSWER
--
https://mail.python.org/mailman/listinfo/python-list
hey i am working on parsing like project .
so , i need some step to set proxy
so that my ip is not blocked by them
+=
i am using this method
proxy_support = urllib2.ProxyHandler({"http":"http://61.147.82.87:8000"})
opener = urllib2.build_opener(proxy_support)
u
thank you sir
--
https://mail.python.org/mailman/listinfo/python-list
GUI:-want to learn GUI programming in python , how should i proceed.
There are lots of book here so I am confuse which book i should refer so that
i don't waste time . please answer
--
https://mail.python.org/mailman/listinfo/python-list
my code :
#!/usr/bin/env python
from bs4 import BeautifulSoup
import re,urllib2,urlparse, MySQLdb
def get_domain(url):
return urlparse.urlparse(url).netloc
def men_tshirts2(main_link, cat_link,db,cursor):
#print main_link
for cat,link in cat_link.iteritems():
cat = str(cat
hey , will u guide me how to run proxies from python
i have tested lots of code but my ip show always constant on when i see it
online
plz help .
--
https://mail.python.org/mailman/listinfo/python-list
please guide to make proxy type function in python
--
https://mail.python.org/mailman/listinfo/python-list
from BeautifulSoup import BeautifulSoup
import re, urllib2, MySQLdb
#MySQLdb.escape_string(" ")
import sys
import unicodedata
if __name__=="__main__":
#link = raw_input("Enter the url link: ")
db = MySQLdb.connect("localhost","root","", "ebay")
cursor=db.cursor()
link =
"http://w
Code
#
#!/usr/bin/env python
import sys, re
def find_position(line):
pun = ""
if re.search(r"[.?!]+", line):
pun = re.search(r"[.?!]+", line).group()
pos = line.find(pun)
pos = pos+len(pun)-1
return pos
def sentence_splitter(f
got answer
downloaded google_appengine_1.8.2.zip
unziped it
command path-to-/dev_appserver.py path-to/application-diectory that it
--
http://mail.python.org/mailman/listinfo/python-list
import sys,os
import pexpect
source_file= 'sourcefile.txt'
user='username'
ip='00.00.00.00'
desti_path='/home/jai/………'
password='bond007'
cmd ='scp'+' '+source_file+' '+user+'@'+ip+':'+des
20 matches
Mail list logo