52 Random Weekend Projects


Book Description

From one of the most popular project channels on YouTube comes a how-to book on building things that go boom. Grant Thompson, "The King of Random," has created one of the most popular project channels on YouTube, featuring awesome videos such as How to Make a Laser Assisted Blowgun and Assassin’s Micro Crossbow. He currently has almost 10 million subscribers, posts 5 times a week, and averages over 40 million views a month. Partnering with Grant is Ted Slampyak, the artist behind the #1 New York Times bestseller 100 Deadly Skills. 52 Random Weekend Projects: For Budding Inventors and Backyard Builders is a guide that enables ordinary folks to build an impressive arsenal of projects. These crafts combine some of Grant’s most popular projects—Matchbox Rockets, Pocket Slingshot Super Shooters, Proto-Putty, Ninja Balls, Mini Matchstick Guns, The Clothespin Pocket Pistol—with many new ones, providing clear instructions on how to build them step-by-step. Broken down into Beginner, Intermediate, and Advanced sections, 52 Random Weekend Projects is loaded with truly amazing projects, including: - Mousetrap Handgun - Mini Solar Scorcher - Air Vortex Canon - Air Mounted Skewer Shooter - Paracord Bullwhip - Bottle Cap Party Whistle - Ninja Stress Balls - Tablecloth Parachute - Skyblaster Slingshot And many more!




Life Hacks


Book Description

For the past few years, Grant Thompson has spent his weekends starting fires, building cannons, and experimenting with dry ice and liquid nitrogen. He’s made pumpkins explode, defied gravity, and discovered countless ways to make everyday life easier using ordinary items such as butter, suntan lotion, cupcake wrappers, and aluminum foil. His discoveries and experiments, many posted online to sites such as YouTube, have earned him the title of the King of Random. With the help of the staff at Instructables.com, Thompson has compiled the best of his weekend projects in Life Hacks. With life hacks from the King himself, you’ll see how easy it is to have better summers, less stressful holidays, and cooler—literally—birthday parties. Following Thompson’s instructions in this book, you’ll be able to: Make dry ice with a fire extinguisher Create carbonated ice cream Start fires with plastic water bottles Charge your cell phone—using your own energy Build working speakers for less than $1 And much more




Dear Data


Book Description

Equal parts mail art, data visualization, and affectionate correspondence, Dear Data celebrates "the infinitesimal, incomplete, imperfect, yet exquisitely human details of life," in the words of Maria Popova (Brain Pickings), who introduces this charming and graphically powerful book. For one year, Giorgia Lupi, an Italian living in New York, and Stefanie Posavec, an American in London, mapped the particulars of their daily lives as a series of hand-drawn postcards they exchanged via mail weekly—small portraits as full of emotion as they are data, both mundane and magical. Dear Data reproduces in pinpoint detail the full year's set of cards, front and back, providing a remarkable portrait of two artists connected by their attention to the details of their lives—including complaints, distractions, phone addictions, physical contact, and desires. These details illuminate the lives of two remarkable young women and also inspire us to map our own lives, including specific suggestions on what data to draw and how. A captivating and unique book for designers, artists, correspondents, friends, and lovers everywhere.




The Project Management Answer Book


Book Description

If it's essential to project management... it's in here! The first edition of The Project Management Answer Book addressed all the key principles of project management that every project manager needs to know. With a new chapter on scrum agile, updates throughout, and many new PMP® test tips, this new edition builds on that solid foundation. The structure of this update maps closely to the PMBOK® Guide, Fifth Edition, and is designed to assist anyone studying for the PMP® and other certification exams. Helpful sections cover: • Networking and social media tips for PMs, including the best professional organizations, virtual groups, and podcast resources • The formulas PMs need to know, plus a template to help certification candidates prepare and self-test for their exams • Quick study sheet for the processes covered on the PMP® exam • Key changes in PMBOK® Guide, Fifth Edition, for readers familiar with earlier versions who want “the skinny” on the new version. PMs at every level will find real gold in the information nuggets provided in this new edition. Those new to project management will find the comprehensive coverage and the depth of the answers especially valuable, and will like the easy-to-read style and Q&A format. For experienced managers looking for new tools and skills to help them pass their PMP® or other certification exams, this is a must-have resource.




Mustang Weekend Projects


Book Description

This is a collection of how-to projects for Mustangs built from 1968-70. Includes advice on vintage air-conditioning, engine tech tips, interior restoration tips, ignition tech, 428 CJ carburetor rebuild, installing hood tachs, and more.




Obituaries in the Performing Arts, 2019


Book Description

The entertainment world lost many notable talents in 2019, including television icon Doris Day, iconic novelist Toni Morrison, groundbreaking director John Singleton, Broadway starlet Carol Channing and lovable Star Wars actor Peter Mayhew. Obituaries of actors, filmmakers, musicians, producers, dancers, composers, writers, animals and others associated with the performing arts who died in 2019 are included in this edition. Date, place and cause of death are provided for each, along with a career recap and a photograph. Filmographies are given for film and television performers.




Introduction to Probability


Book Description

Developed from celebrated Harvard statistics lectures, Introduction to Probability provides essential language and tools for understanding statistics, randomness, and uncertainty. The book explores a wide variety of applications and examples, ranging from coincidences and paradoxes to Google PageRank and Markov chain Monte Carlo (MCMC). Additional application areas explored include genetics, medicine, computer science, and information theory. The print book version includes a code that provides free access to an eBook version. The authors present the material in an accessible style and motivate concepts using real-world examples. Throughout, they use stories to uncover connections between the fundamental distributions in statistics and conditioning to reduce complicated problems to manageable pieces. The book includes many intuitive explanations, diagrams, and practice problems. Each chapter ends with a section showing how to perform relevant simulations and calculations in R, a free statistical software environment.




Tiny Python Projects


Book Description

”Tiny Python Projects is a gentle and amusing introduction to Python that will firm up key programming concepts while also making you giggle.”—Amanda Debler, Schaeffler Key Features Learn new programming concepts through 21-bitesize programs Build an insult generator, a Tic-Tac-Toe AI, a talk-like-a-pirate program, and more Discover testing techniques that will make you a better programmer Code-along with free accompanying videos on YouTube Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About The Book The 21 fun-but-powerful activities in Tiny Python Projects teach Python fundamentals through puzzles and games. You’ll be engaged and entertained with every exercise, as you learn about text manipulation, basic algorithms, and lists and dictionaries, and other foundational programming skills. Gain confidence and experience while you create each satisfying project. Instead of going quickly through a wide range of concepts, this book concentrates on the most useful skills, like text manipulation, data structures, collections, and program logic with projects that include a password creator, a word rhymer, and a Shakespearean insult generator. Author Ken Youens-Clark also teaches you good programming practice, including writing tests for your code as you go. What You Will Learn Write command-line Python programs Manipulate Python data structures Use and control randomness Write and run tests for programs and functions Download testing suites for each project This Book Is Written For For readers familiar with the basics of Python programming. About The Author Ken Youens-Clark is a Senior Scientific Programmer at the University of Arizona. He has an MS in Biosystems Engineering and has been programming for over 20 years. Table of Contents 1 How to write and test a Python program 2 The crow’s nest: Working with strings 3 Going on a picnic: Working with lists 4 Jump the Five: Working with dictionaries 5 Howler: Working with files and STDOUT 6 Words count: Reading files and STDIN, iterating lists, formatting strings 7 Gashlycrumb: Looking items up in a dictionary 8 Apples and Bananas: Find and replace 9 Dial-a-Curse: Generating random insults from lists of words 10 Telephone: Randomly mutating strings 11 Bottles of Beer Song: Writing and testing functions 12 Ransom: Randomly capitalizing text 13 Twelve Days of Christmas: Algorithm design 14 Rhymer: Using regular expressions to create rhyming words 15 The Kentucky Friar: More regular expressions 16 The Scrambler: Randomly reordering the middles of words 17 Mad Libs: Using regular expressions 18 Gematria: Numeric encoding of text using ASCII values 19 Workout of the Day: Parsing CSV files, creating text table output 20 Password strength: Generating a secure and memorable password 21 Tic-Tac-Toe: Exploring state 22 Tic-Tac-Toe redux: An interactive version with type hints




The Big Book of Small Python Projects


Book Description

Best-selling author Al Sweigart shows you how to easily build over 80 fun programs with minimal code and maximum creativity. If you’ve mastered basic Python syntax and you’re ready to start writing programs, you’ll find The Big Book of Small Python Projects both enlightening and fun. This collection of 81 Python projects will have you making digital art, games, animations, counting pro- grams, and more right away. Once you see how the code works, you’ll practice re-creating the programs and experiment by adding your own custom touches. These simple, text-based programs are 256 lines of code or less. And whether it’s a vintage screensaver, a snail-racing game, a clickbait headline generator, or animated strands of DNA, each project is designed to be self-contained so you can easily share it online. You’ll create: • Hangman, Blackjack, and other games to play against your friends or the computer • Simulations of a forest fire, a million dice rolls, and a Japanese abacus • Animations like a virtual fish tank, a rotating cube, and a bouncing DVD logo screensaver • A first-person 3D maze game • Encryption programs that use ciphers like ROT13 and Vigenère to conceal text If you’re tired of standard step-by-step tutorials, you’ll love the learn-by-doing approach of The Big Book of Small Python Projects. It’s proof that good things come in small programs!




Impractical Python Projects


Book Description

Impractical Python Projects is a collection of fun and educational projects designed to entertain programmers while enhancing their Python skills. It picks up where the complete beginner books leave off, expanding on existing concepts and introducing new tools that you'll use every day. And to keep things interesting, each project includes a zany twist featuring historical incidents, pop culture references, and literary allusions. You'll flex your problem-solving skills and employ Python's many useful libraries to do things like: - Help James Bond crack a high-tech safe with a hill-climbing algorithm - Write haiku poems using Markov Chain Analysis - Use genetic algorithms to breed a race of gigantic rats - Crack the world's most successful military cipher using cryptanalysis - Derive the anagram, "I am Lord Voldemort" using linguistical sieves - Plan your parents' secure retirement with Monte Carlo simulation - Save the sorceress Zatanna from a stabby death using palingrams - Model the Milky Way and calculate our odds of detecting alien civilizations - Help the world's smartest woman win the Monty Hall problem argument - Reveal Jupiter's Great Red Spot using optical stacking - Save the head of Mary, Queen of Scots with steganography - Foil corporate security with invisible electronic ink Simulate volcanoes, map Mars, and more, all while gaining valuable experience using free modules like Tkinter, matplotlib, Cprofile, Pylint, Pygame, Pillow, and Python-Docx. Whether you're looking to pick up some new Python skills or just need a pick-me-up, you'll find endless educational, geeky fun with Impractical Python Projects.