Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #25158

Re: Python Interview Questions

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.030
X-Spam-Evidence '*H*': 0.95; '*S*': 0.01; 'subject:Python': 0.05; '"""': 0.05; 'context': 0.05; 'python': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; '(or': 0.18; '2.x': 0.22; 'claimed': 0.22; 'file:': 0.22; 'subject:Questions': 0.22; 'example': 0.23; 'statement': 0.23; 'least': 0.25; '2.6': 0.27; 'header:X-Complaints-To:1': 0.28; '-0700,': 0.29; 'url:home': 0.33; 'to:addr:python-list': 0.33; 'version': 0.34; 'received:org': 0.36; 'but': 0.36; "didn't": 0.36; 'charset:us- ascii': 0.36; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'help': 0.40; 'end': 0.40; 'managers': 0.60; 'today,': 0.64; 'jul': 0.65; "'with'": 0.84; '2.5.': 0.84; 'furman': 0.84; 'subject:Interview': 0.84; 'dennis': 0.91; 'ethan': 0.91; 'received:108': 0.91; 'suspicious': 0.91
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject Re: Python Interview Questions
Date Tue, 10 Jul 2012 18:26:45 -0400
Organization > Bestiaria Support Staff <
References <1193768041.349129.26350@v3g2000hsg.googlegroups.com> <mailman.658.1193771958.13605.python-list@python.org> <19849142-5214-4c20-87ca-667ba4e2b22e@googlegroups.com> <mailman.1972.1341879526.4697.python-list@python.org> <roy-8CA33F.20275909072012@news.panix.com> <4FFB7FBF.5080301@tim.thechases.com> <4FFBF5F4.7020407@sequans.com> <4FFC52DE.2080201@stoneleaf.us>
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host adsl-108-79-217-86.dsl.klmzmi.sbcglobal.net
X-Newsreader Forte Agent 3.3/32.846
X-No-Archive YES
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2001.1341959219.4697.python-list@python.org> (permalink)
Lines 18
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1341959219 news.xs4all.nl 6840 [2001:888:2000:d::a6]:37663
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:25158

Show key headers only | View raw


On Tue, 10 Jul 2012 09:05:50 -0700, Ethan Furman <ethan@stoneleaf.us>
declaimed the following in gmane.comp.python.general:

> As an example from today, if someone claimed to have 5+ years of Python 
> experience, but didn't know that 'with' was standard in 2.6 (or at least 
> the end of the 2.x cycle) I would be suspicious that they actually had 
> the experience they claimed.
>

>From the 2.5 help file:
"""
3.4.9 With Statement Context Managers 
New in version 2.5. 
"""
-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
        wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: Python Interview Questions dncarac@gmail.com - 2012-07-09 17:01 -0700
  Re: Python Interview Questions Tim Chase <python.list@tim.thechases.com> - 2012-07-09 19:19 -0500
    Re: Python Interview Questions Roy Smith <roy@panix.com> - 2012-07-09 20:27 -0400
      Re: Python Interview Questions Tim Chase <python.list@tim.thechases.com> - 2012-07-09 20:05 -0500
      Re: Python Interview Questions Jean-Michel Pichavant <jeanmichel@sequans.com> - 2012-07-10 11:29 +0200
        Re: Python Interview Questions Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-07-10 16:44 +0000
          Re: Python Interview Questions Jean-Michel Pichavant <jeanmichel@sequans.com> - 2012-07-10 19:07 +0200
        Re: Python Interview Questions Rick Johnson <rantingrickjohnson@gmail.com> - 2012-07-10 19:44 -0700
      Re: Python Interview Questions Ethan Furman <ethan@stoneleaf.us> - 2012-07-10 09:05 -0700
        Re: Python Interview Questions Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-07-10 16:34 +0000
          Re: Python Interview Questions Chris Angelico <rosuav@gmail.com> - 2012-07-11 02:42 +1000
          Re: Python Interview Questions Ethan Furman <ethan@stoneleaf.us> - 2012-07-10 10:02 -0700
          Re: Python Interview Questions David Robinow <drobinow@gmail.com> - 2012-07-10 22:13 -0400
      Re: Python Interview Questions Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-07-10 18:26 -0400
      Re: Python Interview Questions Ian Kelly <ian.g.kelly@gmail.com> - 2012-07-10 16:59 -0600

csiph-web