The Killing Zone: How & Why Pilots Die


Paul A. Craig - 2000
    Presents the statistics of how many pilots will die in the zone within a year; calls attention to the eight top pilot killers (such as "VFR into IFR," "Takeoff and Climb"); and maps strategies for avoiding, diverting, correcting, and managing the dangers. Includes a Pilot Personality Self-Assessment Exercise that identifies pilot "types" and how each type can best react to survive the killing zone.

Asking the Right Questions: A Guide to Critical Thinking


M. Neil Browne - 1981
    'Asking the Right Questions' helps students bridge the gap between simply memorising or blindly accepting information, and the greater challenge of critical analysis and synthesis.

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


Eric Matthes - 2015
    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 PygalMake 2D games that respond to keypresses and mouse clicks, and that grow more difficult as the game progressesWork with data to generate interactive visualizationsCreate and customize simple web apps and deploy them safely onlineDeal with mistakes and errors so you can solve your own programming problemsIf 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!

Algorithms to Live By: The Computer Science of Human Decisions


Brian Christian - 2016
    What should we do, or leave undone, in a day or a lifetime? How much messiness should we accept? What balance of new activities and familiar favorites is the most fulfilling? These may seem like uniquely human quandaries, but they are not: computers, too, face the same constraints, so computer scientists have been grappling with their version of such issues for decades. And the solutions they've found have much to teach us.In a dazzlingly interdisciplinary work, acclaimed author Brian Christian and cognitive scientist Tom Griffiths show how the algorithms used by computers can also untangle very human questions. They explain how to have better hunches and when to leave things to chance, how to deal with overwhelming choices and how best to connect with others. From finding a spouse to finding a parking spot, from organizing one's inbox to understanding the workings of memory, Algorithms to Live By transforms the wisdom of computer science into strategies for human living.

Energy for Future Presidents: The Science Behind the Headlines


Richard A. Muller - 2012
    citizens that nothing has more impact on our lives than the supply of and demand for energy. Its procurement dominates our economy and foreign policy more than any other factor. But the “energy question” is more confusing, contentious, and complicated than ever before. We need to know if nuclear power will ever really be safe. We need to know if solar and wind power will ever really be viable. And we desperately need to know if the natural gas deposits in Pennsylvania are a windfall of historic proportions or a false hope that will create more problems than solutions. Richard A. Muller provides all the answers in this must-read guide to our energy priorities now and in the coming years.

Paradigms of Artificial Intelligence Programming: Case Studies in Common LISP


Peter Norvig - 1991
    By reconstructing authentic, complex AI programs using state-of-the-art Common Lisp, the book teaches students and professionals how to build and debug robust practical programs, while demonstrating superior programming style and important AI concepts. The author strongly emphasizes the practical performance issues involved in writing real working programs of significant size. Chapters on troubleshooting and efficiency are included, along with a discussion of the fundamentals of object-oriented programming and a description of the main CLOS functions. This volume is an excellent text for a course on AI programming, a useful supplement for general AI courses and an indispensable reference for the professional programmer.

Applied Cryptography: Protocols, Algorithms, and Source Code in C


Bruce Schneier - 1993
    … The book the National Security Agency wanted never to be published." –Wired Magazine "…monumental… fascinating… comprehensive… the definitive work on cryptography for computer programmers…" –Dr. Dobb's Journal"…easily ranks as one of the most authoritative in its field." —PC Magazine"…the bible of code hackers." –The Millennium Whole Earth CatalogThis new edition of the cryptography classic provides you with a comprehensive survey of modern cryptography. The book details how programmers and electronic communications professionals can use cryptography—the technique of enciphering and deciphering messages-to maintain the privacy of computer data. It describes dozens of cryptography algorithms, gives practical advice on how to implement them into cryptographic software, and shows how they can be used to solve security problems. Covering the latest developments in practical cryptographic techniques, this new edition shows programmers who design computer applications, networks, and storage systems how they can build security into their software and systems. What's new in the Second Edition? * New information on the Clipper Chip, including ways to defeat the key escrow mechanism * New encryption algorithms, including algorithms from the former Soviet Union and South Africa, and the RC4 stream cipher * The latest protocols for digital signatures, authentication, secure elections, digital cash, and more * More detailed information on key management and cryptographic implementations

First Light


Richard Preston - 1987
    In First Light, he demonstrates his gift for creating an exciting and absorbing narrative around a complex scientific subject--in this case the efforts by astronomers at the Palomar Observatory in the San Gabriel Mountains of California to peer to the farthest edges of space through the Hale Telescope, attempting to solve the riddle of the creation of the universe. Richard Preston's name became a household word with The Hot Zone, which sold nearly 800,000 copies in hardcover, was on The New York Times's bestseller list for 42 weeks, and was the subject of countless magazine and newspaper articles. Preston has become a sought-after commentator on popular science subjects. For this hardcover reprint of what has been called "the best popular account of astronomy in action," (Kirkus Reviews) he has revised the text and written a new introduction.

Three Roads To Quantum Gravity


Lee Smolin - 2000
     "Provocative, original, and unsettling." -- The New York Review of Books "An excellent writer, a creative thinker." -- Nature

Statistics Essentials for Dummies


Deborah J. Rumsey - 2010
    Free of review and ramp-up material, Statistics Essentials For Dummies sticks to the point, with content focused on key course topics only. It provides discrete explanations of essential concepts taught in a typical first semester college-level statistics course, from odds and error margins to confidence intervals and conclusions. This guide is also a perfect reference for parents who need to review critical statistics concepts as they help high school students with homework assignments, as well as for adult learners headed back into the classroom who just need a refresher of the core concepts. The Essentials For Dummies Series Dummies is proud to present our new series, The Essentials For Dummies. Now students who are prepping for exams, preparing to study new material, or who just need a refresher can have a concise, easy-to-understand review guide that covers an entire course by concentrating solely on the most important concepts. From algebra and chemistry to grammar and Spanish, our expert authors focus on the skills students most need to succeed in a subject.

Introduction to Physical Metallurgy


Sidney H. Avner - 1974
    The main ideas and applications of the metallurgy are provided in this book.

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 Theory of Everything: The Quest to Explain All Reality


Don Lincoln - 2018
    He was trying to find an equation that explained all physical reality - a theory of everything. He failed, but others have taken up the challenge in a remarkable quest that is shedding light on unsuspected secrets of the cosmos.Experimental physicist and award-winning educator Dr. Don Lincoln of the Fermi National Accelerator Laboratory takes you on this exciting journey in The Theory of Everything: The Quest to Explain All Reality. Suitable for the intellectually curious at all levels and assuming no background beyond basic high-school math, these 24 half-hour lectures cover recent developments at the forefront of particle physics and cosmology, while delving into the history of the centuries-long search for this holy grail of science.You trace the dream of a theory of everything through Newton, Maxwell, Einstein, Bohr, Schrödinger, Feynman, Gell-Mann, Weinberg, and other great physicists, charting their progress toward an all-embracing, unifying theory. Their resulting equations are the masterpieces of physics, which Dr. Lincoln explains in fascinating and accessible detail. Studying them is like touring a museum of great works of art - works that are progressing toward an ultimate, as-yet-unfinished masterpiece.Listening Length: 12 hours and 21 minutes

Course of Theoretical Physics: Vol. 1, Mechanics


L.D. Landau - 1969
    The exposition is simple and leads to the most complete direct means of solving problems in mechanics. The final sections on adiabatic invariants have been revised and augmented. In addition a short biography of L D Landau has been inserted.

Fundamentals of Software Architecture: An Engineering Approach


Mark Richards - 2020
    Until now. This practical guide provides the first comprehensive overview of software architecture's many aspects. You'll examine architectural characteristics, architectural patterns, component determination, diagramming and presenting architecture, evolutionary architecture, and many other topics.Authors Neal Ford and Mark Richards help you learn through examples in a variety of popular programming languages, such as Java, C#, JavaScript, and others. You'll focus on architecture principles with examples that apply across all technology stacks.