A New York Times bestseller Superintelligence asks the questions: What happens when machines surpass humans in general intelligence? Will artificial agents save or destroy us? Nick Bostrom lays the foundation for understanding the future of humanity and intelligent life. The human brain has some capabilities that the brains of other animals lack. It is to these distinctive capabilities that our species owes its dominant position. If machine brains surpassed human brains in general intelligence, then this new superintelligence could become extremely powerful -possibly beyond our control. As the... View More...
Think like a coder--the fun guide to Scratch programming for ages 8-12 Scratch is a visual computer language designed especially for kids, and Scratch Programming for Beginners is the perfect book to introduce kids to coding It explains the fundamental concepts of Scratch in a kid-friendly way, and comes jam-packed with fun, creative activities. This book starts with the scratch programming basics, teaching kids what coding is, and all about the different tools they can use to build their own programs and games. Each chapter teaches a different aspect of coding, with exercises that get more c... View More...
Build and play your own computer games, from creative quizzes to perplexing puzzles, by coding them in the Python programming language Whether you're a seasoned programmer or a beginner hoping to learn Python, you'll find Coding Games in Python fun to read and easy to follow. Each chapter shows you how to construct a complete working game in simple numbered steps. Using freely available resources such as Pygame, Pygame Zero, and a downloadable pack of images and sounds, you can add animations, music, scrolling backgrounds, scenery, and other exciting professional touches. After building the g... View More...
Python for beginners - you'll learn how to build amazing graphics, fun games, and useful apps using Python, an easy yet powerful free programming language available for download. A perfect introduction to Python coding for kids ages 10 and over who are ready to take the next step after Scratch - all they need is a desktop or laptop, and an internet connection to download Python 3. Using fun graphics and easy-to-follow instructions, this straightforward, visual guide shows young learners how to build their own computer projects using Python. Step-by-step instructions teach essential coding basi... View More...
In this book, we explore an introduction to autonomous robot programming and work towards the development of robots designed to compete in Sumo Robot competitions. We use the MRK-2 Mini Robot Kit created by Sumo Robot League to learn about Arduino-based programming to interact with sensors and allow our robot to navigate in the real world. This book was written to take someone with no prior programming experience and teach them everything they need to know in order to begin the journey down a software development career path. Along the way, this book will teach you how to think like an enginee... View More...
Master the ins and outs of Google's free-to-use office and productivity software Teach Yourself VISUALLY Google Workspace delivers the ultimate guide to getting the most out of Google's Workspace cloud software. Accomplished author Guy Hart-Davis offers readers the ability to tackle a huge number of everyday productivity problems with Google's intuitive collection of online tools. With over 700 full-color screenshots included to help you learn, you'll discover how to: Manage your online Google Calendar Master the files and folders in your Google Drive storage Customize your folders and navig... View More...
Learn to code awesome games with Scratch--a fun starter guide for kids 6 to 10Explore basic coding concepts and skills and start creating your own games right away Coding for Kids: Scratch is a complete guide that makes mastering the Scratch programming language fun and easy for kids.From sprites and code blocks to scripts and scorekeeping, Coding for Kids: Scratch helps you discover everything you need to know to create 10 amazing games that you and your friends can play. Watch your confidence grow with step-by-step instructions and clear directions that keep things simple―even as the ... View More...
Increase profitability, elevate work culture, and exceed productivity goals with this updated and expanded edition of the definitive handbook for DevOps.More than ever, the effective management of technology is critical for business competitiveness. For decades, technology leaders have struggled to balance agility, reliability, and security. The consequences of failure have never been greater―whether it's the healthcare.gov debacle, cardholder data breaches, or missing the boat with Big Data in the cloud.And yet, high performers using DevOps principles, such as Google, Amazon, Facebook, ... View More...
Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product.This fully updated, exam-focused study aid covers everything you need to know and shows you how to prepare for the CompTIA Security+ examWith hundreds of practice exam questions, including difficult performance-based questions, CompTIA Security+(R) Certification Study Guide, Third Edition covers what you need to know--and shows you how to prepare--for this challenging exam.- 100% complete coverage of all offi... View More...
Coding for kids without a computer--an offline skill-building book for ages 5 to 7 Coding helps kids develop analytical thinking, problem-solving abilities, and beyond In this exciting guide to coding for kids, your child will discover the core concepts of coding through colorful games and activities--without using a computer. These fun challenges can be done right inside the book or with everyday objects to help kids practice the same skills coders use, like writing clear instructions, recognizing patterns, and working efficiently. There's even a place for your beginner to invent their own c... View More...
A lightning-fast guide to Python for programmers who already know the basics. Dead Simple Python dives deep into the nuts and bolts of the Python programming language. It unpacks the technical whys and hows of the language's fundamental concepts and helps you use these concepts to write idiomatic Python. Throughout the book, McDonald delves into Python programming concepts like structuring a project, the Python type system, functional and object-oriented programming, loops and iterators, generators and comprehensions, concurrency, distribution, and other essentials. You'll go from basics to pr... View More...
Every enterprise application creates data, whether it's log messages, metrics, user activity, outgoing messages, or something else. And how to move all of this data becomes nearly as important as the data itself. If you're an application architect, developer, or production engineer new to Apache Kafka, this practical guide shows you how to use this open source streaming platform to handle real-time data feeds.Engineers from Confluent and LinkedIn who are responsible for developing Kafka explain how to deploy production Kafka clusters, write reliable event-driven microservices, and build scalab... View More...
From the dots and dashes of Morse code to the 0s and 1s of computer programming, ""Code"" describes the ingenious ways humans have adapted language systems -- code -- to invent the machinery of the modern age. By examining the dialogues we developed for and through the communication tools of the industrial revolution, readers discover they have a context for comprehending today's world of computers, bar code scanners, and fiber optics. The work of legendary computer book author Charles Petzold has influenced an entire generation of programmers -- and with ""Code,"" Microsoft Press is proud to ... View More...
Two Scoops of Django 1.11 Will Help You Build Django Projects.In this book we introduce you to the various tips, tricks, patterns, code snippets, and techniques that we've picked up over the years. We have put thousands of hours into the fourth edition of the book, writing and revising its material to include significant improvements and new material based on feedback from previous editions.Table of ContentsChapter 1: Coding StyleChapter 2: The Optimal Django Environment SetupChapter 3: How To Lay Out Django ProjectsChapter 4: Fundamentals of Django App DesignChapter 5: Settings and Requiremen... View More...
Effective software teams are essential for any organization to deliver value continuously and sustainably. But how do you build the best team organization for your specific goals, culture, and needs? Team Topologies is a practical, step-by-step, adaptive model for organizational design and team interaction based on four fundamental team types and three team interaction patterns. It is a model that treats teams as the fundamental means of delivery, where team structures and communication pathways are able to evolve with technological and organizational maturity. In Team Topologies, IT consultan... View More...
Most professional programmers that I've encountered are not well prepared to tacklealgorithmdesignproblems.Thisisapity, becausethetechniquesofalgorithm design form one of the core practical technologies of computer science. Designing correct, e?cient, and implementable algorithms for real-world problems requires access to two distinct bodies of knowledge: - Techniques - Good algorithm designers understand several fundamental - gorithm design techniques, including data structures, dynamic programming, depth-?rst search, backtracking, and heuristics. Perhaps the single most - portantdesigntechni... View More...
This is just a small Ruby book. It won't crush you. It's light as a feather (because I haven't finished it yet-hehe). And there's a reason this book will stay light: because Ruby is simple to learn. View More...