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


Groups > comp.lang.python > #74860

Re: Confused with Functions and decorators

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 <rosuav@gmail.com>
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 <rosuav@gmail.com>
Cc "python-list@python.org" <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 <python-list.python.org>
List-Unsubscribe <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.12081.1405823241.18130.python-list@python.org> (permalink)
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

Show key headers only | View raw


On Sun, Jul 20, 2014 at 12:24 PM, Jerry lu <nicholascannon1@gmail.com> 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

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


Thread

Confused with Functions and decorators Jerry lu <nicholascannon1@gmail.com> - 2014-07-19 03:52 -0700
  Re: Confused with Functions and decorators Chris Angelico <rosuav@gmail.com> - 2014-07-19 21:03 +1000
  Re: Confused with Functions and decorators Jerry lu <nicholascannon1@gmail.com> - 2014-07-19 04:40 -0700
    Re: Confused with Functions and decorators Chris Angelico <rosuav@gmail.com> - 2014-07-19 21:50 +1000
    Re: Confused with Functions and decorators Wojciech Giel <wojtekgiel@gmail.com> - 2014-07-19 13:44 +0100
      Re: Confused with Functions and decorators CHIN Dihedral <dihedral88888@gmail.com> - 2014-07-21 00:30 -0700
        Re: Confused with Functions and decorators Steven D'Aprano <steve@pearwood.info> - 2014-07-21 07:45 +0000
  Re: Confused with Functions and decorators Jerry lu <nicholascannon1@gmail.com> - 2014-07-19 05:01 -0700
  Re: Confused with Functions and decorators Wojciech Giel <wojtekgiel@gmail.com> - 2014-07-19 13:06 +0100
  Re: Confused with Functions and decorators Wojciech Giel <wojtekgiel@gmail.com> - 2014-07-19 13:10 +0100
  Re: Confused with Functions and decorators Jerry lu <nicholascannon1@gmail.com> - 2014-07-19 19:24 -0700
    Re: Confused with Functions and decorators Chris Angelico <rosuav@gmail.com> - 2014-07-20 12:27 +1000
      Re: Confused with Functions and decorators Jerry lu <nicholascannon1@gmail.com> - 2014-07-19 19:33 -0700
  Re: Confused with Functions and decorators Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-07-20 06:41 +0000

csiph-web