Popular Textbooks Books

29+ [Hand Picked] Popular Books On Textbooks

Discover the list of some best books written on Textbooks by popular award winning authors. These book on topic Textbooks highly popular among the readers worldwide.

3.8/5

Python Crash Course: A Hands-On, Project-Based Introduction to Programming by Eric Matthes

Python Crash Course is a fast-paced, thorough introduction to Python that will have you writing programs, solving problems, and making things that work in no time. In the first half of the book, you'll learn about basic programming concepts, such as lists, dictionaries, classes, and loops, and practice writing clean and readable code with exercises for each topic. You'll al Python Crash Course is a fast-paced, thorough introduction to Python that will have you writing programs, solving problems, and making things that work in no time. In the first half of the book, you'll learn about basic programming concepts, such as lists, dictionaries, classes, and loops, and practice writing clean and readable code with exercises for each topic. You'll also learn how to make your programs interactive and how to test your code safely before adding it to a project. In the second half of the book, you'll put your new knowledge into practice with three substantial projects: a Space Invaders-inspired arcade game, data visualizations with Python's super-handy libraries, and a simple web app you can deploy online. As you work through Python Crash Course you'll learn how to: -Use powerful Python libraries and tools, including matplotlib, NumPy, and Pygal -Make 2D games that respond to keypresses and mouse clicks, and that grow more difficult as the game progresses -Work with data to generate interactive visualizations -Create and customize Web apps and deploy them safely online -Deal with mistakes and errors so you can solve your own programming problems If you've been thinking seriously about digging into programming, Python Crash Course will get you up to speed and have you writing real programs fast. Why wait any longer? Start your engines and code! Uses Python 2 and 3

I WANT TO READ THIS
3.2/5

Grokking Algorithms An Illustrated Guide For Programmers and Other Curious People by Aditya Y. Bhargava

An algorithm is nothing more than a step-by-step procedure for solving a problem. The algorithms you'll use most often as a programmer have already been discovered, tested, and proven. If you want to take a hard pass on Knuth's brilliant but impenetrable theories and the dense multi-page proofs you'll find in most textbooks, this is the book for you. This fully-illustrated An algorithm is nothing more than a step-by-step procedure for solving a problem. The algorithms you'll use most often as a programmer have already been discovered, tested, and proven. If you want to take a hard pass on Knuth's brilliant but impenetrable theories and the dense multi-page proofs you'll find in most textbooks, this is the book for you. This fully-illustrated and engaging guide makes it easy for you to learn how to use algorithms effectively in your own programs. Grokking Algorithms is a disarming take on a core computer science topic. In it, you'll learn how to apply common algorithms to the practical problems you face in day-to-day life as a programmer. You'll start with problems like sorting and searching. As you build up your skills in thinking algorithmically, you'll tackle more complex concerns such as data compression or artificial intelligence. Whether you're writing business software, video games, mobile apps, or system utilities, you'll learn algorithmic techniques for solving problems that you thought were out of your grasp. For example, you'll be able to: Write a spell checker using graph algorithms Understand how data compression works using Huffman coding Identify problems that take too long to solve with naive algorithms, and attack them with algorithms that give you an approximate answer instead Each carefully-presented example includes helpful diagrams and fully-annotated code samples in Python. By the end of this book, you will know some of the most widely applicable algorithms as well as how and when to use them.

I WANT TO READ THIS
3.5/5

You Don't Know JS: Up & Going by Kyle Simpson

It’s easy to learn parts of JavaScript, but much harder to learn it completely—or even sufficiently—whether you’re new to the language or have used it for years. With the "You Don’t Know JS" book series, you’ll get a more complete understanding of JavaScript, including trickier parts of the language that many experienced JavaScript programmers simply avoid.The series’ firs It’s easy to learn parts of JavaScript, but much harder to learn it completely—or even sufficiently—whether you’re new to the language or have used it for years. With the "You Don’t Know JS" book series, you’ll get a more complete understanding of JavaScript, including trickier parts of the language that many experienced JavaScript programmers simply avoid.The series’ first book, Up & Going, provides the necessary background for those of you with limited programming experience. By learning the basic building blocks of programming, as well as JavaScript’s core mechanisms, you’ll be prepared to dive into the other, more in-depth books in the series—and be well on your way toward true JavaScript.With this book you will: Learn the essential programming building blocks, including operators, types, variables, conditionals, loops, and functions Become familiar with JavaScript's core mechanisms such as values, function closures, this, and prototypes Get an overview of other books in the series—and learn why it’s important to understand all parts of JavaScript

I WANT TO READ THIS
3.1/5

The Most Good You Can Do: How Effective Altruism Is Changing Ideas About Living Ethically by Peter Singer

From the ethicist the New Yorker calls “the most influential living philosopher,” a new way of thinking about living ethically Peter Singer’s books and ideas have been disturbing our complacency ever since the appearance of Animal Liberation. Now he directs our attention to a new movement in which his own ideas have played a crucial role: effective altruism. Effective altr From the ethicist the New Yorker calls “the most influential living philosopher,” a new way of thinking about living ethically Peter Singer’s books and ideas have been disturbing our complacency ever since the appearance of Animal Liberation. Now he directs our attention to a new movement in which his own ideas have played a crucial role: effective altruism. Effective altruism is built upon the simple but profound idea that living a fully ethical life involves doing the "most good you can do." Such a life requires an unsentimental view of charitable giving: to be a worthy recipient of our support, an organization must be able to demonstrate that it will do more good with our money or our time than other options open to us. Singer introduces us to an array of remarkable people who are restructuring their lives in accordance with these ideas, and shows how living altruistically often leads to greater personal fulfillment than living for oneself. The Most Good You Can Do develops the challenges Singer has made, in the New York Times and Washington Post, to those who donate to the arts, and to charities focused on helping our fellow citizens, rather than those for whom we can do the most good. Effective altruists are extending our knowledge of the possibilities of living less selfishly, and of allowing reason, rather than emotion, to determine how we live. The Most Good You Can Do offers new hope for our ability to tackle the world’s most pressing problems.

I WANT TO READ THIS
3.8/5

Automate the Boring Stuff with Python: Practical Programming for Total Beginners by Al Sweigart

If you've ever spent hours renaming files or updating hundreds of spreadsheet cells, you know how tedious tasks like these can be. But what if you could have your computer do them for you? In "Automate the Boring Stuff with Python," you'll learn how to use Python to write programs that do in minutes what would take you hours to do by hand no prior programming experience req If you've ever spent hours renaming files or updating hundreds of spreadsheet cells, you know how tedious tasks like these can be. But what if you could have your computer do them for you? In "Automate the Boring Stuff with Python," you'll learn how to use Python to write programs that do in minutes what would take you hours to do by hand no prior programming experience required. Once you've mastered the basics of programming, you'll create Python programs that effortlessly perform useful and impressive feats of automation to: Search for text in a file or across multiple filesCreate, update, move, and rename files and foldersSearch the Web and download online contentUpdate and format data in Excel spreadsheets of any sizeSplit, merge, watermark, and encrypt PDFsSend reminder emails and text notificationsFill out online forms Step-by-step instructions walk you through each program, and practice projects at the end of each chapter challenge you to improve those programs and use your newfound skills to automate similar tasks. Don't spend your time doing work a well-trained monkey could do. Even if you've never written a line of code, you can make your computer do the grunt work. Learn how in "Automate the Boring Stuff with Python.""

I WANT TO READ THIS
4.7/5

Information Services Today: An Introduction by Sandra Krebs Hirsh (Editor)

This essential overview of what it means to be a library and information professional today provides a broad overview of the transformation of libraries as information organizations, why these organizations are more important today than ever before, the technological influence on how we provide information resources and services in today's digital and global environment, a This essential overview of what it means to be a library and information professional today provides a broad overview of the transformation of libraries as information organizations, why these organizations are more important today than ever before, the technological influence on how we provide information resources and services in today's digital and global environment, and the various career opportunities available for information professionals. The book begins with a historical overview of libraries and their transformation as information and technology hubs within their communities. It also covers the various specializations within the field emphasizing the exciting yet complex roles and opportunities for information professionals. With that foundation in place, it presents how libraries serve different kinds of communities, highlighting the unique needs of users across all ages and how libraries fulfill those needs through a variety of services, and addresses key issues facing information organizations as they meet user needs in the Digital Age. The book then concludes with career management strategies to guide library and information science professionals in building not only vibrant careers but vibrant information organizations for the future as well.

I WANT TO READ THIS
4.5/5

You Don't Know JS: this & Object Prototypes by Kyle Simpson

No matter how much experience you have with JavaScript, odds are you don't fully understand the language. This concise, in-depth guide takes you inside JavaScript's this structure and object prototypes. You'll learn how they work and why they're integral to behavior delegation--a design pattern in which objects are linked, rather than cloned. Like other books in the "You Do No matter how much experience you have with JavaScript, odds are you don't fully understand the language. This concise, in-depth guide takes you inside JavaScript's this structure and object prototypes. You'll learn how they work and why they're integral to behavior delegation--a design pattern in which objects are linked, rather than cloned. Like other books in the "You Don't Know JS" series, this and Object Prototypes dives into trickier parts of the language that many JavaScript programmers simply avoid. Armed with this knowledge, you can become a true JavaScript master. With this book you will: Explore how the this binding points to objects based on how the function is called Look into the nature of JS objects and why you'd need to point to them Learn how developers use the mixin pattern to fake classes in JS Examine how JS's prototype mechanism forms links between objects Learn how to move from class/inheritance design to behavior delegation Understand how the OLOO (objects-linked-to-other-objects) coding style naturally implements behavior delegation

I WANT TO READ THIS
3.6/5

Python Machine Learning by Sebastian Raschka

Link to the GitHub Repository containing the code examples and additional material: https://github.com/rasbt/python-machi... Many of the most innovative breakthroughs and exciting new technologies can be attributed to applications of machine learning. We are living in an age where data comes in abundance, and thanks to the self-learning algorithms from the field of machine Link to the GitHub Repository containing the code examples and additional material: https://github.com/rasbt/python-machi... Many of the most innovative breakthroughs and exciting new technologies can be attributed to applications of machine learning. We are living in an age where data comes in abundance, and thanks to the self-learning algorithms from the field of machine learning, we can turn this data into knowledge. Automated speech recognition on our smart phones, web search engines, e-mail spam filters, the recommendation systems of our favorite movie streaming services – machine learning makes it all possible. Thanks to the many powerful open-source libraries that have been developed in recent years, machine learning is now right at our fingertips. Python provides the perfect environment to build machine learning systems productively. This book will teach you the fundamentals of machine learning and how to utilize these in real-world applications using Python. Step-by-step, you will expand your skill set with the best practices for transforming raw data into useful information, developing learning algorithms efficiently, and evaluating results. You will discover the different problem categories that machine learning can solve and explore how to classify objects, predict continuous outcomes with regression analysis, and find hidden structures in data via clustering. You will build your own machine learning system for sentiment analysis and finally, learn how to embed your model into a web app to share with the world

I WANT TO READ THIS
4/5

Quantum Mechanics: The Theoretical Minimum by Leonard Susskind , Art Friedman

From the bestselling author of The Theoretical Minimum, a DIY introduction to the math and science of quantum physics First he taught you classical mechanics. Now, physicist Leonard Susskind has teamed up with data engineer Art Friedman to present the theory and associated mathematics of the strange world of quantum mechanics. In this follow-up to The Theoretical Minimum, Su From the bestselling author of The Theoretical Minimum, a DIY introduction to the math and science of quantum physics First he taught you classical mechanics. Now, physicist Leonard Susskind has teamed up with data engineer Art Friedman to present the theory and associated mathematics of the strange world of quantum mechanics. In this follow-up to The Theoretical Minimum, Susskind and Friedman provide a lively introduction to this famously difficult field, which attempts to understand the behavior of sub-atomic objects through mathematical abstractions. Unlike other popularizations that shy away from quantum mechanics’ weirdness, Quantum Mechanics embraces the utter strangeness of quantum logic. The authors offer crystal-clear explanations of the principles of quantum states, uncertainty and time dependence, entanglement, and particle and wave states, among other topics, and each chapter includes exercises to ensure mastery of each area. Like The Theoretical Minimum, this volume runs parallel to Susskind’s eponymous Stanford University-hosted continuing education course. An approachable yet rigorous introduction to a famously difficult topic, Quantum Mechanics provides a tool kit for amateur scientists to learn physics at their own pace.

I WANT TO READ THIS
4.3/5

Introduction to Networking: How the Internet Works by Charles Severance , Sue Blumenberg (Editor) , Mauro Toselli (Illustrator)

This book demystifies the amazing architecture and protocols of computers as they communicate over the Internet.  While very complex, the Internet operates on a few relatively simple concepts that anyone can understand. Networks and networked applications are embedded in our lives. Understanding how these technologies work is invaluable.  This book was written for everyone This book demystifies the amazing architecture and protocols of computers as they communicate over the Internet.  While very complex, the Internet operates on a few relatively simple concepts that anyone can understand. Networks and networked applications are embedded in our lives. Understanding how these technologies work is invaluable.  This book was written for everyone - no technical knowledge is required! While this book is not specifically about the Network+ or CCNA certifications, it as a way to give students interested in these certifications a starting point.

I WANT TO READ THIS
5/5

Biology: A Global Approach by Neil A. Campbell

Biology: A Global Approach, 11Th Edn Global Edn by Campbell , Urry , Cain, Pearson, 9781292170435

I WANT TO READ THIS
3.8/5

Machine Learning with R - Second Edition: Expert techniques for predictive modeling to solve all your data analysis problems by Brett Lantz

Build machine learning algorithms, prepare data, and dig deep into data prediction techniques with R Key Features Harness the power of R for statistical computing and data science Explore, forecast, and classify data with R Use R to apply common machine learning algorithms to real-world scenarios Book Description Machine learning, at its core, is concerned with transform Build machine learning algorithms, prepare data, and dig deep into data prediction techniques with R Key Features Harness the power of R for statistical computing and data science Explore, forecast, and classify data with R Use R to apply common machine learning algorithms to real-world scenarios Book Description Machine learning, at its core, is concerned with transforming data into actionable knowledge. This makes machine learning well suited to the present-day era of big data. Given the growing prominence of R's cross-platform, zero-cost statistical programming environment, there has never been a better time to start applying machine learning to your data. Machine learning with R offers a powerful set of methods to quickly and easily gain insight from your data to both, veterans and beginners in data analytics.Want to turn your data into actionable knowledge, predict outcomes that make real impact, and have constantly developing insights? R gives you access to all the power you need to master exceptional machine learning techniques.The second edition of Machine Learning with R provides you with an introduction to the essential skills required in data science. Without shying away from technical theory, it is written to provide focused and practical knowledge to get you building algorithms and crunching your data, with minimal previous experience.With this book, you'll discover all the analytical tools you need to gain insights from complex data and learn to to choose the correct algorithm for your specific needs. Through full engagement with the sort of real-world problems data-wranglers face, you'll learn to apply machine learning methods to deal with common tasks, including classification, prediction, forecasting, market analysis, and clustering. Transform the way you think about data; discover machine learning with R. What you will learn Harness the power of R to build common machine learning algorithms with real-world data science applications Get to grips with techniques in R to clean and prepare your data for analysis and visualize your results Discover the different types of machine learning models and learn what is best to meet your data needs and solve data analysis problems Classify your data with Bayesian and nearest neighbour methods Predict values using R to build decision trees, rules, and support vector machines Forecast numeric values with linear regression and model your data with neural networks Evaluate and improve the performance of machine learning models Learn specialized machine learning techniques for text mining, social network data, and big data Table of Contents Introducing Machine Learning Managing and Understanding Data Lazy Learning - Classification Using Nearest Neighbors Probabilistic Learning - Classification Using Naive Bayes Divide and Conquer - Classification Using Decision Trees and Rules Forecasting Numeric Data - Regression Methods Black Box Methods - Neural Networks and Support Vector Machines Finding Patterns - Market Basket Analysis Using Association Rules Finding Groups of Data - Clustering with K-means Evaluating Model Performance Improving Model Performance

I WANT TO READ THIS
5/5

Fluent Python: Clear, Concise, and Effective Programming by Luciano Ramalho

Python's simplicity lets you become productive quickly, but this often means you aren't using everything it has to offer. With this hands-on guide, you'll learn how to write effective, idiomatic Python code by leveraging its best and possibly most neglected features. Author Luciano Ramalho takes you through Python's core language features and libraries, and shows you how t Python's simplicity lets you become productive quickly, but this often means you aren't using everything it has to offer. With this hands-on guide, you'll learn how to write effective, idiomatic Python code by leveraging its best and possibly most neglected features. Author Luciano Ramalho takes you through Python's core language features and libraries, and shows you how to make your code shorter, faster, and more readable at the same time. Many experienced programmers try to bend Python to fit patterns they learned from other languages, and never discover Python features outside of their experience. With this book, those Python programmers will thoroughly learn how to become proficient in Python 3. This book covers: Python data model: understand how special methods are the key to the consistent behavior of objects Data structures: take full advantage of built-in types, and understand the text vs bytes duality in the Unicode age Functions as objects: view Python functions as first-class objects, and understand how this affects popular design patterns Object-oriented idioms: build classes by learning about references, mutability, interfaces, operator overloading, and multiple inheritance Control flow: leverage context managers, generators, coroutines, and concurrency with the concurrent.futures and asyncio packages Metaprogramming: understand how properties, attribute descriptors, class decorators, and metaclasses work "

I WANT TO READ THIS
4.1/5

Psychology: The Science Of Mind And Behaviour by Richard Gross

500,000 students later Gross continues to set the standard for Psychology textbooks. This thoroughly updated edition is colorful, engaging, and packed with features that help students to understand and evaluate classic and contemporary Psychology. Gross is the 'bible' for students of Psychology and anyone in related fields such as Counseling, Nursing and Social Work who ne 500,000 students later Gross continues to set the standard for Psychology textbooks. This thoroughly updated edition is colorful, engaging, and packed with features that help students to understand and evaluate classic and contemporary Psychology. Gross is the 'bible' for students of Psychology and anyone in related fields such as Counseling, Nursing and Social Work who needs a reliable, catch-all text. All the major domains of Psychology are covered in detail across 50 manageable chapters that will help you get to grips with anything from the nervous system to memory, from attachment to personality, and everything in-between. A final section on issues and debates allows students to cast a critical eye on the research process, to explore the nature of Psychology as an evolving science, and understand some of the ethical issues faced by Psychologists.

I WANT TO READ THIS
3.6/5

Exercises for the Feynman Lectures on Physics by Richard Feynman , Robert B. Leighton , Matthew L. Sands

Combined into one volume for the first time, the updated and clarified Exercises for the Feynman Lectures on Physics provides comprehensive, hands-on practice in all the most important areas of physics—from Newtonian mechanics through the theory of relativity and quantum mechanics. A perfect complement to The Feynman Lectures on Physics, these exercises have all been assign Combined into one volume for the first time, the updated and clarified Exercises for the Feynman Lectures on Physics provides comprehensive, hands-on practice in all the most important areas of physics—from Newtonian mechanics through the theory of relativity and quantum mechanics. A perfect complement to The Feynman Lectures on Physics, these exercises have all been assigned in Caltech's mandatory two-year introductory physics course, either when Richard Feynman was teaching it, or during the nearly two decades that followed when The Feynman Lectures on Physics was used as the textbook. With this modern, easy-to-use volume, students of physics will have a chance to apply what they have learned in the Lectures and to enhance and reinforce the concepts taught by the inimitable Richard Feynman.

I WANT TO READ THIS
4/5

Biology by Neil A. Campbell , Jane B. Reece

Neil Campbell and Jane Reece's BIOLOGY remains unsurpassed as the most successful majors biology textbook in the world. This text has invited more than 4 million students into the study of this dynamic and essential discipline.The authors have restructured each chapter around a conceptual framework of five or six big ideas. An Overview draws students in and sets the stage Neil Campbell and Jane Reece's BIOLOGY remains unsurpassed as the most successful majors biology textbook in the world. This text has invited more than 4 million students into the study of this dynamic and essential discipline.The authors have restructured each chapter around a conceptual framework of five or six big ideas. An Overview draws students in and sets the stage for the rest of the chapter, each numbered Concept Head announces the beginning of a new concept, and Concept Check questions at the end of each chapter encourage students to assess their mastery of a given concept. New Inquiry Figures focus students on the experimental process, and new Research Method Figures illustrate important techniques in biology. Each chapter ends with a Scientific Inquiry Question that asks students to apply scientific investigation skills to the content of the chapter.

I WANT TO READ THIS
5/5

Introduction to Algorithms by Thomas H. Cormen , Charles E. Leiserson , Ronald L. Rivest , Clifford Stein

This title covers a broad range of algorithms in depth, yet makes their design and analysis accessible to all levels of readers. Each chapter is relatively self-contained and can be used as a unit of study. The algorithms are described in English and in a pseudocode designed to be readable by anyone who has done a little programming. The explanations have been kept element This title covers a broad range of algorithms in depth, yet makes their design and analysis accessible to all levels of readers. Each chapter is relatively self-contained and can be used as a unit of study. The algorithms are described in English and in a pseudocode designed to be readable by anyone who has done a little programming. The explanations have been kept elementary without sacrificing depth of coverage or mathematical rigor.

I WANT TO READ THIS
4.2/5

The Elements of Style by William Strunk Jr. , E.B. White

This style manual offers practical advice on improving writing skills. Throughout, the emphasis is on promoting a plain English style. This little book can help you communicate more effectively by showing you how to enliven your sentences.

I WANT TO READ THIS
4.4/5

Introduction to Electrodynamics by David J. Griffiths

This work offers accesible coverage of the fundamentals of electrodynamics, enhanced with with discussion points, examples and exercises.

I WANT TO READ THIS
4.5/5

Calculus [With CDROM] by James Stewart

This edition of James Stewart's best-selling calculus book has been revised with the consistent dedication to excellence that has characterized all his books. Stewart's Calculus is successful throughout the world because he explains the material in a way that makes sense to a wide variety of readers. His explanations make ideas come alive, and his problems challenge, to re This edition of James Stewart's best-selling calculus book has been revised with the consistent dedication to excellence that has characterized all his books. Stewart's Calculus is successful throughout the world because he explains the material in a way that makes sense to a wide variety of readers. His explanations make ideas come alive, and his problems challenge, to reveal the beauty of calculus. Stewart's examples stand out because they are not just models for problem solving or a means of demonstrating techniques--they also encourage readers to develp an analytic view of the subject. This edition includes new problems, examples, and projects.

I WANT TO READ THIS
3.5/5

Introduction to Quantum Mechanics by David J. Griffiths

This book first teaches learners how to "do" quantum mechanics, and then provides them with a more insightful discussion of what it "means." Fundamental principles are covered, quantum theory presented, and special techniques developed for attacking realistic problems. The book s two-part coverage organizes topics under basic theory, and assembles an arsenal of approximati This book first teaches learners how to "do" quantum mechanics, and then provides them with a more insightful discussion of what it "means." Fundamental principles are covered, quantum theory presented, and special techniques developed for attacking realistic problems. The book s two-part coverage organizes topics under basic theory, and assembles an arsenal of approximation schemes with illustrative applications. For physicists and engineers. "

I WANT TO READ THIS
3.9/5

Chemistry: The Central Science by Theodore L. Brown , H. Eugene LeMay Jr. , Bruce E. Bursten

This text offers students an integrated educational solution to the challenges of the chemistry course with an expanded media programme that works in concert with the text, helping with problem solving, visualization and applications.

I WANT TO READ THIS
4/5

Publication Manual of the American Psychological Association by American Psychological Association

With millions of copies sold, the Publication Manual of the American Psychological Association is the style manual of choice for writers, editors, students, educators, and professionals in psychology, sociology, business, economics, nursing, social work, and justice administration, and other disciplines in which effective communication with words and data is fundamental. In With millions of copies sold, the Publication Manual of the American Psychological Association is the style manual of choice for writers, editors, students, educators, and professionals in psychology, sociology, business, economics, nursing, social work, and justice administration, and other disciplines in which effective communication with words and data is fundamental. In addition to providing clear guidance on grammar, the mechanics of writing, and APA style, the Publication Manual offers an authoritative and easy-to-use reference and citation system and comprehensive coverage of the treatment of numbers, metrication, statistical and mathematical data, tables, and figures for use in writing, reports, or presentations. The new edition has been revised and updated to include: The latest guidelines and examples for referencing electronic and online sources New and revised guidelines for submitting papers electronically Improved guidelines for avoiding plagiarism Simplified formatting guidelines for writers using up-to-date word-processing software All new guidelines for presenting case studies Improved guidelines for the construction of tables Updates on copyright and permissions issues for writers New reference examples for audiovisual media and patents An expanded and improved index for quick and easy access Writers, scholars, and professionals will also find: New guidelines on how to choose text, tables, or figures to present data Guidelines for writing cover letters for submitting articles for publication, plus a sample letter Expanded guidelines on the retention of raw data New advice on establishing written agreements for the use of shared data New information on the responsibilities of co-authors New and experienced readers alike will find the 5th Edition a complete resource for writing, presenting, or publishing with clarity and persuasiveness. Approximately 400 pages

I WANT TO READ THIS
3/5

Hamlet by William Shakespeare , Harold Bloom (Contributor) , Rex Gibson (Editor)

Among Shakespeare's plays, "Hamlet" is considered by many his masterpiece. Among actors, the role of Hamlet, Prince of Denmark, is considered the jewel in the crown of a triumphant theatrical career. Now Kenneth Branagh plays the leading role and co-directs a brillant ensemble performance. Three generations of legendary leading actors, many of whom first assembled for the Among Shakespeare's plays, "Hamlet" is considered by many his masterpiece. Among actors, the role of Hamlet, Prince of Denmark, is considered the jewel in the crown of a triumphant theatrical career. Now Kenneth Branagh plays the leading role and co-directs a brillant ensemble performance. Three generations of legendary leading actors, many of whom first assembled for the Oscar-winning film "Henry V", gather here to perform the rarely heard complete version of the play. This clear, subtly nuanced, stunning dramatization, presented by The Renaissance Theatre Company in association with "Bbc" Broadcasting, features such luminaries as Sir John Gielgud, Derek Jacobi, Emma Thompson and Christopher Ravenscroft. It combines a full cast with stirring music and sound effects to bring this magnificent Shakespearen classic vividly to life. Revealing new riches with each listening, this production of "Hamlet" is an invaluable aid for students, teachers and all true lovers of Shakespeare - a recording to be treasured for decades to come.

I WANT TO READ THIS
4/5

Molecular Biology of the Cell by Bruce Alberts , Alexander Johnson , Julian Lewis , Martin Raff , Keith Roberts , Paul Walter

Molecular Biology of the Cell is the classic in-dept text reference in cell biology. By extracting the fundamental concepts from this enormous and ever-growing field, the authors tell the story of cell biology, and create a coherent framework through which non-expert readers may approach the subject. Written in clear and concise language, and beautifully illustrated, the b Molecular Biology of the Cell is the classic in-dept text reference in cell biology. By extracting the fundamental concepts from this enormous and ever-growing field, the authors tell the story of cell biology, and create a coherent framework through which non-expert readers may approach the subject. Written in clear and concise language, and beautifully illustrated, the book is enjoyable to read, and it provides a clear sense of the excitement of modern biology. Molecular Biology of the Cell sets forth the current understanding of cell biology (completely updated as of Autumn 2001), and it explores the intriguing implications and possibilities of the great deal that remains unknown. The hallmark features of previous editions continue in the Fourth Edition. The book is designed with a clean and open, single-column layout. The art program maintains a completely consistent format and style, and includes over 1,600 photographs, electron micrographs, and original drawings by the authors. Clear and concise concept headings introduce each section. Every chapter contains extensive references. Most important, every chapter has been subjected to a rigorous, collaborative revision process where, in addition to incorporating comments from expert reviewers, each co-author reads and reviews the other authors' prose. The result is a truly integrated work with a single authorial voice. Features : - Places the latest hot topics sensibly in context - including genomics, protein structure, array technology, stem cells and genetics diseases. - Incorporates and emphasises new genomic data. - All of molecular biology is brought together into one section (chapters 4-7) covering classically defined molecular biology and molecular genetics. - Two chapters deal exclusively with methods and contain information on the latest tools and techniques. - New chapters on "Pathogens, Infection, and Innate Immunity". - Cell Biology Interactive CD-ROM is packaged with every copy of the book. - Contains over 1,600 illustrations, electron micrographs and photographs, of which over 1,000 are originally conceived by the authors.

I WANT TO READ THIS
4.9/5

Psychology by David G. Myers

I WANT TO READ THIS
4.1/5

Principles of Biochemistry by Albert L. Lehninger , David L. Nelson , Michael M. Cox

Lehninger Principles of Biochemistry, Fourth Edition brings clarity and coherence to an often unwieldy discipline, while incorporating the field's most important recent developments and applications.

I WANT TO READ THIS
3.6/5

The Feynman Lectures on Physics by Richard Feynman , Robert B. Leighton , Matthew L. Sands

The revised edition of Feynman's legendary lectures includes extensive corrections and updates collated by Feynman and his colleagues. A new foreword by Kip Thorne, the current Richard Feynman Professor of Theoretical Physics at Caltech, discusses the relevance of the new edition to today's readers. This boxed set also includes Feynman's new Tips on Physics—the four previo The revised edition of Feynman's legendary lectures includes extensive corrections and updates collated by Feynman and his colleagues. A new foreword by Kip Thorne, the current Richard Feynman Professor of Theoretical Physics at Caltech, discusses the relevance of the new edition to today's readers. This boxed set also includes Feynman's new Tips on Physics—the four previously unpublished lectures that Feynman gave to students preparing for exams at the end of his course. Thus, this 4-volume set is the complete and definitive edition of The Feynman Lectures on Physics. Packaged in a specially designed slipcase, this 4-volume set provides the ultimate legacy of Feynman's extraordinary contribution to students, teachers, researches, and lay readers around the world.

I WANT TO READ THIS
3.9/5

Fundamentals of Physics by David Halliday , Robert Resnick

No other book on the market today can match the 30-year success of Halliday, Resnick and Walker's Fundamentals of Physics! Fundamentals of Physics, 7th Edition and the Extended Version, 7th Edition offer a solid understanding of fundamental physics concepts, helping readers apply this conceptual understanding to quantitative problem solving, in a breezy, easy-to-understand No other book on the market today can match the 30-year success of Halliday, Resnick and Walker's Fundamentals of Physics! Fundamentals of Physics, 7th Edition and the Extended Version, 7th Edition offer a solid understanding of fundamental physics concepts, helping readers apply this conceptual understanding to quantitative problem solving, in a breezy, easy-to-understand style. A unique combination of authoritative content and stimulating applications. * Numerous improvements in the text, based on feedback from the many users of the sixth edition (both instructors and students) * Several thousand end-of-chapter problems have been rewritten to streamline both the presentations and answers * 'Chapter Puzzlers' open each chapter with an intriguing application or question that is explained or answered in the chapter * Problem-solving tactics are provided to help beginning Physics students solve problems and avoid common error * The first section in every chapter introduces the subject of the chapter by asking and answering, "What is Physics?" as the question pertains to the chapter * Numerous supplements available to aid teachers and students The extended edition provides coverage of developments in Physics in the last 100 years, including: Einstein and Relativity, Bohr and others and Quantum Theory, and the more recent theoretical developments like String Theory.

I WANT TO READ THIS