102 Top Picks for Homeschool Curriculum


Cathy Duffy - 2014
    Widely-recognized curriculum expert Cathy Duffy walks you through the curriculum selection process: goal setting, figuring out which educational approach to use, developing your own philosophy of education, determining your teaching style, and identifying your children's learning styles. "At-a-glance" charts highlight key features of each Top Pick selection. Scanning through the charts allows you to quickly identify products likely to be of interest. The charts are followed by extensive reviews of each of Cathy's Top Picks. This is an updated and extensively revised edition of 101 Top Picks for Homeschool Curriculum.

Hacker's Delight


Henry S. Warren Jr. - 2002
    Aiming to tell the dark secrets of computer arithmetic, this title is suitable for library developers, compiler writers, and lovers of elegant hacks.

What's a Cook to Do?: An Illustrated Guide to 484 Essential Tips, Techniques, and Tricks


James Peterson - 2007
    Culinary students everywhere rely on the comprehensive and authoritative cookbooks published by chef, instructor, and award-winning author Jim Peterson. And now, for the first time, this guru-to-the-professionals turns his prodigious knowledge into a practical, chockablock, quick-reference, A-to-Z answer book for the rest of us. Look elsewhere for how to bone skate or trim out a saddle of lamb, how to sauté sweetbreads or flambé dessert. Look here instead for how to zest a lemon, make the perfect hamburger, bread a chicken breast, make (truly hot) coffee in a French press, make magic with a Microplane. It’s all here: how to season a castiron pan, bake a perfect pie, keep shells from sticking to hardcooked eggs. How to carve a turkey, roast a chicken, and chop, slice, beat, broil, braise, or boil any ingredient you’re likely to encounter. Information on seasoning, saucing, and determining doneness (by internal temperatures, timings, touch, and sight) guarantee that you’ve eaten your last bland and overcooked meal. Here are 500 invaluable techniques with nearly as many color photographs, bundled into a handy, accessible format.

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.

Science Experiments You Can Eat


Vicki Cobb - 1972
    And once readers have tested their theories and completed their experiments, they can feast on the results! From salad dressing to mayonnaise, celery to popcorn, and muffins to meringues, this book uses food to make science accessible to a range of tastes. Also included is essential information on eating healthfully, plus additional resources for further exploration.

How to Drive: Real World Instruction and Advice from Hollywood's Top Driver


Ben Collins - 2016
    And an absolute must for everyone with a learner's permit. Former Top Gear Stig and professional driver Ben Collins shares expert skills culled from a twenty year career as one of the best drivers in the world, famous for racing in the Le Mans series and NASCAR, piloting the Batmobile, and dodging bullets with James Bond. Refined over thousands of hours of elite-level performance in the physics of driving, his philosophy results in greater control and safer, more efficient and fun driving for all skill levels.

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.

Valedictorians at the Gate: Standing Out, Getting In, and Staying Sane While Applying to College


Becky Munsterer Sabky - 2021
    The perfect grades, the perfect scores, and the perfect extracurriculars. Valedictorians were knocking at the gate, but Becky realized that in their quest for admission many of these students were missing something. Their transcripts were golden, their interviews polished, but they weren’t applying for college, they were competing for it—and in the end they didn’t know what prize they were really striving for.In Valedictorians at the Gate, Sabky looks beyond the smoke and mirrors of the intimidating admissions gauntlet and places the power firmly where it should be: in the hands of the students themselves. Offering prescriptive, actionable advice for students and their (hopefully not helicoptering) parents, Sabky illuminates the pathway to finding the school that is the ideal match.Witty and warm, informative and inspiring, Valedictorians at the Gate is the needed tonic for overstressed, overworked, and overwhelmed students on their way to the perfect college for them.

The Anthropology of Childhood: Cherubs, Chattel, Changelings


David F. Lancy - 2008
    The Anthropology of Childhood provides the first comprehensive review of the literature on children from a distinctly anthropological perspective. Bringing together key evidence from cultural anthropology, history, and primate studies, it argues that our common understandings about children are narrowly culture-bound. Whereas dominant society views children as precious, innocent and preternaturally cute 'cherubs', Lancy introduces the reader to societies where children are viewed as unwanted, inconvenient 'changelings', or as desired but pragmatically commoditized 'chattels'. Looking in particular at family structure and reproduction, profiles of children's caretakers, their treatment at different ages, their play, work, schooling, and transition to adulthood, this volume provides a rich, interesting, and original portrait of children in past and contemporary cultures. A must-read for anyone interested in childhood.

HTML and CSS: Design and Build Websites


Jon Duckett - 2011
    Joining the professional web designers and programmers are new audiences who need to know a little bit of code at work (update a content management system or e-commerce store) and those who want to make their personal blogs more attractive. Many books teaching HTML and CSS are dry and only written for those who want to become programmers, which is why this book takes an entirely new approach. • Introduces HTML and CSS in a way that makes them accessible to everyone—hobbyists, students, and professionals—and it’s full-color throughout • Utilizes information graphics and lifestyle photography to explain the topics in a simple way that is engaging • Boasts a unique structure that allows you to progress through the chapters from beginning to end or just dip into topics of particular interest at your leisureThis educational book is one that you will enjoy picking up, reading, then referring back to. It will make you wish other technical topics were presented in such a simple, attractive and engaging way!

Purely Functional Data Structures


Chris Okasaki - 1996
    However, data structures for these languages do not always translate well to functional languages such as Standard ML, Haskell, or Scheme. This book describes data structures from the point of view of functional languages, with examples, and presents design techniques that allow programmers to develop their own functional data structures. The author includes both classical data structures, such as red-black trees and binomial queues, and a host of new data structures developed exclusively for functional languages. All source code is given in Standard ML and Haskell, and most of the programs are easily adaptable to other functional languages. This handy reference for professional programmers working with functional languages can also be used as a tutorial or for self-study.

The Man from the Future: The Visionary Life of John von Neumann


Ananyo Bhattacharya - 2021
    Above all it fizzes with a dizzying mix of deliciously vital ideas. . . A staggering achievement' Tim HarfordThe smartphones in our pockets and computers like brains. The vagaries of game theory and evolutionary biology. Self-replicating moon bases and nuclear weapons. All bear the fingerprints of one remarkable man: John von Neumann.Born in Budapest at the turn of the century, von Neumann is one of the most influential scientists to have ever lived. His colleagues believed he had the fastest brain on the planet - bar none. He was instrumental in the Manhattan Project and helped formulate the bedrock of Cold War geopolitics and modern economic theory. He created the first ever programmable digital computer. He prophesied the potential of nanotechnology and, from his deathbed, expounded on the limits of brains and computers - and how they might be overcome.Taking us on an astonishing journey, Ananyo Bhattacharya explores how a combination of genius and unique historical circumstance allowed a single man to sweep through so many different fields of science, sparking revolutions wherever he went.Insightful and illuminating, The Man from the Future is a thrilling intellectual biography of the visionary thinker who shaped our century.

The Immortal Life of Henrietta Lacks: Young Adult Edition


Gregory Mone - 2013
    Henrietta Lacks was a poor Southern tobacco farmer whose cervical cancer cells taken without her knowledge in 1951 treatment, have been vital in fighting polio, cancer, and viruses. Topics are race, bioethics, research, rights, family, and whether we control our cells.

The Underdog Advantage - Rewrite Your Future By Turning Your Disadvantages Into Your Superpowers


Dean Graziosi
    Do things look good on the outside but on the inside, you feel like a prisoner trapped in mediocrity? Or maybe you feel like you missed your chance, or you can’t find your starting point and no matter what you do, nothing moves you forward? You’re the underdog—dismissed, counted out, lacking the right resources and unsupported. This book changes all that by taking you on a journey and showing you what successful "Underdogs" throughout time have already discovered. Your so called disadvantaged are the fuel and the hidden superpower to accomplish anything you know the secret on how to flip the success switch on in your life... This Book will show you that as an underdog (Something we all are) you’re actually in a great position, and with one or two small shifts, you can unlock limitless potential. Being an underdog means you don’t have to worry about what other people think, you have a lot of room to improve, you can get easy momentum, you can sneak up on competitors, and you have incredible sources of motivation. Soon you will learn that being an underdog is actually your ultimate unfair advantage to next level wealth, prosperity, happiness and joy...

Hands-On Machine Learning with Scikit-Learn and TensorFlow


Aurélien Géron - 2017
    Now that machine learning is thriving, even programmers who know close to nothing about this technology can use simple, efficient tools to implement programs capable of learning from data. This practical book shows you how.By using concrete examples, minimal theory, and two production-ready Python frameworks—Scikit-Learn and TensorFlow—author Aurélien Géron helps you gain an intuitive understanding of the concepts and tools for building intelligent systems. You’ll learn how to use a range of techniques, starting with simple Linear Regression and progressing to Deep Neural Networks. If you have some programming experience and you’re ready to code a machine learning project, this guide is for you.This hands-on book shows you how to use:Scikit-Learn, an accessible framework that implements many algorithms efficiently and serves as a great machine learning entry pointTensorFlow, a more complex library for distributed numerical computation, ideal for training and running very large neural networksPractical code examples that you can apply without learning excessive machine learning theory or algorithm details