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!

Fretboard Theory


Desi R. Serna - 2008
    Hands-on approach to guitar theory gives you total command of the fretboard and music's most critical elements by visualizing shapes, patterns and how they connect. Content includes: What scales to learn and how including pentatonic and major scale patterns Guitar CAGED chord system including inversions and arpeggio patterns Guitar chord progressions and playing by numbers (Nashville Number System) Roots, keys and applying scalesUnderstanding music modes and modal scales such as Ionian, Dorian, Phrygian, Lydian, Mixolydian, Aeolian and LocrianPlaying and using intervals including thirds, fifths and sixthsAdding extensions such as "add 9," "suspended 4," and "major 7" Details to how hundreds of popular songs were playedNot only does Fretboard Theory teach guitar music theory in a refreshing new manner, but it takes things a step farther by associating everything to your favorite songs. This is the ONLY GUITAR THEORY RESOURCE that includes important details to hundreds of popular songs. Pop, rock, acoustic, blues, metal and more!This new generation of guitar instruction is perfect whether you want to jam, compose or just understand the music you play better. For acoustic and electric guitar players. At 9x12 and 150 pages, Fretboard Theory includes twice the content of ordinary books. Four chapters are also available on DVD (see Getting Started with the Pentatonic Scale, CAGED Template Chord System, Guitar Chord Progressions and Playing By Numbers, Guitar Modes - The Modal Scales of Popular Music).

Texas Hold'em for Dummies


Mark Harlan - 2006
    It's a game that's deceptively simple, yet within its easy framework you'll find truth and trickery, boredom and fear, skill and misfortune—in other words, all the things that make life fun and worth living! Texas Hold'em For Dummies introduces you to the fundamental concepts and strategies of this wildly popular game. It covers the rules for playing and betting, odds, etiquette, Hold'em lingo, and offers sound advice to avoid mistakes. This handy reference guide gives new and even seasoned players winning strategies and tactics not just for playing the game, but for winning. You'll learn: —Rules and strategies for limit, no-limit, tournament, and online play—How to play the other players—The importance of your bankroll—recommended sizes and more—Hands you should and should not play—How to camouflage your play and dodge traps—When, who, and how to bluff—How to maximize your win with check-raising and trapping—The different approaches for playing in private games, casinos, card rooms, tournaments, and on the Internet—How to use mathematics to your advantageTexas Hold 'Em is a game of both skill and chance. But it's a game that can be beaten, and whether you want to make money, sharpen your game, or just have a good time, Texas Hold 'Em for Dummies will give you the winning edge.

Introducing Python: Modern Computing in Simple Packages


Bill Lubanovic - 2013
    In addition to giving a strong foundation in the language itself, Lubanovic shows how to use it for a range of applications in business, science, and the arts, drawing on the rich collection of open source packages developed by Python fans.It's impressive how many commercial and production-critical programs are written now in Python. Developed to be easy to read and maintain, it has proven a boon to anyone who wants applications that are quick to write but robust and able to remain in production for the long haul.This book focuses on the current version of Python, 3.x, while including sidebars about important differences with 2.x for readers who may have to deal with programs in that version.

Building Microservices: Designing Fine-Grained Systems


Sam Newman - 2014
    But developing these systems brings its own set of headaches. With lots of examples and practical advice, this book takes a holistic view of the topics that system architects and administrators must consider when building, managing, and evolving microservice architectures.Microservice technologies are moving quickly. Author Sam Newman provides you with a firm grounding in the concepts while diving into current solutions for modeling, integrating, testing, deploying, and monitoring your own autonomous services. You'll follow a fictional company throughout the book to learn how building a microservice architecture affects a single domain.Discover how microservices allow you to align your system design with your organization's goalsLearn options for integrating a service with the rest of your systemTake an incremental approach when splitting monolithic codebasesDeploy individual microservices through continuous integrationExamine the complexities of testing and monitoring distributed servicesManage security with user-to-service and service-to-service modelsUnderstand the challenges of scaling microservice architectures

The Upright Citizens Brigade Comedy Improvisation Manual


Matt Besser - 2013
    Written by UCB founding members Matt Besser, Ian Roberts, and Matt Walsh, the manual covers everything from the basics of two person scene work (with a heavy emphasis on finding "the game" of the scene), to the complexities of working within an ensemble to perform long form structures, such as "The Harold" and "The Movie". A practical "how to" book, the guide provides exercises throughout to help the reader master each new concept and technique introduced. While the manual is written to be understood by beginners with no previous exposure to improvisational comedy, experienced improvisors will find it to be an excellent resource for honing their skills, clarifying concepts, and generally taking their work to a higher level.

Structure and Interpretation of Computer Programs


Harold Abelson - 1984
    This long-awaited revision contains changes throughout the text. There are new implementations of most of the major programming systems in the book, including the interpreters and compilers, and the authors have incorporated many small changes that reflect their experience teaching the course at MIT since the first edition was published. A new theme has been introduced that emphasizes the central role played by different approaches to dealing with time in computational models: objects with state, concurrent programming, functional programming and lazy evaluation, and nondeterministic programming. There are new example sections on higher-order procedures in graphics and on applications of stream processing in numerical programming, and many new exercises. In addition, all the programs have been reworked to run in any Scheme implementation that adheres to the IEEE standard.

Wizard: The Life and Times of Nikola Tesla: Biography of a Genius


Marc J. Seifer - 1996
    Based on original material and previously unavailable documents, this acclaimed book is the definitive biography of the man considered by many to be the founding father of modern electrical technology. Among Tesla's creations were the channeling of alternating current, fluorescent and neon lighting, wireless telegraphy, and the giant turbines that harnessed the power of Niagara Falls.

The Rust Programming Language


Steve Klabnik
    This is the undisputed go-to guide to Rust, written by two members of the Rust core team, with feedback and contributions from 42 members of the community. The book assumes that you’ve written code in another programming language but makes no assumptions about which one, meaning the material is accessible and useful to developers from a wide variety of programming backgrounds.Known by the Rust community as "The Book," The Rust Programming Language includes concept chapters, where you’ll learn about a particular aspect of Rust, and project chapters, where you’ll apply what you’ve learned so far to build small programs.The Book opens with a quick hands-on project to introduce the basics then explores key concepts in depth, such as ownership, the type system, error handling, and fearless concurrency. Next come detailed explanations of Rust-oriented perspectives on topics like pattern matching, iterators, and smart pointers, with concrete examples and exercises--taking you from theory to practice.The Rust Programming Language will show you how to: Grasp important concepts unique to Rust like ownership, borrowing, and lifetimes Use Cargo, Rust’s built-in package manager, to build and maintain your code, including downloading and building dependencies Effectively use Rust’s zero-cost abstractions and employ your ownYou’ll learn to develop reliable code that’s speed and memory efficient, while avoiding the infamous and arcane programming pitfalls common at the systems level. When you need to dive down into lower-level control, this guide will show you how without taking on the customary risk of crashes or security holes and without requiring you to learn the fine points of a fickle toolchain.You’ll also learn how to create command line programs, build single- and multithreaded web servers, and much more.The Rust Programming Language fully embraces Rust’s potential to empower its users. This friendly and approachable guide will help you build not only your knowledge of Rust but also your ability to program with confidence in a wider variety of domains.

Worldchanging: A User's Guide for the 21st Century


Alex Steffen - 2006
    Each chapter will offer practical answers to important questions, such as: Why does buying locally produced food make sense? What steps can we take to influence our workplace toward sustainability? How do we volunteer and advocate more effectively? How can we travel, live, work and learn in world changing ways? How, in short, can every human being help build a better future locally and globally? Illustrated with photographs and designed by Stefan Sagmeister, one of the most influential graphic designers working today, Worldchanging will prove that a life that is sustainably prosperous, just and democratic, dynamic and peaceful, is not just possible, it's here.

Design Patterns: Elements of Reusable Object-Oriented Software


Erich Gamma - 1994
    Previously undocumented, these 23 patterns allow designers to create more flexible, elegant, and ultimately reusable designs without having to rediscover the design solutions themselves.The authors begin by describing what patterns are and how they can help you design object-oriented software. They then go on to systematically name, explain, evaluate, and catalog recurring designs in object-oriented systems. With Design Patterns as your guide, you will learn how these important patterns fit into the software development process, and how you can leverage them to solve your own design problems most efficiently. Each pattern describes the circumstances in which it is applicable, when it can be applied in view of other design constraints, and the consequences and trade-offs of using the pattern within a larger design. All patterns are compiled from real systems and are based on real-world examples. Each pattern also includes code that demonstrates how it may be implemented in object-oriented programming languages like C++ or Smalltalk.

What Would Google Do?


Jeff Jarvis - 2009
    By “reverse engineering the fastest growing company in the history of the world,” author Jeff Jarvis, proprietor of Buzzmachine.com, one of the Web’s most widely respected media blogs, offers indispensible strategies for solving the toughest new problems facing businesses today. With a new afterword from the author, What Would Google Do? is the business book that every leader or potential leader in every industry must read.

Introduction to Mathematical Philosophy


Bertrand Russell - 1918
    In it, Russell offers a nontechnical, undogmatic account of his philosophical criticism as it relates to arithmetic and logic. Rather than an exhaustive treatment, however, the influential philosopher and mathematician focuses on certain issues of mathematical logic that, to his mind, invalidated much traditional and contemporary philosophy.In dealing with such topics as number, order, relations, limits and continuity, propositional functions, descriptions, and classes, Russell writes in a clear, accessible manner, requiring neither a knowledge of mathematics nor an aptitude for mathematical symbolism. The result is a thought-provoking excursion into the fascinating realm where mathematics and philosophy meet — a philosophical classic that will be welcomed by any thinking person interested in this crucial area of modern thought.

The Straight Dope


Cecil Adams - 1984
    Now the best of these questions and answers--from the profound to the ridiculous--are collected in book form so that you can know a little about a lot. Exploding myths, revealing shocking truths, and explaining all major mysteries of the cosmos, The Straight Dope contains more than four hundred fully-indexed entries on topics ranging from sex to consumer products, science to history, and rock 'n' roll to much, much more!

The Official Dictionary of Sarcasm: A Lexicon for Those of Us Who Are Better and Smarter Than the Rest of You


James Napoli - 2010
    From advertisements to e-mail, from materialism to remote controls, there's a witty answer for every situation. “You have been waiting patiently for a dictionary like this to come along. And now it is here,” recognizes Napoli. “Not that you give a crap.”