Learning Python


Mark Lutz - 2003
    Python is considered easy to learn, but there's no quicker way to mastery of the language than learning from an expert teacher. This edition of "Learning Python" puts you in the hands of two expert teachers, Mark Lutz and David Ascher, whose friendly, well-structured prose has guided many a programmer to proficiency with the language. "Learning Python," Second Edition, offers programmers a comprehensive learning tool for Python and object-oriented programming. Thoroughly updated for the numerous language and class presentation changes that have taken place since the release of the first edition in 1999, this guide introduces the basic elements of the latest release of Python 2.3 and covers new features, such as list comprehensions, nested scopes, and iterators/generators. Beyond language features, this edition of "Learning Python" also includes new context for less-experienced programmers, including fresh overviews of object-oriented programming and dynamic typing, new discussions of program launch and configuration options, new coverage of documentation sources, and more. There are also new use cases throughout to make the application of language features more concrete. The first part of "Learning Python" gives programmers all the information they'll need to understand and construct programs in the Python language, including types, operators, statements, classes, functions, modules and exceptions. The authors then present more advanced material, showing how Python performs common tasks by offering real applications and the libraries available for those applications. Each chapter ends with a series of exercises that will test your Python skills and measure your understanding."Learning Python," Second Edition is a self-paced book that allows readers to focus on the core Python language in depth. As you work through the book, you'll gain a deep and complete understanding of the Python language that will help you to understand the larger application-level examples that you'll encounter on your own. If you're interested in learning Python--and want to do so quickly and efficiently--then "Learning Python," Second Edition is your best choice.

The Non-Designer's Design Book


Robin P. Williams - 2003
    Not to worry: This book is the one place you can turn to find quick, non-intimidating, excellent design help. In The Non-Designer's Design Book, 2nd Edition, best-selling author Robin Williams turns her attention to the basic principles of good design and typography. All you have to do is follow her clearly explained concepts, and you'll begin producing more sophisticated, professional, and interesting pages immediately. Humor-infused, jargon-free prose interspersed with design exercises, quizzes, illustrations, and dozens of examples make learning a snap—which is just what audiences have come to expect from this best-selling author.

Introduction to the Theory of Computation


Michael Sipser - 1996
    Sipser's candid, crystal-clear style allows students at every level to understand and enjoy this field. His innovative "proof idea" sections explain profound concepts in plain English. The new edition incorporates many improvements students and professors have suggested over the years, and offers updated, classroom-tested problem sets at the end of each chapter.

Fundamentals of Financial Management [With CDROM and Infotrac]


Eugene F. Brigham - 2003
    It is also updated to reflect the latest in theory, research, real-world examples, and use of technology. The seamless, integrated ancillary package - done by the authors - is a hallmark of this package that makes the subject more accessible for learners.

Microbiology: Principles and Explorations


Jacquelyn G. Black - 1992
    Phages are also being used to detect and remove pathogens from our food supplies, both plant and animal. Also exciting is the use of phages as vehicles to delivery DNA vaccines, often directly to mammalian immune system cells. Recent work also suggests possible antitumor effects of phages. We stand on the edge of a whole new world of exploration and applications of microbiology. For over 20 years, and through five editions, Black's Microbiology: Principles and Explorations has captured students' imaginations. Her enthusiasm, passion, and knack for memorable stories and anecdotes bring the study of microbiology to life in a way few other texts can match. Now updated to reflect the latest topics in the field (e.g., SARS, bioterrorism, GMO's, geomicrobiology) and accompanied by state-of-the-art animations of key concepts, this new edition is sure to help inspire a new generation of enthusiasts for the dynamic science of microbiology. Critical Acclaim "I continue to find Black's text an excellent contribution to undergraduate Microbiology education." --Karen Messley, Rock Valley College "I like the conversational and informal style Black adopts throughout the book. This is a book, which could very well engage even the most reluctant student. It is comprehensive, nicely detailed, and incorporates many aids to teaching and learning..."--Iris Cook, Westchester CC "[The text] is a wonderful introduction into the world of microorganisms for students from a wide variety of backgrounds."--Jeff G. Leid, Northern Arizona University ..".I have found it [the book] accurate to a fault, brilliant at getting students motivated and interested in microbiology, and a great practical training book."--Gerard O'Donovan, University of North Texas Also available Laboratory Exercises in Microbiology, 2nd Edition Robert A. Pollack, et al. ISBN: 0-471-42082-4, 264 pages, paper, (c)2005 Written specifically for allied health students, this lab manual presents a variety of highly engaging activities and experiments that convey the basic concepts of microbiology.

Internetworking with TCP/IP Vol.1: Principles, Protocols, and Architecture


Douglas E. Comer - 1988
    Discover how the basic TCP/IP technology has survived and evolved over two decades of exponential growth, and understand the TCP/IP protocols and technical advances. This edition explains emerging technologies such as Mobile IP, Virtual Private Networks, resource reservation with RSVP, and Ipv6. Comer reveals how to master TCP/IP and how the Internet works. The reader is required to have a modest background in the fundamentals of computer systems, but does not need sophisticated mathematics. As with previous editions, this edition provides an introduction to physical networks and then shows how they are combined to form an internet. It states design principles clearly, and discusses motivations and consequences. THIS NEW EDITION OF VOLUME 1: *Explains how voice and video are sent over IP internets and how IP Telephony operates *Describes Mobile IP (a technology that allows a computer to move fr

System Software: An Introduction to Systems Programming


Leland L. Beck - 1985
    Stressing the relationship between system software and the architecture of the machine it is designed to support, Beck first presents the fundamental concepts and basic design of each type of software in a machine-independent way. He then discusses both machine-dependent and independent extensions to the basic concepts, and gives examples of the actual system software. New FeaturesProvides updated architecture and software examples, including the Intel x86 family (Pentium, P6, etc.), IBM PowerPC, Sun SPARC, and Cray T3E. Includes an introduction to object-oriented programming and design, and illustrates these concepts of object-oriented languages, compilers, and operating systems. Brings the book up-to-speed with industry by including current operating systems topics, such as multiprocessor, distributed, and client/server systems. Contains a wide selection of examples and exercises, providing teaching support as well as flexibility, allowing you to concentrate on the software and architectures that you want to cover.

Financial Accounting


Jerry J. Weygandt - 2010
    Weygandt, Paul D. Kimmel, and Donald E. Kieso, which incorporates International Financial Reporting Standards (IFRS) into the existing textbook framework. On almost every page, the book addresses every accounting topic from the perspective of IFRS while still highlighting key differences between IFRS and US GAAP. Following the reputation for accuracy, comprehensiveness, and currency, the authors have painstakingly created a book dedicated to assisting students learning accounting topics under the rules of IFRS.

A Writer's Reference


Diana Hacker - 1989
    Integrated MLA 2003 update

Prescotts Microbiology


Joanne Willey - 2007
    Because of this balance, "Microbiology" is appropriate for microbiology majors and mixed majors courses. The new authors have focused on readability, artwork, and the integration of several key themes (including evolution, ecology and diversity) throughout the text, making an already superior text even better.

Engineering a Compiler


Keith D. Cooper - 2003
    No longer is execution speed the sole criterion for judging compiled code. Today, code might be judged on how small it is, how much power it consumes, how well it compresses, or how many page faults it generates. In this evolving environment, the task of building a successful compiler relies upon the compiler writer's ability to balance and blend algorithms, engineering insights, and careful planning. Today's compiler writer must choose a path through a design space that is filled with diverse alternatives, each with distinct costs, advantages, and complexities.Engineering a Compiler explores this design space by presenting some of the ways these problems have been solved, and the constraints that made each of those solutions attractive. By understanding the parameters of the problem and their impact on compiler design, the authors hope to convey both the depth of the problems and the breadth of possible solutions. Their goal is to cover a broad enough selection of material to show readers that real tradeoffs exist, and that the impact of those choices can be both subtle and far-reaching.Authors Keith Cooper and Linda Torczon convey both the art and the science of compiler construction and show best practice algorithms for the major passes of a compiler. Their text re-balances the curriculum for an introductory course in compiler construction to reflect the issues that arise in current practice.

Software Engineering (International Computer Science Series)


Ian Sommerville - 1982
    Restructured into six parts, this new edition covers a wide spectrum of software processes from initial requirements solicitation through design and development.

Managing Human Resources (with InfoTrac 1-Semester Printed Access Card)


George W. Bohlander - 1987
    #6

Intermediate Perl


Randal L. Schwartz - 2003
    One slogan of Perl is that it makes easy things easy and hard things possible. "Intermediate Perl" is about making the leap from the easy things to the hard ones.Originally released in 2003 as "Learning Perl Objects, References, and Modules" and revised and updated for Perl 5.8, this book offers a gentle but thorough introduction to intermediate programming in Perl. Written by the authors of the best-selling "Learning Perl," it picks up where that book left off. Topics include: Packages and namespacesReferences and scopingManipulating complex data structuresObject-oriented programmingWriting and using modulesTesting Perl codeContributing to CPANFollowing the successful format of "Learning Perl," we designed each chapter in the book to be small enough to be read in just an hour or two, ending with a series of exercises to help you practice what you've learned. To use the book, you just need to be familiar with the material in "Learning Perl" and have ambition to go further.Perl is a different language to different people. It is a quick scripting tool for some, and a fully-featured object-oriented language for others. It is used for everything from performing quick global replacements on text files, to crunching huge, complex sets of scientific data that take weeks to process. Perl is what you make of it. But regardless of what you use Perl for, this book helps you do it more effectively, efficiently, and elegantly."Intermediate Perl" is about learning to use Perl as a programming language, and not just a scripting language. This is the book that turns the Perl dabbler into the Perl programmer.

A Short Course in Digital Photography


Barbara London - 2009
    "The London, Upton, Stone series has helped over 1,000,000 photography students capture their potential. After a very successful first edition, this second edition returns with the most up-to-date industry knowledge. Modeled after the long-running and widely used "A ""Short Course in Photography, " a brief text which presents the medium entirely in its most updated form.