Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.etla.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.038 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'stealing': 0.09; 'cc:addr :python-list': 0.11; 'itself.': 0.14; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'happy,': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'aug': 0.22; 'coding': 0.22; 'cc:addr:python.org': 0.22; 'guys': 0.24; 'software.': 0.24; 'cc:2**0': 0.24; 'header :In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'getting': 0.31; '13,': 0.31; 'this.': 0.32; 'something': 0.35; 'received:google.com': 0.35; 'step': 0.37; 'ahead': 0.38; 'solve': 0.60; 'break': 0.61; "you're": 0.61; 'such': 0.63; 'here': 0.66; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=IgQyvyyfs4+XpyCkeZfBNGUSWmgV/C/j1uTZEmTVJHk=; b=mq/vDALPMdccMFWqqKIiKMNaSGulCk2jj9LY0tMZeLxpzqjvhpY7IHO7RQCfy6YVkv uttszzWEOt94QaM0r+ryjlcwm4bbqbBY4HLAqUolOzrvyieYIKi2qb5tVJPyv3JHA3RZ xh/Iw1nOXaVSA419vC9sHjxqtwg6uwbA/Z+M3x8WFh39z5anGbyBCQfeifgKJ2ERKith jymV4TI7mWOeO+j2F2ukemEjvvCFkVbgq4Ds3aeYlZFlTZO326acyLByDgOKQgkqH2mr HQYhIxSjtnbQuPPQnIqpPGPjZLj+xfvmoVx0mS2BleXrmjkvd++23eAD1SSXojTOsI5l 46zQ== MIME-Version: 1.0 X-Received: by 10.43.129.74 with SMTP id hh10mr2721607icc.48.1407894409014; Tue, 12 Aug 2014 18:46:49 -0700 (PDT) In-Reply-To: <376a239c-77e8-4e0e-9300-847dfa8a8547@googlegroups.com> References: <8c2e4bc2-4f46-4a68-83ed-469fe171de3a@googlegroups.com> <2320baf0-e097-4d67-97c1-dd37ca79fffb@googlegroups.com> <376a239c-77e8-4e0e-9300-847dfa8a8547@googlegroups.com> Date: Wed, 13 Aug 2014 11:46:48 +1000 Subject: Re: Captcha identify From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1407894418 news.xs4all.nl 2839 [2001:888:2000:d::a6]:53504 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:76162 On Wed, Aug 13, 2014 at 11:36 AM, Wesley wrote: > If my questions make you guys not so happy, I am sorry and please just ignore. > I just wanna a general suggestion here in the beginning. > Why I need to write such program is just having such requirements, and has nothing to do with the coding work itself. Don't say something to prove you're so noble. The general suggestion you're getting is: Do not do this. Many of us here use CAPTCHAs and spend time keeping one step ahead of those who try to break them with software. By writing something to solve CAPTCHAs, you would be stealing time from those people. Don't do it. Am I sufficiently clear? ChrisA