[Tutor] Beautifulsoup Queries

2015-12-08 Thread Crusier
Dear All, I am using Python 3.4, I tried to scrap the web and eventually put those data into a database for analysis. While I am using Beautifulsoup to scrap the web, I encountered 2 problems: 1. Using Beautiful Soup, the webmaster on the other end is using the same class, so I got a whole list o

Re: [Tutor] Tkinter_Entry_tip words

2015-12-08 Thread Alan Gauld
On 08/12/15 15:08, Yuehua HU wrote: > I’ve tried to write 'user changing their mind and blanking the field’ case, > but it seems not working… > Did I use '’ wrong? Delete is the key that deletes the character to the right of cursor. Did you maybe mean to use <'Keypress-BackSpace'>? Or even both

Re: [Tutor] Tkinter_Entry_tip words

2015-12-08 Thread Yuehua HU
Hi Alan, Thank you for your answer, it is really helpful. and it is not a homework :) I’ve tried to write 'user changing their mind and blanking the field’ case, but it seems not working… Did I use '’ wrong? and another question: Why should we use a parameter in the function 'greyText(e)’ ? He

Re: [Tutor] Image MAnipulation Help

2015-12-08 Thread Alan Gauld
On 08/12/15 11:24, Laura Creighton wrote: > You can do this with the GIMP. > http://howto.nicubunu.ro/gimp-remove-watermark/ > (actually searching for "GIMP remove watermark" gets you lots of > hits.) But removing watermarks could get you in lots of legal trouble. The whole point of watermarks

Re: [Tutor] Image MAnipulation Help

2015-12-08 Thread Laura Creighton
In a message of Tue, 08 Dec 2015 02:39:41 -0500, Ilesha Wise writes: >Hello, I wasnt sure if this is the email address I should be sending this >to. > >I really need help creating codes that will do the following: > > Scanned photos and slides often have dust specs, water marks, scratches >etc. Au

Re: [Tutor] Image MAnipulation Help

2015-12-08 Thread Alan Gauld
On 08/12/15 07:39, Ilesha Wise wrote: > Hello, I wasnt sure if this is the email address I should be sending this > to. Its a fair starting point but you will probably get more detailed answers on the PIL/PILLOW forums since those are the packages you will likely be using for this kind of work. (P

[Tutor] Image MAnipulation Help

2015-12-08 Thread Ilesha Wise
Hello, I wasnt sure if this is the email address I should be sending this to. I really need help creating codes that will do the following:  Scanned photos and slides often have dust specs, water marks, scratches etc. Automate their removal as much as possible and/or provide a simple way for the