Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!194.109.133.84.MISMATCH!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.04; 'wed,': 0.04; '(python': 0.05; 'scripting': 0.05; 'python': 0.07; 'pm,': 0.11; 'wrote:': 0.14; '.py': 0.16; '1:48': 0.16; 'make).': 0.16; 'meant': 0.18; 'language': 0.20; 'header:In-Reply-To:1': 0.22; 'breaking': 0.23; 'received:209.85.214.174': 0.23; 'received :mail-iw0-f174.google.com': 0.23; 'assume': 0.25; "i'm": 0.26; 'chris': 0.27; 'message-id:@mail.gmail.com': 0.28; 'sort': 0.30; 'second': 0.31; 'to:addr:python-list': 0.32; 'programming,': 0.33; 'thinking': 0.33; 'sense,': 0.35; 'source,': 0.35; 'running': 0.36; 'received:209.85': 0.37; '20,': 0.38; 'apr': 0.38; 'received:google.com': 0.38; 'files': 0.38; 'them,': 0.38; 'received:209.85.214': 0.39; 'to:addr:python.org': 0.39; 'received:209': 0.39; 'header:Received:5': 0.40; '2011': 0.62; 'world.': 0.64; 'grabbing': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=E6mdeTM4eWDQCTtWNY8rRWjzxcJ0irgj1hwGnErDzLQ=; b=JNASazo+eAG/zgzWXkV50IBtHPlTZwymQT8CYuxEvgwx6q8g8dYoHJBiPp6VLeyhBM xcx2unkREvzmuj3qIzeTlQwrKsVrfE71meR+G9axkeMZSpCLRuwPP1VzAyfH37Zaia4e XPQhbzhBtYMJ8WRQn3L6Wzlv+pMxj5CBtBPLY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=TCi1jmr18X9PaJRTWbuE40h5C4JakoL1v4U6/9Nk0DOHj7wZo2h1Fp32TKUZHRIQ74 Qykib2yvyH6NX14rbmK8odDxhWfUmJHFgi63kTsamnNlrhQc+kKU/27uEoEY7M9Kov08 XZPEutLm49t7rWxhxrEUnswr0RjC9822iiODU= MIME-Version: 1.0 In-Reply-To: References: <1284d6a5-60e3-4575-a879-ba5014fd7763@glegroupsg2000goo.googlegroups.com> Date: Wed, 20 Apr 2011 14:09:19 +1000 Subject: Re: Teaching Python From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 15 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1303272562 news.xs4all.nl 65870 [::ffff:82.94.164.166]:33474 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:3649 On Wed, Apr 20, 2011 at 1:48 PM, Sourav wrote: > Hacking?? 1) Tinkering, programming, building furniture with an axe. 2) Breaking and entering in the electronic world. I assume the OP meant #1, although when I talk about "hacking" in this sort of sense, I'm thinking more in terms of tinkering with the language itself (Python scripting is writing .py files and running them, Python hacking is grabbing the source, fiddling with it, and running make). Unfortunately the second sense of the word is the only one a lot of people know. Chris Angelico