Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2a.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.023 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'beginner': 0.05; 'sufficient': 0.05; 'received:151': 0.09; 'python': 0.11; 'books': 0.15; '[1].': 0.16; 'wrote:': 0.18; 'bit': 0.19; 'header:User- Agent:1': 0.23; 'byte': 0.24; 'header:In-Reply-To:1': 0.27; '[1]': 0.29; 'am,': 0.29; 'url:python': 0.33; 'but': 0.35; 'bought': 0.36; 'programming,': 0.36; 'hi,': 0.36; 'too': 0.37; 'christian': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'commands': 0.60; 'most': 0.60; 'tell': 0.60; 'ebook': 0.84 X-Greylist: Passed host: 37.201.129.10 X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-04.arcor-online.net 990E9A9D71 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arcor.de; s=mail-in; t=1401763564; bh=Z7JpmK5b34EGkJy91hy6Xe2AA4fnPoBSBxyL+ToOecc=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=oMyyKLdhSdd/Eb4avWEvVlr6H9vGc4zRhq0rwt6WKj07t3lWXRgzadVe0LBSAdpUc 0KxDq5+i7y+Tpc1B7rPCvhrsIWYduRjKS2/Q/6RgOoSxU9Aq8n1LXWkIX8EMu4AfUv pvMXnk6ZTY+HzoFMfovDV+1hLLE0j+Y5yoGiJkW0= Date: Tue, 03 Jun 2014 04:46:03 +0200 From: Chris User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Introdution References: <970a3cf6-9596-44c8-9902-9130df98c0da@googlegroups.com> In-Reply-To: <970a3cf6-9596-44c8-9902-9130df98c0da@googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Tue, 03 Jun 2014 08:00:59 +0200 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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1401775260 news.xs4all.nl 2846 [2001:888:2000:d::a6]:52326 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:72475 Hi, On 06/03/2014 12:01 AM, Hisham Mughal wrote: > plz tell me about books for python > i am beginner of this lang.. the most important commands are in A Byte of Python [1]. This eBook isn't sufficient for programming, but it's a nice introduction. I bought Learning Python from Mark Lutz. It's not bad, but I think it's a bit too narrative. [1] http://www.swaroopch.com/notes/python/ -- Christian