Book picks similar to
An Introduction to Programming Using Python by David I. Schneider
science
science-computer-science
textbooks
uni
Clinical Psychology [with InfoTrac]
Timothy J. Trull - 2000
A highly respected clinician and researcher, Dr. Trull examines the rigorous research training that clinicians receive, along with the empirically supported assessment methods and interventions that clinical psychologists must understand to be successful in the field. This new edition of Trull's best-selling text covers cutting-edge trends, and offers enhanced coverage of culture, gender and diversity, and contemporary issues of health care. Written to inspire students thinking of pursuing careers in the field of clinical psychology, this text is a complete introduction.
Psychology Applied to Teaching
Jack Snowman - 1971
"Psychology Applied to Teaching "takes complex psychological theories demonstrates how they apply to the everyday experiences of in-service teachers. The Eleventh Edition combines fresh concepts and contemporary research with long standing theory and applications to create a textbook that speaks to today' s teachers and students."New! "Chapter 9: Social Cognitive Theory has been added in response to reviewer suggestions and the many recent developments in cognitive research. No other educational psychology book currently offers a separate chapter on this topic."New! ""Take a Stand!" features give the author an opportunity to spotlight issues such as inclusion, school violence, or high-stakes testing, and encourages debate on critical issues in education. Also accessible on the textbook web site with additional resources and pedagogy and in the Eduspace course with online chats."New! "Coverage of key national standards including PRAXIS and INTASC has been added and referenced throughout the text. A convenient correlation table highlighting text coverage is located on the inside covers for students and professors, with additional suggestions for instructor use in the IRM."Case in Print" exercises in every chapter use recent news articles to demonstrate how basic ideas or techniques are being applied by educators from the primary grades through high school. Each article is followed by several open-ended questions to encourage reflection. This feature can also be found on the textbook Web site."Suggestions for Teaching in YourClassroom" sections include detailed descriptions of how to apply the information and concepts discussed in the chapter to the classroom. These features are intended to be read while the book is used as a text and to serve as a reference for in-service teachers later on.Journal entries help students to prepare and use a Reflective Journal. Entries appear in the margins of the text and encourage readers to consider their own personality, style, and teaching situation in establishing personal guidelines for teaching. A guide for setting up a Reflective Journal is included in Chapter 16--students can use their journals as a reference before and during their teaching experience.Eduspace is a customizable, powerful Interactive platform that provides instructors with text-specific online courses and content in multiple disciplines. Eduspace gives an instructor the ability to create all or part of their course online using the widely recognized tools of Blackboard and quality text-specific content from HMCo. Instructors can quickly and easily assign homework exercises, quizzes, tests, tutorials and supplemental study materials and can modify that content or even add their own.
Abnormal Psychology: Clinical Perspectives on Psychological Disorders
Richard P. Halgin - 1998
In Richard Halgin and Susan Krauss Whitbourne’s Abnormal Psychology: Clinical Perspectives on Psychological Disorders, students are shown the human side of Abnormal Psychology. Through the wide
Chemical Reaction Engineering
Octave Levenspiel - 1962
It's goal is the successful design and operation of chemical reactors. This text emphasizes qualitative arguments, simple design methods, graphical procedures, and frequent comparison of capabilities of the major reactor types. Simple ideas are treated first, and are then extended to the more complex.
Calculus
Dale E. Varberg - 1999
Covering various the materials needed by students in engineering, science, and mathematics, this calculus text makes effective use of computing technology, graphics, and applications. It presents at least two technology projects in each chapter.
Interpersonal Communication
Kory Floyd - 2011
"Interpersonal Communication, 2e" demonstrates how effective interpersonal communication can make students' lives better. With careful consideration given to the impact of computer-mediated communication, the program reflects the rapid changes of the modern world in which today's students live and interact. The program also helps students understand and build interpersonal skills and choices for their academic, personal, and professional lives.
Grokking Algorithms An Illustrated Guide For Programmers and Other Curious People
Aditya Y. Bhargava - 2015
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 algorithmsUnderstand how data compression works using Huffman codingIdentify problems that take too long to solve with naive algorithms, and attack them with algorithms that give you an approximate answer insteadEach 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.
Web Scraping with Python: Collecting Data from the Modern Web
Ryan Mitchell - 2015
With this practical guide, you’ll learn how to use Python scripts and web APIs to gather and process data from thousands—or even millions—of web pages at once.
Ideal for programmers, security professionals, and web administrators familiar with Python, this book not only teaches basic web scraping mechanics, but also delves into more advanced topics, such as analyzing raw data or using scrapers for frontend website testing. Code samples are available to help you understand the concepts in practice.
Learn how to parse complicated HTML pages
Traverse multiple pages and sites
Get a general overview of APIs and how they work
Learn several methods for storing the data you scrape
Download, read, and extract data from documents
Use tools and techniques to clean badly formatted data
Read and write natural languages
Crawl through forms and logins
Understand how to scrape JavaScript
Learn image processing and text recognition
The Old Farmer's Almanac 2016
Old Farmer's Almanac - 2015
Thomas, and readers’ expectations. This edition is packed with wit, wisdom, tips, advice, facts, fun, and recipes, including: • traditionally 80 percent–accurate weather forecasts • how to make sausages at home • “creatures from hell” • grow your own beer (ingredients) • time- and money-saving tips • unmasked mysteries of plant seed dispersal • bale, key, and concrete block gardens • quirky origins of American horse breeds • history, lore, and more about birthstones Plus, Moon phases and other celestial sightings, tides, gardening tables, best days to do things, and more. Added value this year: • 96 full-color pages • full-color winter and summer weather maps • updated Reference section Often imitated, but never equaled. Accept no substitutes!
Waking Up Blind Lawsuits Over Eye Surgery
Tom Harbin - 2009
The shocking story of blinded eyes, and the medical school that allowed it.
MATLAB: A Practical Introduction to Programming and Problem Solving
Stormy Attaway - 2009
It is the only book that gives a full introduction to programming in MATLAB combined with an explanation of MATLAB's powerful functions. The book differs from other texts in that it teaches programming concepts and the use of the built-in functions in MATLAB simultaneously. It presents programming concepts and MATLAB built-in functions side-by-side, giving students the ability to program efficiently and exploit the power of MATLAB to solve problems. The systematic, step-by-step approach, building on concepts throughout the book, facilitates easier learning.Starting with basic programming concepts, such as variables, assignments, input/output, selection, and loop statements, problems are introduced and solved throughout the book. The book is organized into two parts. Part I covers the programming constructs and demonstrates programming versus efficient use of built-in functions to solve problems. Part II describes the applications, including plotting, image processing, and mathematics, needed in basic problem solving. The chapters feature sections called Quick Question! as well as practice problems designed to test knowledge about the material covered. Problems are solved using both The Programming Concept and The Efficient Method, which facilitates understanding the efficient ways of using MATLAB, and also the programming concepts used in these efficient functions and operators. There are also sections on 'common pitfalls' and 'programming guidelines' that direct students towards best practice.This book is ideal for engineers learning to program and model in MATLAB, as well as undergraduates in engineering and science taking a course on MATLAB.
Discrete and Combinatorial Mathematics
Ralph P. Grimaldi - 1985
The text offers a flexible organization, enabling instructors to adapt the book to their particular courses. The book is both complete and careful, and it continues to maintain its emphasis on algorithms and applications. Excellent exercise sets allow students to perfect skills as they practice. This new edition continues to feature numerous computer science applications-making this the ideal text for preparing students for advanced study.
Automate the Boring Stuff with Python: Practical Programming for Total Beginners
Al Sweigart - 2014
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 formsStep-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.""
The Age-Well Project: Easy Ways to a Longer, Healthier, Happier Life
Annabel Streets - 2019
But what should we change and how do we do it? Annabel Streets and Susan Saunders spent their 30s climbing the career ladder, having children and caring for elderly parents - all at the same time. By their 40s, they were exhausted, stressed, sleeping too little and rushing too much. They began to ask whether the prolonged ill health and dementia suffered by their parents was their inevitable future too - could they do anything to avoid requiring their own children to care for them in old age? Thus began THE AGE-WELL PROJECT. With incredible tenacity, Annabel and Susan read 50,000 scientific research papers on all aspects of ageing to find what advice cutting-edge research can offer us on how to ensure the longer lives we're living are healthy and happy. Putting their findings into practice, they found that the lifestyle changes they made were having incredible benefits on their health and wellbeing now - as well as for the future. Told with empathy and humour, in THE AGE-WELL PROJECT Annabel and Susan share the 50 key lessons they learned, the meals they cooked and the experts' tips they uncovered to make the second half of your life the best half of your life - happy, healthy and disease-free. Author BiographyAnnabel was a founder member of an award-winning marketing company, advising the chief executives of companies such as Sony, Reuters and the Financial Times. After four children, and at breaking point, she sold her company. Following a stint studying photography and producing a community cook book, she changed tack and wrote an award-winning novel The Joyce Girl which sold in 14 countries and was selected for the 2017 Berlin Film Festival. Since then she has written regularly for a range of titles including the Daily Telegraph, Psychologies, The Author, the Guardian, The Irish Times, Elle, Australian
The Art of the Metaobject Protocol
Gregor Kiczales - 1991
The authors, who developed the metaobject protocol andwho were among the group that developed CLOS, introduce this new approach toprogramming language design, describe its evolution and design principles, andpresent a formal specification of a metaobject protocol for CLOS.Kiczales, desRivi?res, and Bobrow show that the "art of metaobject protocol design" lies increating a synthetic combination of object-oriented and reflective techniques thatcan be applied under existing software engineering considerations to yield a newapproach to programming language design that meets a broad set of designcriteria.One of the major benefits of including the metaobject protocol inprogramming languages is that it allows users to adjust the language to better suittheir needs. Metaobject protocols also disprove the adage that adding moreflexibility to a programming language reduces its performance. In presenting theprinciples of metaobject protocols, the authors work with actual code for asimplified implementation of CLOS and its metaobject protocol, providing anopportunity for the reader to gain hands-on experience with the design process. Theyalso include a number of exercises that address important concerns and openissues.Gregor Kiczales and Jim des Rivi?res, are Members of the Research Staff, andDaniel Bobrow is a Research Fellow, in the System Sciences Laboratory at Xerox PaloAlto Research Center.