Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; 'retrieval': 0.05; 'granted,': 0.07; 'url:gp': 0.07; 'python': 0.09; 'hierarchical': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'index': 0.13; 'language': 0.14; 'dictionaries': 0.16; 'hashed': 0.16; 'hides': 0.16; 'ivan': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'sits': 0.16; 'subject:books': 0.16; 'used:': 0.16; 'wed,': 0.16; 'mostly': 0.20; 'url:amazon': 0.22; 'url:utf8': 0.22; 'mention': 0.23; 'references': 0.23; "i've": 0.23; 'values': 0.26; 'wondering': 0.26; 'structures': 0.27; 'header:X-Complaints-To:1': 0.28; 'hash': 0.29; 'relational': 0.29; 'books': 0.30; 'hall': 0.30; '(and': 0.32; 'implement': 0.32; 'file': 0.32; 'anybody': 0.32; 'structure': 0.32; 'science.': 0.33; 'traditional': 0.33; 'url:home': 0.33; 'url:ie': 0.33; 'to:addr:python-list': 0.33; 'text': 0.34; 'mine': 0.35; 'robert': 0.35; 'next': 0.35; 'add': 0.36; 'received:org': 0.36; 'really': 0.36; 'but': 0.36; 'charset :us-ascii': 0.36; 'why': 0.37; 'systems,': 0.37; 'data': 0.37; 'subject:: ': 0.38; 'store': 0.38; 'instead': 0.39; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'think': 0.40; 'organization': 0.61; 'free': 0.61; 'thomas': 0.62; 'information': 0.63; 'offer': 0.65; 'covers': 0.65; 'records.': 0.65; 'college': 0.71; '1987': 0.84; 'subject:Recommend': 0.84; '1970': 0.91; 'dennis': 0.91; 'subject:Science': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dennis Lee Bieber Subject: Re: Recommend decent Computer Science books Date: Thu, 28 Jun 2012 01:55:12 -0400 Organization: > Bestiaria Support Staff < References: <30276019-dadf-4857-96b0-c3b9aaf6da1d@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: adsl-76-249-23-239.dsl.klmzmi.sbcglobal.net X-Newsreader: Forte Agent 3.3/32.846 X-No-Archive: YES 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: 48 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1340862925 news.xs4all.nl 6936 [2001:888:2000:d::a6]:52107 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:24592 On Wed, 27 Jun 2012 14:00:03 -0700 (PDT), David Thomas declaimed the following in gmane.comp.python.general: > Hi I know that this is a group about Python. But I am just wondering if anybody can recommend any introductory/good books on Conputer Science. > Ouch... I don't know if I've seen a traditional CompSci text in decades... Data Structures & Program Design; Robert L. Kruse; 1984 Prentice Hall {did I say "decades" } Covers lists, trees, sorting, hashing, and searching (and more). I can mention this one as it sits on the bookcase next to me. It is predated by (and references in one chapter) Algorithms + Data Structures = Programs; Niklaus Wirth; 1976 Prentice Hall The book my college used: Data Structure and Management; Ivan Flores; 1970 Prentice Hall (though I think I have the 1977 printing/edition in storage) {Think if I offer mine for $500 and free shipping it would sell? http://www.amazon.com/gp/offer-listing/0131973355/ref=dp_olp_used?ie=UTF8&condition=used } Granted, a language like Python hides a lot from one... Why learn how to implement hash functions and manage searching in a hashed structure when Python dictionaries do all that for you -- and with arbitrary associated values instead of fixed-format records. Then, if you really feel masochistic, add in Gio Wiederhold's database and/or file-system books: Database Design 2nd; G. W.; 1983 McGraw-Hill File Organization for Database Design; G. W.; 1987 McGraw-Hill SQL barely existed; and relational database systems were mostly experimental... a lot of information on hierarchical and network systems, with a lot of time spent on how to actually store the data for retrieval (ISAM, trees, other index schemes). -- Wulfraed Dennis Lee Bieber AF6VN wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/