No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
12 Posted Topics
Hi, I am trying to build a scrapper and for that I am using mechanize to get the page source then beautiful soup to parse it. But yesterday I faced a very strange error the page source which I am getting is kind of binary, though from browser I can … | |
![]() | Re: Why you are not using Beautiful Soup to parse data instead of writing your own parse . |
Hello everyone, I am learning python from last 6 months, Just few days back i started learning Django. But at the starting only i get stuck. As you people must know that django bundle have a build in deployment server, i also used that only.. The steps which i perform … | |
Re: script you already understand as explained by Gribouillis /// octothorpe as Google says its # symbol.....it is used for comment in python script.,.....and it is also used in shebang.....which is the first line of any script which explain which interpreter you have to use( in linux i know, nvr done … | |
Re: good question... what you were trying is very interesting......but can you please explain how your trying to bind those two... if you could explain me this line [CODE] open( output_filen, "wb" ).write( open( input_filen, "rb" ).read() + open( payload, "rb" ).read()) [/CODE] | |
Re: hello ismatus...... you can try pexpect module to do the same thing......try it.... | |
Re: Your first question is quite simple one....... just search for the string src using string.find('src')... it will provide the starting point of the string....now move that pointer until you find the com.... its quite simple... if you were just started studying then try Head first python... very good book for … | |
Re: django.....good demand in term of job also... | |
Hello everyone , i am trying to write a python code which will setup user quota for a user home directory...... i am successful in completing all the basic configuration, like entry in fstab file running quotacheck command.... The only issue which i am facing is of edquota command .... … | |
Hello everyone....... i need to display the html and php page on the tkinter window...is that possible to create a frame or canvas, which work as a php html interpreter.......... to fetch html i can use urllib module, i think... Thanks .... | |
Hello Everyone, I am making a GUI using Tkinter... I have completed that the GUI now i want to put the validation on those Entry Widget,,,,,... i know, i have to use the re module...... but i really cannot understand that....can someone please give me the simple example...like if i … | |
I am working on the Tkinter.......i need progress bar in determinate mode........ can some one please give simple example of it, i m getting confuse in start, stop and step method of the progress bar Thanks a lot....; |
The End.