Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.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.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.05; '21,': 0.07; 'sep': 0.09; 'subject:using': 0.09; 'cc:addr:python- list': 0.10; 'received:74.125.82.44': 0.15; 'foundational': 0.16; 'wrote:': 0.17; 'python?': 0.20; 'thanks.': 0.21; 'url:amazon': 0.22; 'cc:2**0': 0.23; "i've": 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'url:mailman': 0.29; 'fri,': 0.30; 'url:python': 0.32; 'url:listinfo': 0.32; 'received:74.125.82': 0.33; 'received:google.com': 0.34; 'subject:?': 0.35; 'there': 0.35; 'received:74.125': 0.36; 'url:org': 0.36; 'subject:: ': 0.38; 'header:Received:5': 0.40; 'url:mail': 0.40; 'joel': 0.91 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:to :cc:content-type; bh=3D7MlAaD/RqUNvt5J/tbBNmBYZPSQvZX21PG8Cmuc8w=; b=XB+862vC4/3exliNi4s2Ul6iPQ5lmmySWfPZX7R4Bal9tyuQft0hWybI6XDufsACep lxtSSVMZll9Vvi9SyzYB4TA7NFcnJDDqVsKLyUyI1wqc6F3p2Ve4kudjc7tZjMGJV5cl cBB5FPVeJe5/gkpq7SYrS/x9AgpwpF89HV8+/52bhHTirv3OPr6spTHU1zYM8ZkYBE0M 9TQ1A0YfdVHfXP24xvk4SHniNFSceV/6mofsYMyZg5ehbS9P4iBxBeHsD8019zyJj8J6 7IPFMJSdPK9NobjL50EaP22wdHfDkToPgMV0cB41ciAbhp9m/h61vkO+6AdjiA8DZO/Y kIhw== MIME-Version: 1.0 In-Reply-To: References: Date: Fri, 21 Sep 2012 10:41:31 -0400 Subject: Re: Algorithms using Python? From: Joel Goldstick To: Mayuresh Kathe Content-Type: text/plain; charset=UTF-8 Cc: python-list@python.org 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1348238493 news.xs4all.nl 6941 [2001:888:2000:d::a6]:34683 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:29644 On Fri, Sep 21, 2012 at 4:56 AM, Mayuresh Kathe wrote: > Is there a good book on foundational as well as advanced algorithms using > Python? > > Thanks. > > -- > http://mail.python.org/mailman/listinfo/python-list There is one on Apress that I've seen http://www.amazon.com/Python-Algorithms-Mastering-Language-Experts/dp/1430232374 -- Joel Goldstick