Path: csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!newsfeed0.kamp.net!newsfeed.kamp.net!feeder1.cambriumusenet.nl!feed.tweaknews.nl!194.109.133.83.MISMATCH!newsfeed.xs4all.nl!newsfeed4a.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.042 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'say,': 0.05; 'subject:Python': 0.06; 'automate': 0.07; '22,': 0.09; 'back.': 0.09; 'cc:addr:python-list': 0.11; 'jan': 0.12; "wouldn't": 0.14; 'brilliant': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'non-trivial': 0.16; 's/he': 0.16; '(you': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'programming': 0.22; 'cc:addr:python.org': 0.22; 'effort.': 0.24; 'mathematical': 0.24; 'question': 0.24; 'cc:2**0': 0.24; 'nearly': 0.26; 'header:In- Reply-To:1': 0.27; 'idea': 0.28; 'absolute': 0.30; 'message- id:@mail.gmail.com': 0.30; 'code': 0.31; "d'aprano": 0.31; 'steven': 0.31; 'programmers': 0.33; 'could': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'fun,': 0.36; 'like,': 0.36; 'should': 0.36; 'two': 0.37; 'minimum': 0.38; 'problems': 0.38; 'driving': 0.38; 'pm,': 0.38; 'expect': 0.39; 'how': 0.40; 'even': 0.60; 'games,': 0.60; 'problems.': 0.60; 'solve': 0.60; 'new': 0.61; "you've": 0.63; 'more': 0.64; 'here': 0.66; 'forums': 0.68; 'skill': 0.68; 'results': 0.69; 'car': 0.72; 'computers': 0.72; '2015': 0.84; 'answered,': 0.84; 'absolutely': 0.87; 'task,': 0.91; '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=sORK63AO6MtZbkyAny4TskIwlZtskTrQjB3hJKMCbFQ=; b=hUMhRv5O6CSJK/5hy+ytgWjWJdflDBKpb4RYSATn/A66OJLac3FAGycxnwQfsdaFb0 TyedbC+CFDNqPg+eU29/GihRdsfmX+kD/CgUzimTUk8NQHrEm4nSihp0F2FvPD7hT+Y6 zK7me2fatES5xDj8zk1x1KWfXToYs9zY7VRDGyrqoYl9Yc9lpUu1bp5SByI9xTeQHwkl DJ+NShBhsohIq8ctmU/4Kw0c9JfGqtlivr+kBcFdfjTKm+7wws3/BnX40YT05zeQd2af eAdoL1680ol/yM76dk3Nz64qTzGzvvOjEPL692aGxMzadmnnx0q59nMhLSXzKi63AKzp eABQ== MIME-Version: 1.0 X-Received: by 10.224.89.2 with SMTP id c2mr75056473qam.75.1421901294725; Wed, 21 Jan 2015 20:34:54 -0800 (PST) In-Reply-To: <54c06d26$0$12915$c3e8da3$5496439d@news.astraweb.com> References: <54bfd513$0$12978$c3e8da3$5496439d@news.astraweb.com> <873873ae91.fsf@jester.gateway.sonic.net> <54c06d26$0$12915$c3e8da3$5496439d@news.astraweb.com> Date: Thu, 22 Jan 2015 15:34:54 +1100 Subject: Re: What killed Smalltalk could kill Python 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: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1421901297 news.xs4all.nl 2915 [2001:888:2000:d::a6]:60045 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:84182 On Thu, Jan 22, 2015 at 2:23 PM, Steven D'Aprano wrote: > What we need is more programmers with a passion for their job, and if that > means learning to write games, then so be it. One of the problems with "9 to > 5 code monkeys" is that programming is just a job for them. They do the > absolute minimum they need to keep their job. They don't program for fun, or > to learn new skills, or to solve problems. They go to user groups and forums > like here only when they have a question they want answered, they take and > take and take and they never give back. Absolutely agree... as long as that passion results in solid competence. Whether someone comes into programming because s/he wants to write games, organize recipes, automate some specific task, or prove some mathematical point, non-trivial programming nearly always requires non-trivial effort. That's the same as any other skill (you wouldn't expect to be able to build a car in a day, even if you've been driving them for *ages* - like, say, two whole years - and have this brilliant idea for how you could improve on every car on the roads), but for some reason a lot of people think that computers should be easy. ChrisA