Join thousands of book lovers
Sign up to our newsletter and receive discounts and inspiration for your next reading experience.
By signing up, you agree to our Privacy Policy.You can, at any time, unsubscribe from our newsletters.
A follow-up to the best-selling LEGO® Technic Idea Book series by master builder and LEGO luminary Yoshihito Isogawa, readers learn to create their own robots from the LEGO MINDSTORMS Robot Inventor Set.If you’ve had your fun building programmable, intelligent creations with the LEGO® MINDSTORMS® Robot Inventor set, it’s time to take your bot-building to the next level! With over 125 new models, the LEGO MINDSTORMS Robot Inventor Idea Book will unleash your imagination and open up limitless possibilities for unique robotic designs.You’ll learn how to build basic mechanisms with motors and sensors, robots that can walk or drive themselves, and practical tools for lifting, opening doors, drawing, and even launching projectiles. Then, bring them all to life with the LEGO MINDSTORMS Robot Inventor App, which lets you program your bots to perform tasks and missions.Each model is paired with an illustrated list of parts and multi-angled color photographs, so you can easily reproduce the projects without the need for step-by-step instructions. Best of all, you’ll also be inspired to combine various mechanisms into your own interactive inventions, toys, cars, games, and more!To build the book’s models, all you need is the LEGO® MINDSTORMS® Robot Inventor set (#51515) and a smart device that can run the MINDSTORMS App.
A new edition of the best-selling guide to the inner workings of Linux - over 50k sold sincs 2014!
Learn to use PowerShell, Microsoft's scripting language, to automate real-world tasks that IT professionals and system administrators deal with every day.
Program a graphical adventure game in this hands-on, beginner-friendly introduction to coding in the Python language.
This ultimate hacker's bible has only ever been available online or distributed at hacker conferences - until now.
Learn eight principles to simplify your code and become a more effective (and successful) programmer.Most software developers waste thousands of hours working with overly complex code. The eight core principles in The Art of Clean Coding will teach you how to write clear, maintainable code without compromising functionality. The book’s guiding principle is simplicity: reduce and simplify, then reinvest energy in the important parts to save you countless hours and ease the often onerous task of code maintenance.Bestselling author Christian Mayer leverages his experience helping thousands perfect their coding skills in this new book. With expert advice and real-world examples, he’ll show you how to: Concentrate on the important stuff with the 80/20 principle -- focus on the 20% of your code that matters mostAvoid coding in isolation: create a minimum viable product to get early feedbackWrite code cleanly and simply to eliminate clutter Avoid premature optimization that risks over-complicating code Balance your goals, capacity, and feedback to achieve the productive state of FlowApply the Do One Thing Well philosophy to vastly improve functionalityDesign efficient user interfaces with the Less is More principleTie your new skills together into one unifying principle: Focus The Python-based The Art of Clean Coding is suitable for programmers at any level, with ideas presented in a language-agnostic manner.
An accessible, highly-illustrated introduction to deep learning that offers visual and conceptual explanations instead of equations. Readers learn how to use key deep learning algorithms without the need for complex math.
The definitive guide to hacking the world of Internet connected devices such as medical devices, home assistants, smart home appliances and more.
A fun guide to learning Bayesian statistics and probability through unusual and illustrative examples.
A collection of stunning photography and building instructions for 10 tiny cities built completely out of LEGO.
An indispensable collection of practical tips and real-world advice for tackling common Python problems and taking your code to the next level.
Invent Your Own Computer Games with Python teaches you how to make your own versions of classic computer games.
Cars! Crawlers! Tanks! Contraptions and gizmos of every stripe. The LEGO Power Functions Idea Book: Vehicles and Movement is designed to inspire you.
The Car Hacker's Handbook shows how to identify vulnerabilities in modern automotive vehicles.
The LEGO® MINDSTORMS® EV3 set offers so many new and exciting features that it can be hard to know where to begin. Without the help of an expert, it could take months of experimentation to learn how to use the advanced mechanisms and numerous programming features.In The LEGO MINDSTORMS EV3 Laboratory, author Daniele Benedettelli, robotics expert and member of the elite LEGO MINDSTORMS Expert Panel, shows you how to use gears, beams, motors, sensors, and programming blocks to create sophisticated robots that can avoid obstacles, walk on two legs, and even demonstrate autonomous behavior. You’ll also dig into related math, engineering, and robotics concepts that will help you create your own amazing robots. Programming experiments throughout will challenge you, while a series of comics and countless illustrations inform the discussion and keep things fun.As you make your way through the book, you’ll build and program five wicked cool robots:–ROV3R, a vehicle you can modify to do things like follow a line, avoid obstacles, and even clean a room–WATCHGOOZ3, a bipedal robot that can be programmed to patrol a room using only the Brick Program App (no computer required!)–SUP3R CAR, a rear-wheel-drive armored car with an ergonomic two-lever remote control–SENTIN3L, a walking tripod that can record and execute color-coded sequences of commands–T-R3X, a fearsome bipedal robot that will find and chase down preyWith The LEGO MINDSTORMS EV3 Laboratory as your guide, you’ll become an EV3 master in no time.Requirements: One LEGO MINDSTORMS EV3 set (LEGO SET #31313)
Rin and Ami have been skipping molecular biology class all semester, and Professor Moro has had enough—he''s sentencing them to summer school on his private island. But they''re in store for a special lesson. Using Dr. Moro''s virtual reality machine to travel inside the human body, they''ll get a close-up look at the fascinating world of molecular biology.Join them in The Manga Guide to Molecular Biology, and learn all about DNA, RNA, proteins, amino acids, and more. Along the way, you''ll see chemical reactions first-hand and meet entertaining characters like Enzyme Man and Drinkzilla, who show how the liver metabolizes alcohol.Together with Ami and Rin, you''ll learn all about:–The organelles and proteins inside cells, and how they support cellular functions–The processes of transcription and translation, and your genes'' role in synthesizing proteins–The pieces that make up our genetic code, like nucleotides, codons, introns, and exons–The processes of DNA replication, mitosis and cytokinesis–Genetic technology like transduction and cloning, and the role of molecular biology in medicineWhether you need a molecular biology refresher or you''re just fascinated by the science of life, The Manga Guide to Molecular Biology will give you a uniquely fun and informative introduction.
Hacking APIs is a crash course in web API security testing that will prepare you to penetration-test APIs, reap high rewards on bug bounty programs, and make your own APIs more secure.Hacking APIs is a crash course on web API security testing that will prepare you to penetration-test APIs, reap high rewards on bug bounty programs, and make your own APIs more secure. You’ll learn how REST and GraphQL APIs work in the wild and set up a streamlined API testing lab with Burp Suite and Postman. Then you’ll master tools useful for reconnaissance, endpoint analysis, and fuzzing, such as Kiterunner and OWASP Amass. Next, you’ll learn to perform common attacks, like those targeting an API’s authentication mechanisms and the injection vulnerabilities commonly found in web applications. You’ll also learn techniques for bypassing protections against these attacks. In the book’s nine guided labs, which target intentionally vulnerable APIs, you’ll practice:Enumerating APIs users and endpoints using fuzzing techniquesUsing Postman to discover an excessive data exposure vulnerabilityPerforming a JSON Web Token attack against an API authentication processCombining multiple API attack techniques to perform a NoSQL injectionAttacking a GraphQL API to uncover a broken object level authorization vulnerability By the end of the book, you’ll be prepared to uncover those high-payout API bugs other hackers aren’t finding and improve the security of applications on the web.
An accessible yet rigorous crash course on recursive programming using Python and JavaScript examples.Recursion has an intimidating reputation: it's considered to be an advanced computer science topic frequently brought up in coding interviews. But there's nothing magical about recursion. The Recursive Book of Recursion uses Python and JavaScript examples to teach the basics of recursion, exposing the ways that it's often poorly taught and clarifying the fundamental principles of all recursive algorithms. You'll learn when to use recursive functions (and, most importantly, when not to use them), how to implement the classic recursive algorithms often brought up in job interviews, and how recursive techniques can help solve countless problems involving tree traversal, combinatorics, and other tricky topics. This project-based guide contains complete, runnable programs to help you learn: How recursive functions make use of the call stack, a critical data structure almost never discussed in lessons on recursionHow the head-tail and "leap of faith" techniques can simplify writing recursive functionsHow to use recursion to write custom search scripts for your filesystem, draw fractal art, create mazes, and moreHow optimization and memoization make recursive algorithms more efficient Al Sweigart has built a career explaining programming concepts in a fun, approachable manner. If you've shied away from learning recursion but want to add this technique to your programming toolkit, or if you're racing to prepare for your next job interview, this book is for you.
A comprehensive user’s guide to Inkscape, a vector illustration application.Dmitry Kirsanov, a former core Inkscape developer, shares hisknowledge of Inkscape's inner workings as he shows how to useInkscape to draw with various tools, work with objects, apply realisticand artistic effects, and more. Step-by-step task-based tutorials showyou how to create business cards, animations, technical and artisticdrawings, and graphic assets for games.This second edition covers the new tools, improved text features,advanced new path effects and filters, as well as many new UIconveniences in Inkscape 1.0. A new chapter describes Inkscape'sextensions for both users and developers.Learn how to:Navigate the canvas and customize your workspace and viewsCreate new objects and transform, style, clone, and combine themUse gradients, patterns, filters, and path effects to liven up your workWork with layers, groups, object order, and locks to control your artworkView and manipulate your document’s structure with the XML Editor and the new Objects dialogExport your work to various formats
Sign up to our newsletter and receive discounts and inspiration for your next reading experience.
By signing up, you agree to our Privacy Policy.