Book picks similar to
Modern Engineering for Design of Liquid Propellant Rocket Engines by Dieter K. Huzel
engineering
elon-musk
space
elon
Quantum Computing Since Democritus
Scott Aaronson - 2013
Full of insights, arguments and philosophical perspectives, the book covers an amazing array of topics. Beginning in antiquity with Democritus, it progresses through logic and set theory, computability and complexity theory, quantum computing, cryptography, the information content of quantum states and the interpretation of quantum mechanics. There are also extended discussions about time travel, Newcomb's Paradox, the anthropic principle and the views of Roger Penrose. Aaronson's informal style makes this fascinating book accessible to readers with scientific backgrounds, as well as students and researchers working in physics, computer science, mathematics and philosophy.
On Gravity: A Brief Tour of a Weighty Subject
Anthony Zee - 2018
From the months each of us spent suspended in the womb anticipating birth to the moments when we wait for sleep to transport us to other realities, we are always aware of gravity. In On Gravity, physicist A. Zee combines profound depth with incisive accessibility to take us on an original and compelling tour of Einstein's general theory of relativity.Inspired by Einstein's audacious suggestion that spacetime could ripple, Zee begins with the stunning discovery of gravity waves. He goes on to explain how gravity can be understood in comparison to other classical field theories, presents the idea of curved spacetime and the action principle, and explores cutting-edge topics, including black holes and Hawking radiation. Zee travels as far as the theory reaches, leaving us with tantalizing hints of the utterly unknown, from the intransigence of quantum gravity to the mysteries of dark matter and energy.Concise and precise, and infused with Zee's signature warmth and freshness of style, On Gravity opens a unique pathway to comprehending relativity and gaining deep insight into gravity, spacetime, and the workings of the universe.
A Man on the Moon
Andrew Chaikin - 1994
Now the greatest event of the twentieth century
Eating the Sun: Small Musings on a Vast Universe
Ella Frances Sanders - 2019
From the New York Times bestselling creator of Lost in Translation, Eating the Sun is a delicately existential, beautifully illustrated, and welcoming exploration of the universe—one that examines and marvels at the astonishing principles, laws, and phenomena that we exist alongside, that we sit within.
The Pragmatic Programmer: From Journeyman to Master
Andy Hunt - 1999
It covers topics ranging from personal responsibility and career development to architectural techniques for keeping your code flexible and easy to adapt and reuse. Read this book, and you'll learn how toFight software rot; Avoid the trap of duplicating knowledge; Write flexible, dynamic, and adaptable code; Avoid programming by coincidence; Bullet-proof your code with contracts, assertions, and exceptions; Capture real requirements; Test ruthlessly and effectively; Delight your users; Build teams of pragmatic programmers; and Make your developments more precise with automation. Written as a series of self-contained sections and filled with entertaining anecdotes, thoughtful examples, and interesting analogies,
The Pragmatic Programmer
illustrates the best practices and major pitfalls of many different aspects of software development. Whether you're a new coder, an experienced programmer, or a manager responsible for software projects, use these lessons daily, and you'll quickly see improvements in personal productivity, accuracy, and job satisfaction. You'll learn skills and develop habits and attitudes that form the foundation for long-term success in your career. You'll become a Pragmatic Programmer.
Light of the Stars: Alien Worlds and the Fate of the Earth
Adam Frank - 2018
Astrophysicist Adam Frank traces the question of alien life and intelligence from the ancient Greeks to the leading thinkers of our own time, and shows how we as a civilization can only hope to survive climate change if we recognize what science has recently discovered: that we are just one of ten billion trillion planets in the Universe, and it’s highly likely that many of those planets hosted technologically advanced alien civilizations. What’s more, each of those civilizations must have faced the same challenge of civilization-driven climate change.Written with great clarity and conviction, Light of the Stars builds on the inspiring work of pioneering scientists such as Frank Drake and Carl Sagan, whose work at the dawn of the space age began building the new science of astrobiology; Jack James, the Texas-born engineer who drove NASA’s first planetary missions to success; Vladimir Vernadsky, the Russian geochemist who first envisioned the Earth’s biosphere; and James Lovelock and Lynn Margulis, who invented Gaia theory. Frank recounts the perilous journey NASA undertook across millions of miles of deep space to get its probes to Venus and Mars, yielding our first view of the cosmic laws of planets and climate that changed our understanding of our place in the universe.Thrilling science at the grandest of scales, Light of the Stars explores what may be the largest question of all: What can the likely presence of life on other worlds tell us about our own fate?
Pale Blue Dot: A Vision of the Human Future in Space
Carl Sagan - 1994
This stirring book reveals how scientific discovery has altered our perception of who we are and where we stand, and challenges us to weigh what we will do with that knowledge. Photos, many in color.
Hackers: Heroes of the Computer Revolution
Steven Levy - 1984
That was before one pioneering work documented the underground computer revolution that was about to change our world forever. With groundbreaking profiles of Bill Gates, Steve Wozniak, MIT's Tech Model Railroad Club, and more, Steven Levy's Hackers brilliantly captured a seminal moment when the risk-takers and explorers were poised to conquer twentieth-century America's last great frontier. And in the Internet age, the hacker ethic-first espoused here-is alive and well.
The Art of Statistics: How to Learn from Data
David Spiegelhalter - 2019
Statistics are everywhere, as integral to science as they are to business, and in the popular media hundreds of times a day. In this age of big data, a basic grasp of statistical literacy is more important than ever if we want to separate the fact from the fiction, the ostentatious embellishments from the raw evidence -- and even more so if we hope to participate in the future, rather than being simple bystanders. In The Art of Statistics, world-renowned statistician David Spiegelhalter shows readers how to derive knowledge from raw data by focusing on the concepts and connections behind the math. Drawing on real world examples to introduce complex issues, he shows us how statistics can help us determine the luckiest passenger on the Titanic, whether a notorious serial killer could have been caught earlier, and if screening for ovarian cancer is beneficial. The Art of Statistics not only shows us how mathematicians have used statistical science to solve these problems -- it teaches us how we too can think like statisticians. We learn how to clarify our questions, assumptions, and expectations when approaching a problem, and -- perhaps even more importantly -- we learn how to responsibly interpret the answers we receive. Combining the incomparable insight of an expert with the playful enthusiasm of an aficionado, The Art of Statistics is the definitive guide to stats that every modern person needs.
Effective Python: 59 Specific Ways to Write Better Python
Brett Slatkin - 2015
This makes the book random-access: Items are easy to browse and study in whatever order the reader needs. I will be recommending "Effective Python" to students as an admirably compact source of mainstream advice on a very broad range of topics for the intermediate Python programmer. " Brandon Rhodes, software engineer at Dropbox and chair of PyCon 2016-2017" It s easy to start coding with Python, which is why the language is so popular. However, Python s unique strengths, charms, and expressiveness can be hard to grasp, and there are hidden pitfalls that can easily trip you up. " Effective Python " will help you master a truly Pythonic approach to programming, harnessing Python s full power to write exceptionally robust and well-performing code. Using the concise, scenario-driven style pioneered in Scott Meyers best-selling "Effective C++, " Brett Slatkin brings together 59 Python best practices, tips, and shortcuts, and explains them with realistic code examples. Drawing on years of experience building Python infrastructure at Google, Slatkin uncovers little-known quirks and idioms that powerfully impact code behavior and performance. You ll learn the best way to accomplish key tasks, so you can write code that s easier to understand, maintain, and improve. Key features includeActionable guidelines for all major areas of Python 3.x and 2.x development, with detailed explanations and examples Best practices for writing functions that clarify intention, promote reuse, and avoid bugs Coverage of how to accurately express behaviors with classes and objects Guidance on how to avoid pitfalls with metaclasses and dynamic attributes More efficient approaches to concurrency and parallelism Better techniques and idioms for using Python s built-in modules Tools and best practices for collaborative development Solutions for debugging, testing, and optimization in order to improve quality and performance "
The Mission (A True Story)
David W. Brown - 2021
David W. Brown chronicles the remarkable saga of how Europa was won, and what it takes to get things done—both down here, and up there.
Learn You a Haskell for Great Good!
Miran Lipovača - 2011
Learn You a Haskell for Great Good! introduces programmers familiar with imperative languages (such as C++, Java, or Python) to the unique aspects of functional programming. Packed with jokes, pop culture references, and the author's own hilarious artwork, Learn You a Haskell for Great Good! eases the learning curve of this complex language, and is a perfect starting point for any programmer looking to expand his or her horizons. The well-known web tutorial on which this book is based is widely regarded as the best way for beginners to learn Haskell, and receives over 30,000 unique visitors monthly.
The Revolutionary Genius of Plants: A New Understanding of Plant Intelligence and Behavior
Stefano Mancuso - 2017
Despite not having brains or central nervous systems, plants perceive their surroundings with an even greater sensitivity than animals. They efficiently explore and react promptly to potentially damaging external events thanks to their cooperative, shared systems; without any central command centers, they are able to remember prior catastrophic events and to actively adapt to new ones.Every page of Plant Revolution bubbles over with Stefano Mancuso’s infectious love for plants and for the eye-opening research that makes it more and more clear how remarkable our fellow inhabitants on this planet really are. In his hands, complicated science is wonderfully accessible, and he has loaded the book with gorgeous photographs that make for an unforgettable reading experience. Plant Revolution opens the doors to a new understanding of life on earth.
Physics for Scientists and Engineers, Volume 1
Raymond A. Serway - 2003
However, rather than resting on that reputation, the new edition of this text marks a significant advance in the already excellent quality of the book. While preserving concise language, state of the art educational pedagogy, and top-notch worked examples, the Eighth Edition features a unified art design as well as streamlined and carefully reorganized problem sets that enhance the thoughtful instruction for which Raymond A. Serway and John W. Jewett, Jr. earned their reputations. Likewise, PHYSICS FOR SCIENTISTS AND ENGINEERS, will continue to accompany Enhanced WebAssign in the most integrated text-technology offering available today. In an environment where new Physics texts have appeared with challenging and novel means to teach students, this book exceeds all modern standards of education from the most solid foundation in the Physics market today.
The Art of Electronics
Paul Horowitz - 1980
Widely accepted as the authoritative text and reference on electronic circuit design, both analog and digital, this book revolutionized the teaching of electronics by emphasizing the methods actually used by circuit designers -- a combination of some basic laws, rules of thumb, and a large bag of tricks. The result is a largely nonmathematical treatment that encourages circuit intuition, brainstorming, and simplified calculations of circuit values and performance. The new Art of Electronics retains the feeling of informality and easy access that helped make the first edition so successful and popular. It is an ideal first textbook on electronics for scientists and engineers and an indispensable reference for anyone, professional or amateur, who works with electronic circuits.