Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Nathan Hilterbrand Newsgroups: comp.lang.python Subject: Re: Pylint prefers list comprehension over filter... Date: Sat, 7 May 2016 17:34:53 -0400 Lines: 16 Message-ID: References: <572BF2BF.6000000@icloud.com> <1462498631.232041.599637409.25D91C08@webmail.messagingengine.com> <572E3F53.5010703@icloud.com> <572E5F7D.8050604@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de n2R9xq4Z1W367Mg2/Us3WQ3rD2BO2zhL6JMCCb7b2gVg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.145 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.73; '*S*': 0.02; 'reject': 0.05; 'subject:skip:c 10': 0.07; 'before.': 0.09; '2016': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'am,': 0.23; 'bit': 0.23; 'header:In-Reply-To:1': 0.24; 'header :User-Agent:1': 0.26; 'subject:list': 0.26; 'chris': 0.26; 'motivation': 0.29; 'code': 0.30; 'message-id:@gmail.com': 0.34; 'worked': 0.34; 'received:google.com': 0.35; 'something': 0.35; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'hiring': 0.37; 'received:209': 0.38; 'sure': 0.39; 'to:addr:python.org': 0.40; 'your': 0.60; 'charset:windows-1252': 0.62; 'managers': 0.63; 'fall': 0.66; 'received:10.10': 0.76; 'hand': 0.82; 'nathan': 0.84; 'received:10.10.10': 0.84; 'subject:over': 0.84; 'avoided.': 0.91; 'good,': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=bPFYFUuQ/5tXL+IN3NN7o/MV2vKoqdio9q+03YiPc+g=; b=g8HQOpDejKr9wyo33xeJl31cfkaeMFu6QEsQpQXMGQ8NCl2hjqeymyr1Hv1RgOvpTc tgKpj7Hl89C2fAPQfZqLGzeMBLYGBxm9aFwfy1rdbUoTya2z6QnNH/QI1bGd4AGSWC3A CZXBFXa8SXCm/Q3ITVpGYSeC2YZtOPj5nb4MwO9EPn3KWL32n8zr+XgH7BGqf/XBx870 IhPF+fclTW0wW8uE2bC9ATZ5qE/Q46asmIJ3QLrXjMgtw7J/LrP8uDxP3bmOrapQR0KD JefjiiMSTEIVAzMfr+EMNYal4Ubb7r6ghFJxl6gFRfmBh0lQTwDyFu1KHilF8P+GAyzz lAFg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=bPFYFUuQ/5tXL+IN3NN7o/MV2vKoqdio9q+03YiPc+g=; b=JQE148cs50eN4oF4mC0hylzTppsnxBr2iMNaBwBECfSIEelPmnuzBnUdibNHjrCFzK OrZci2NFUE1MtU3rHnxpvQkyusX2R9u8IepvAp32DK9qc8+UadQ1exvKezz0mP6bhyy9 Qo442ZDtnAZn+h6wpf+zvtPqEGrnHI8n0R1wcKomucLj7tEY/5fNt1amhkkR66UQIrnx RqR1lrAfSoYeplJtIsL49uU61cB8CY8Id42Cqo/QSdr1DbMhLsm+iryDx2oKrzUSvcZd HRWGS8czeqi0y477PfEqiz3P4AGoMselZQZPgjfuJnfkgZbs8xVBg6TwUnx9ga9s20bN NvFw== X-Gm-Message-State: AOPr4FU7JSZ491TqGw6YUNY7JedWZlImOJdEkJMmzlwdpLbkitG9uZl60hpMRU/tU+bRRQ== X-Received: by 10.140.232.137 with SMTP id d131mr29207266qhc.87.1462656895304; Sat, 07 May 2016 14:34:55 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <572E5F7D.8050604@gmail.com> X-Mailman-Original-References: <572BF2BF.6000000@icloud.com> <1462498631.232041.599637409.25D91C08@webmail.messagingengine.com> <572E3F53.5010703@icloud.com> Xref: csiph.com comp.lang.python:108298 On 05/07/2016 05:22 PM, Chris Angelico wrote: > On Sun, May 8, 2016 at 5:17 AM, Christopher Reimer > wrote: >> >> pylint. Never know when an asshat hiring manager would reject my resume out >> of hand because my code fell short with pylint. >> I see that as a good motivation to make sure your code was good, clean, and definitely did fall a bit short with pylint. I have worked for asshat managers before. It is something to be avoided. Nathan