Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.05; 'python': 0.09; 'available)': 0.09; 'thread,': 0.09; 'typed': 0.09; 'cc:addr:python-list': 0.10; '(where': 0.15; 'folks': 0.15; 'source,': 0.15; '"with"': 0.16; '*i*': 0.16; '-tkc': 0.16; '[*]': 0.16; 'from:addr:python.list': 0.16; 'from:addr:tim.thechases.com': 0.16; 'from:name:tim chase': 0.16; 'installer,': 0.16; 'message-id:@tim.thechases.com': 0.16; 'received:70.251': 0.16; 'received:dsl.rcsntx.swbell.net': 0.16; 'received:rcsntx.swbell.net': 0.16; 'received:swbell.net': 0.16; 'sugar': 0.16; 'syntactic': 0.16; 'wrote:': 0.17; '2.2': 0.17; 'bit': 0.21; 'earlier': 0.21; 'decorators': 0.22; 'libraries': 0.22; 'subject:Questions': 0.22; 'cc:2**0': 0.23; 'programming': 0.23; 'work.': 0.23; 'branch': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header :User-Agent:1': 0.26; 'guess': 0.27; 'question': 0.27; '2.3': 0.27; 'installing': 0.27; "doesn't": 0.28; 'python"': 0.29; 'questions.': 0.29; "i'm": 0.29; 'install': 0.29; 'code': 0.31; 'asking': 0.32; "aren't": 0.33; 'another': 0.33; 'version': 0.34; 'there': 0.35; 'but': 0.36; '(i.e.': 0.36; 'programmers': 0.36; "didn't": 0.36; 'far': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'things': 0.38; 'sure': 0.38; 'list,': 0.39; 'where': 0.40; 'your': 0.60; 'mentioned': 0.63; 'different': 0.63; 'email addr:gmail.com': 0.63; 'skip:$ 10': 0.66; 'yourself': 0.77; 'add- on': 0.84; 'around,': 0.84; 'aspect.': 0.84; 'expertise.': 0.84; 'manager).': 0.84; 'received:50.22': 0.84; 'subject:Interview': 0.84; '"how': 0.91; 'relief': 0.93 Date: Mon, 09 Jul 2012 19:19:51 -0500 From: Tim Chase User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111120 Icedove/3.1.16 MIME-Version: 1.0 To: dncarac@gmail.com Subject: Re: Python Interview Questions References: <1193768041.349129.26350@v3g2000hsg.googlegroups.com> <19849142-5214-4c20-87ca-667ba4e2b22e@googlegroups.com> In-Reply-To: <19849142-5214-4c20-87ca-667ba4e2b22e@googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - boston.accountservergroup.com X-AntiAbuse: Original Domain - python.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tim.thechases.com X-Source: X-Source-Args: X-Source-Dir: Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 37 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1341879526 news.xs4all.nl 6858 [2001:888:2000:d::a6]:57093 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:25114 On 07/09/12 19:01, dncarac@gmail.com wrote: > The set of questions I'm not sure I understand is the 'What > version did ... appear?' questions. This, to me, doesn't seem to > indicate any programming experience or expertise. A question > asking 'Do you understand different versions?' and 'How would you > find out whether a particular version can do a particular thing?' > (i.e. which version can you use on GAE?) would seem to give good > information. The reason *I* ask them is that we have some 2.4 installations (where things like "with" aren't available) and at the time I typed up the list, there was some earlier 2.2 and 2.3 code out there where decorators or sqlite[*] didn't work. So I guess it's a bit of a "how long have they been programming in python" experience aspect. Programmers that have been around a while often remember the frustration of $FEATURE_LACK and then the relief of a much better way to do it. The functionality of decorators was around far earlier, but the clean syntactic sugar made it much nicer to use. The sqlite/sqlite3 libraries were around, but you had to install them yourself (whether from source, a custom installer, or your package manager). As mentioned in another branch of this thread, I don't require python historians, but do prefer folks that know which features to check availability for deployment. -tkc [*] without installing an add-on