Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!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.156 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.70; '*S*': 0.01; 'cc:addr:python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'comfortable': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'google,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'that.': 0.31; "they'll": 0.31; 'this.': 0.32; 'stuff': 0.32; 'subject:with': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'whatever': 0.38; 'pm,': 0.38; "you're": 0.61; '20,': 0.68; 'topics.': 0.68; 'jul': 0.74; '(web': 0.84; '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=LAh4ni3jCstjWYRq5pDs1bju8cLCSQul9MVbbwyEtoU=; b=EDz7rw3nAtJXT6G4Z6+BozCSn270jxi6awzL0/LB3hEvqPKEyYP7jCa+Hxgr/fI7Go MSMf9l+DJXmZBGKFJ4qIy81TxqkWn1tDUN8kF+AKpXlhpq2IwnjQ62btkVvTGjsnZyuh XvycWf6mlANYPVBouGyu6CPEcnkRDgb8nBlNTYSLm4r27YZNvLlWYHbAHA8sAluMh0gL ZUQOEpgYLNhsylRKg60y9yFgchOwiwTpaCyQqodMSvSglueN9py0+voTujAlB3isZS3K eCok8rE4gtEFGmzRDj8dGP1+CLpt5+sXLb2kE9Eh4o2w4yOMNXRCzlcT/xvh6Q8XW0Es MfQw== MIME-Version: 1.0 X-Received: by 10.52.25.228 with SMTP id f4mr293187vdg.62.1405823239686; Sat, 19 Jul 2014 19:27:19 -0700 (PDT) In-Reply-To: <140fdf49-b4db-45a5-a52d-1b5ae89e7bd3@googlegroups.com> References: <99846e1f-1ec1-4ed4-9ad4-5c8377b2e1f6@googlegroups.com> <140fdf49-b4db-45a5-a52d-1b5ae89e7bd3@googlegroups.com> Date: Sun, 20 Jul 2014 12:27:19 +1000 Subject: Re: Confused with Functions and decorators 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: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1405823241 news.xs4all.nl 2951 [2001:888:2000:d::a6]:37186 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:74860 On Sun, Jul 20, 2014 at 12:24 PM, Jerry lu wrote: > ok I seem to very confused about this. Is there like a page or web page that like completely sums this up so i can study. I am going to look up 'functions in python'. Yep, look up stuff like that. I gave you some keywords to search for (web search - Google, Bing, Yahoo, whatever you're comfortable with) in my last email. They'll start you off with some of the important topics. ChrisA