Book picks similar to
Music Theory for Computer Musicians (Computer Musicians, #1) by Michael Hewitt
music
non-fiction
music-theory
music-production
On Writing Well: The Classic Guide to Writing Nonfiction
William Zinsser - 1976
It is a book for everybody who wants to learn how to write or who needs to do some writing to get through the day, as almost everybody does in the age of e-mail and the Internet. Whether you want to write about people or places, science and technology, business, sports, the arts or about yourself in the increasingly popular memoir genre, On Writing Well offers you fundamental priciples as well as the insights of a distinguished writer and teacher. With more than a million copies sold, this volume has stood the test of time and remains a valuable resource for writers and would-be writers.
Head First Java
Kathy Sierra - 2005
You might think the problem is your brain. It seems to have a mind of its own, a mind that doesn't always want to take in the dry, technical stuff you're forced to study. The fact is your brain craves novelty. It's constantly searching, scanning, waiting for something unusual to happen. After all, that's the way it was built to help you stay alive. It takes all the routine, ordinary, dull stuff and filters it to the background so it won't interfere with your brain's real work--recording things that matter. How does your brain know what matters? It's like the creators of the Head First approach say, suppose you're out for a hike and a tiger jumps in front of you, what happens in your brain? Neurons fire. Emotions crank up. Chemicals surge. That's how your brain knows.And that's how your brain will learn Java. Head First Java combines puzzles, strong visuals, mysteries, and soul-searching interviews with famous Java objects to engage you in many different ways. It's fast, it's fun, and it's effective. And, despite its playful appearance, Head First Java is serious stuff: a complete introduction to object-oriented programming and Java. You'll learn everything from the fundamentals to advanced topics, including threads, network sockets, and distributed programming with RMI. And the new. second edition focuses on Java 5.0, the latest version of the Java language and development platform. Because Java 5.0 is a major update to the platform, with deep, code-level changes, even more careful study and implementation is required. So learning the Head First way is more important than ever. If you've read a Head First book, you know what to expect--a visually rich format designed for the way your brain works. If you haven't, you're in for a treat. You'll see why people say it's unlike any other Java book you've ever read.By exploiting how your brain works, Head First Java compresses the time it takes to learn and retain--complex information. Its unique approach not only shows you what you need to know about Java syntax, it teaches you to think like a Java programmer. If you want to be bored, buy some other book. But if you want to understand Java, this book's for you.
The Intellectual Devotional: Revive Your Mind, Complete Your Education, and Roam Confidently with the Cultured Class
David S. Kidder - 2006
The Intellectual Devotional is a secular version of the same—a collection of 365 short lessons that will inspire and invigorate the reader every day of the year. Each daily digest of wisdom is drawn from one of seven fields of knowledge: history, literature, philosophy, mathematics and science, religion, fine arts, and music.Impress your friends by explaining Plato's Cave Allegory, pepper your cocktail party conversation with opera terms, and unlock the mystery of how batteries work. Daily readings range from important passages in literature to basic principles of physics, from pivotal events in history to images of famous paintings with accompanying analysis. The book's goal is to refresh knowledge we've forgotten, make new discoveries, and exercise modes of thinking that are ordinarily neglected once our school days are behind us. Offering an escape from the daily grind to contemplate higher things, The Intellectual Devotional is a great way to awaken in the morning or to revitalize one's mind before retiring in the evening.
Gut: The Inside Story of Our Body’s Most Underrated Organ
Giulia Enders - 2014
Gut, an international bestseller, gives the alimentary canal its long-overdue moment in the spotlight. With quirky charm, rising science star Giulia Enders explains the gut’s magic, answering questions like: Why does acid reflux happen? What’s really up with gluten and lactose intolerance? How does the gut affect obesity and mood? Communication between the gut and the brain is one of the fastest-growing areas of medical research—on par with stem-cell research. Our gut reactions, we learn, are intimately connected with our physical and mental well-being. Enders’s beguiling manifesto will make you finally listen to those butterflies in your stomach: they’re trying to tell you something important.
Apollo's Angels: A History of Ballet
Jennifer Homans - 2010
Its traditions serve as a record of our past. A ballerina dancing The Sleeping Beauty today is a link in a long chain of dancers stretching back to sixteenth-century Italy and France: Her graceful movements recall a lost world of courts, kings, and aristocracy, but her steps and gestures are also marked by the dramatic changes in dance and culture that followed. Ballet has been shaped by the Renaissance and Classicism, the Enlightenment and Romanticism, Bolshevism, Modernism, and the Cold War. Apollo’s Angels is a groundbreaking work—the first cultural history of ballet ever written, lavishly illustrated and beautifully told.Ballet is unique: It has no written texts or standardized notation. It is a storytelling art passed on from teacher to student. The steps are never just the steps—they are a living, breathing document of a culture and a tradition. And while ballet’s language is shared by dancers everywhere, its artists have developed distinct national styles. French, Italian, Danish, Russian, English, and American traditions each have their own expression, often formed in response to political and societal upheavals.From ballet’s origins in the Renaissance and the codification of its basic steps and positions under France’s Louis XIV (himself an avid dancer), the art form wound its way through the courts of Europe, from Paris and Milan to Vienna and St. Petersburg. It was in Russia that dance developed into the form most familiar to American audiences: The Sleeping Beauty, Swan Lake, and The Nutcracker originated at the Imperial court. In the twentieth century, émigré dancers taught their art to a generation in the United States and in Western Europe, setting off a new and radical transformation of dance. Jennifer Homans is a historian and critic who was also a professional dancer: She brings to Apollo’s Angels a knowledge of dance born of dedicated practice. She traces the evolution of technique, choreography, and performance in clean, clear prose, drawing readers into the intricacies of the art with vivid descriptions of dances and the artists who made them. Her admiration and love for the ballet shines through on every page. Apollo’s Angels is an authoritative work, written with a grace and elegance befitting its subject.
Learn Python The Hard Way
Zed A. Shaw - 2010
The title says it is the hard way to learn to writecode but it’s actually not. It’s the “hard” way only in that it’s the way people used to teach things. In this book youwill do something incredibly simple that all programmers actually do to learn a language: 1. Go through each exercise. 2. Type in each sample exactly. 3. Make it run.That’s it. This will be very difficult at first, but stick with it. If you go through this book, and do each exercise for1-2 hours a night, then you’ll have a good foundation for moving on to another book. You might not really learn“programming” from this book, but you will learn the foundation skills you need to start learning the language.This book’s job is to teach you the three most basic essential skills that a beginning programmer needs to know:Reading And Writing, Attention To Detail, Spotting Differences.
Python for Data Analysis
Wes McKinney - 2011
It is also a practical, modern introduction to scientific computing in Python, tailored for data-intensive applications. This is a book about the parts of the Python language and libraries you'll need to effectively solve a broad set of data analysis problems. This book is not an exposition on analytical methods using Python as the implementation language.Written by Wes McKinney, the main author of the pandas library, this hands-on book is packed with practical cases studies. It's ideal for analysts new to Python and for Python programmers new to scientific computing.Use the IPython interactive shell as your primary development environmentLearn basic and advanced NumPy (Numerical Python) featuresGet started with data analysis tools in the pandas libraryUse high-performance tools to load, clean, transform, merge, and reshape dataCreate scatter plots and static or interactive visualizations with matplotlibApply the pandas groupby facility to slice, dice, and summarize datasetsMeasure data by points in time, whether it's specific instances, fixed periods, or intervalsLearn how to solve problems in web analytics, social sciences, finance, and economics, through detailed examples
The Story of Philosophy: The Lives and Opinions of the World's Greatest Philosophers
Will Durant - 1926
Few write for the non-specialist as well as Will Durant, and this book is a splendid example of his eminently readable scholarship. Durant’s insight and wit never cease to dazzle; The Story of Philosophy is a key book for anyone who wishes to survey the history and development of philosophical ideas in the Western world.
Ubuntu Linux Toolbox: 1000+ Commands for Ubuntu and Debian Power Users
Christopher Negus - 2007
Try out more than 1,000 commands to find and get software, monitor system health and security, and access network resources. Then, apply the skills you learn from this book to use and administer desktops and servers running Ubuntu, Debian, and KNOPPIX or any other Linux distribution.
The Code Book: The Science of Secrecy from Ancient Egypt to Quantum Cryptography
Simon Singh - 1999
From Mary, Queen of Scots, trapped by her own code, to the Navajo Code Talkers who helped the Allies win World War II, to the incredible (and incredibly simple) logisitical breakthrough that made Internet commerce secure, The Code Book tells the story of the most powerful intellectual weapon ever known: secrecy.Throughout the text are clear technical and mathematical explanations, and portraits of the remarkable personalities who wrote and broke the world’s most difficult codes. Accessible, compelling, and remarkably far-reaching, this book will forever alter your view of history and what drives it. It will also make you wonder how private that e-mail you just sent really is.
Malware Analyst's Cookbook and DVD: Tools and Techniques for Fighting Malicious Code
Michael Hale Ligh - 2010
Security professionals will find plenty of solutions in this book to the problems posed by viruses, Trojan horses, worms, spyware, rootkits, adware, and other invasive software. Written by well-known malware experts, this guide reveals solutions to numerous problems and includes a DVD of custom programs and tools that illustrate the concepts, enhancing your skills.
Security professionals face a constant battle against malicious software; this practical manual will improve your analytical capabilities and provide dozens of valuable and innovative solutions
Covers classifying malware, packing and unpacking, dynamic malware analysis, decoding and decrypting, rootkit detection, memory forensics, open source malware research, and much more
Includes generous amounts of source code in C, Python, and Perl to extend your favorite tools or build new ones, and custom programs on the DVD to demonstrate the solutions
Malware Analyst's Cookbook is indispensible to IT security administrators, incident responders, forensic analysts, and malware researchers.
The Elements of Style
William Strunk Jr. - 1918
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.
Security Engineering: A Guide to Building Dependable Distributed Systems
Ross J. Anderson - 2008
Spammers, virus writers, phishermen, money launderers, and spies now trade busily with each other in a lively online criminal economy and as they specialize, they get better. In this indispensable, fully updated guide, Ross Anderson reveals how to build systems that stay dependable whether faced with error or malice. Here's straight talk on critical topics such as technical engineering basics, types of attack, specialized protection mechanisms, security psychology, policy, and more.
Tunesmith: Inside the Art of Songwriting
Jimmy Webb - 1998
With a combination of anecdotes, meditation, and advice, he breaks down the creative process from beginning to end--from coping with writer's block, to song construction, chords, and even self-promotion. Webb also gives readers a glimpse into the professional music world.
Zak George's Dog Training Revolution: The Complete Guide to Raising the Perfect Pet with Love
Zak George - 2016
A dynamic YouTube star and Animal Planet personality with a fresh approach, Zak helps you tailor training to your dog’s unique traits and energy level—leading to quicker results and a much happier pet. For the first time, Zak has distilled the information from his hundreds of videos and experience with thousands of dogs into this comprehensive guide that includes· Choosing the right pup for you · Housetraining and basic training · Handling biting, leash pulling, jumping up, barking, aggression, chewing, and other behavioral issues · Health care essentials like finding a vet and selecting the right food · Cool tricks, traveling tips, and activities to enjoy with your dog · Topics with corresponding videos on Zak’s YouTube channel so you can see his advice in action Packed with everything you need to know to raise and care for your dog, this book will help you communicate and bond with one another in a way that makes training easier, more rewarding, and—most of all—fun!From the Trade Paperback edition.