|
|||
Written by renowned data science experts Foster Provost and Tom Fawcett, Data Science for Business introduces the fundamental principles of data science, and walks you through the "data-analytic thinking" necessary for extracting useful knowledge and business value from the data you collect. This guide also helps you understand the many data-mining techniques in use today. Based on an MBA course Provost has taught at New York University over the past ten years, Data Science for Business provides examples of real-world business problems to illustrate these principles. You’ll not only learn how to improve communication between business stakeholders and data scientists, but also how participate intelligently in your company’s data science projects. You’ll also discover how to think data-analytically, and fully appreciate how data science methods can support business decision-making. Understand how data science fits in your organization—and how you can use it for competitive advantageTreat data as a business asset that requires careful investment if you’re to gain real valueApproach business problems data-analytically, using the data-mining process to gather good data in the most appropriate wayLearn general concepts for actually extracting knowledge from dataApply data science principles when interviewing data science job candidates |
|
|||
Get the definitive handbook for manipulating, processing, cleaning, and crunching datasets in Python. Updated for Python 3.10 and pandas 1.4, the third edition of this hands-on guide is packed with practical case studies that show you how to solve a broad set of data analysis problems effectively. You'll learn the latest versions of pandas, NumPy, and Jupyter in the process. Written by Wes McKinney, the creator of the Python pandas project, this book is a practical, modern introduction to data science tools in Python. It's ideal for analysts new to Python and for Python programmers new to data science and scientific computing. Data files and related material are available on GitHub. Use the Jupyter notebook and IPython shell for exploratory computingLearn basic and advanced features in NumPyGet started with data analysis tools in the pandas libraryUse flexible tools to load, clean, transform, merge, and reshape dataCreate informative visualizations with matplotlibApply the pandas groupby facility to slice, dice, and summarize datasetsAnalyze and manipulate regular and irregular time series dataLearn how to solve real-world data analysis problems with thorough, detailed examples |
|
|||
Python in easy steps, 2nd edition instructs you how to program in the powerful Python language, giving complete examples that illustrate each aspect with colorized source code. Python in easy steps, 2nd edition begins by explaining how to install the free Python interpreter so you can quickly begin to create your own executable programs by copying the book's examples. It demonstrates all the Python language basics before moving on to provide examples of Object Oriented Programming (OOP) and CGI scripting to handle web form data. The book concludes by demonstrating how you can use your acquired knowledge to create and deploy graphical windowed applications. Python in easy steps, 2nd edition makes no assumption you have previous knowledge of any programming language so it's ideal for the newcomer to computer programming. It has an easy-to-follow style that will appeal to programmers moving from another programming language, and to the student who is studying Python programming at school or college, and to those seeking a career in computing who need a fundamental understanding of computer programming. The Python 3.x language is under active development so frequent new releases are made available as small improvements are added to the language and Python in easy steps, 2nd edition features the very latest versions of Python at the time of publication. Python development is one of evolution, rather than revolution, so the examples provided in the book can be used in subsequent releases – simply download the latest version of Python then follow the easy steps. Python is the language used to program the Raspberry Pi - covered by Raspberry Pi in easy steps and Raspberry Pi 3 in easy steps. This second edition is updated to cover Python 3.7. |
|
|||
Que vous veniez de faire l’acquisition d’un nouveau Mac ou que vous souhaitiez mettre à niveau le système d’exploitation de votre ordinateur actuel, ce nouveau numéro de Compétence Mac est fait pour vous. Proposé gratuitement au téléchargement ou déjà installé sur votre Mac flambant neuf, macOS 15 Sequoia (mise à jour 15.2 incluse) remplace l’ancien système d’exploitation macOS 14 Sonoma. Chaque nouvelle mouture de macOS est l’occasion pour Apple de proposer de nouvelles fonctionnalités à son système d’exploitation, d’améliorer la sécurité face aux menaces venant de l’extérieur et enfin de corriger des dysfonctionnements liés aux logiciels ou aux matériels. Cette année encore, la nouvelle version du système d’exploitation macOS 15 Sequoia ne déroge pas à la règle en apportant une myriade d’évolutions en tous genres. Parmi celles-ci, notons les améliorations liées au gestionnaire de fichiers, la personnalisation de l’image d’arrière-plan du bureau, la recherche rapide de documents, la nouvelle mouture de la calculette intégrée, les nouveautés du logiciel Mail, la préparation optimisée de trajets en véhicule ou pour une randonnée, l’outil Météo plus précis, la meilleure gestion des mots de passe, les nouvelles options des applis Calendrier et Rappels, l’affichage de l’écran de l’iPhone sur le Mac et l’accès à toutes les fonctions à distance, ainsi que l’annonce de l’intégration de l’outil révolutionnaire Apple Intelligence dans tout le système macOS Sequoia, dont la disponibilité en Europe des outils associés s’effectuera au fil des mois. Impossible de lister ici de manière exhaustive l’ensemble des nouveautés, mais vous le constatez par vous-même : cette nouvelle version recèle une grande quantité de nouvelles fonctions et options fort appréciables au quotidien. Retrouvez dans ce livre toutes les informations nécessaires pour bien débuter avec macOS 15 Sequoia (mise à jour 15.2 incluse). Pour aller plus loin, pensez à consulter le second volume intitulé macOS 15 Sequoia - Fonctions avancées. Bonne lecture ! Ce volume 1 se consacre principalement aux fonctions pour bien débuter avec macOS 15 Sequoia (mise à jour 15.2 incluse). |
|
|||
FOR NON-EXPERTS: Get an accessible introduction to quantum computing as a mathematician explains quantum algorithms, quantum entanglement, and more. Quantum computing is a beautiful fusion of quantum physics and computer science! Quantum computing incorporates some of the most stunning ideas from 20th-century physics into an entirely new way of thinking about computation. Here, Chris Bernhardt offers an introduction to quantum computing that is accessible to anyone comfortable with high school mathematics. A mathematician himself, Bernhardt simplifies the mathematics and provides elementary examples that illustrate both how the math works and what it means. He explains for the non-expert:   • Quantum bits, or qubits—the basic unit of quantum computing • Quantum entanglement and what it means when qubits are entangled • Quantum cryptography • Classical computing topics like bits, gates, and logic • Quantum gates • Quantum algorithms and their speed • Quantum computers and how they’re built • And more!   By the end of the book, readers understand that quantum computing and classical computing are not two distinct disciplines, and that quantum computing is the fundamental form of computing. |
|
|||
First Edition, Published in February 2022 In this book, the fifth book in the series, you will become comfortable with creating your own RPG. If you were ever interested in creating systems for your game to speed up your coding and create and maintain levels easily, then this book is for you. The book includes a list of the learning objectives at the start of each chapter, step-by-step activities, and quizzes to test your knowledge, and the content of each chapter is as follows: • Chapter 1 gives an introduction to the RPG genre. You will learn the design principles that will help you to speed up your development process. • Chapter 2 helps you to create and animate your main 3D character, add a camera that will follow this character as well as a mini-map. You will also learn to use Godot's built-in 3D editor to create a village. • Chapter 3 explains how to create a dialogue system from a JSON file and how to integrate it seamlessly into your game. • Chapter 4 explains how you can create a simple inventory system and use it to collect, store, and use items that you will find in your quest. • Chapter 5 shows you how to create a shop where the player can buy items that will then be added to the inventory. • Chapter 6 explains how you can add intelligent NPCs that will challenge the player. • Chapter 7 explains how you can create a quest system based on a JSON file to manage the objectives for each of your levels. You will learn to read and use this file for your game. • Chapter 8 explains how you can create an XP attribution system where the player can use the Xps gained in the previous level to increase his/her skills (e.g., accuracy, power, etc.) • Chapter 9 combines the skills that you have learned so far to create a final level where the player needs to eliminate guards, collect gold, and also defeat the boss. After reading this book you will become a better game programmer, improve your knowledge of coding and Godot, understand how to make a more complex game, learn some techniques to make an RPG game more modular, especially the quest system, use reusable code/assets that you can employ in your own game, create an inventory for your characters and much more… If you want to get started with your first RPG in Godot and learn reusable systems for your other games, using a tried-and-tested method: download this book now! |
|
|||
Artificial Intelligence for Developers in easy steps is for coders who want to enhance their skillset quickly and easily. Artificial Intelligence (AI) is here to stay, and this guide reveals how AI works and illustrates how to build AI applications. It even covers no-code AI tools. This primer comes with free downloadable source code to get you started straightaway. Topics covered include: • Creating a chatbot. • Building an expert system. • Understanding the flatworld, fuzzy logic, and subsumption architecture. • Genetic algorithms, neural networks, generative AI, and low code. Aimed at aspiring developers and students who are familiar with Python and now want to master AI concepts and build intelligent AI solutions. AI programming is mainstream now. Update your coding skills and stay on top! Table of Contents 1. Introducing artificial intelligence 2. Creating a chatbot 3. Expert systems 4. The flatworld 5. Fuzzy logic 6. Subsumption architecture 7. Genetic algorithms 8. Neural networks 9. Pretrained neural networks 10. Generative artificial intelligence 11. Low code |
|
|||
An inside view of the AI revolution, from the people and companies making it happen. How did we build large language models? How do they think, if they think? What will the world look like if we have billions of AIs that are as smart as humans, or even smarter? In a series of in-depth interviews with leading AI researchers and company founders—including Anthropic CEO Dario Amodei, DeepMind cofounder Demis Hassabis, OpenAI cofounder Ilya Sutskever, MIRI cofounder Eliezer Yudkowsky, and Meta CEO Mark Zuckerberg—Dwarkesh Patel provides the first comprehensive and contemporary portrait of the technology that is transforming our world. Drawn from his interviews on the Dwarkesh Podcast , these curated excerpts range from the technical details of how LLMs work to the possibility of an AI takeover or explosive economic growth. Patel’s conversations cut through the noise to explore the topics most compelling to those at the forefront of the field: the power of scaling, the potential for misalignment, the sheer input required for AGI, and the economic and social ramifications of superintelligence. The book is also a standalone introduction to the technology. It includes over 170 definitions and visualizations, explanations of technical points made by guests, classic essays on the theme from other writers, and unpublished interviews with Open Philanthropy research analyst Ajeya Cotra and Anthropic cofounder Jared Kaplan. The Scaling Era offers readers unprecedented insight into a transformative moment in the development of AI—and a vision of what comes next. |
|
|||
The Linux Programming Interface (TLPI) is the definitive guide to the Linux and UNIX programming interface - the interface employed by nearly every application that runs on a Linux or UNIX system. In this authoritative work, Linux programming expert Michael Kerrisk provides detailed descriptions of the system calls and library functions that you need in order to master the craft of system programming, and accompanies his explanations with clear, complete example programs. You'll find descriptions of over 500 system calls and library functions, and more than 200 example programs, 88 tables, and 115 diagrams. You'll learn how to: -Read and write files efficiently -Use signals, clocks, and timers -Create processes and execute programs -Write secure programs -Write multithreaded programs using POSIX threads -Build and use shared libraries -Perform interprocess communication using pipes, message queues, shared memory, and semaphores -Write network applications with the sockets API While The Linux Programming Interface covers a wealth of Linux-specific features, including epoll , inotify , and the /proc file system, its emphasis on UNIX standards (POSIX.1-2001/SUSv3 and POSIX.1-2008/SUSv4) makes it equally valuable to programmers working on other UNIX platforms. The Linux Programming Interface is the most comprehensive single-volume work on the Linux and UNIX programming interface, and a book that's destined to become a new classic. |
|
|||
The MacBook Air is powerful, yet small enough to carry comfortably with one hand. It features a Retina display which makes images, video, and the web look pin-sharp. It can be plugged into a 5K monitor and used as a desktop computer. It’s also a beautiful device to behold. MacBook Air Guide is the perfect companion for your new Mac. Brought to you by the expert team at Leaf Publishing, and written by best-selling technology author Thomas Anthony, MacBook Air Guidebook is packed with top tips and in-depth tutorials.  You'll learn about key MacBook Air features, such as the Touch ID, discover how to use macOS and its built-in apps, plus much more. By the time you've finished reading MacBook Air Guidebook, you'll be an expert in nearly everything MacBook and macOS related. Inside you'll discover: - Everything you need to know about MacBook Air - How to set up your Mac - How to use Touch ID and the TrackPad - Detailed app tutorials - How to edit photos - Essential settings and configurations & much more! |
|
|||
With over 50,000 copies sold, The Rust Programming Language is the quintessential guide to programming in Rust. Thoroughly updated to Rust’s latest version, this edition is considered the language’s official documentation. The Rust Programming Language "covers everything you could want to know about the language."—Stack Overflow Rust has been repeatedly voted "Most Loved Language" on the StackOverflow Developer Survey. The Rust Programming Language, 2nd Edition is the official guide to Rust 2021: an open source systems programming language that will help you write faster, more reliable software. Rust provides control of low-level details along with high-level ergonomics, allowing you to improve productivity and eliminate the hassle traditionally associated with low-level languages. Klabnik and Nichols, alumni of the Rust Core Team, share their knowledge to help you get the most out of Rust’s features so that you can create robust and scalable programs. You’ll begin with basics like creating functions, choosing data types, and binding variables, then move on to more advanced concepts, such as: Ownership and borrowing, lifetimes, generics, traits, and trait objects to communicate your program’s constraints to the compilerSmart pointers and multithreading, and how ownership interacts with them to enable fearless concurrencyHow to use Cargo, Rust’s built-in package manager, to build, document your code, and manage dependenciesThe best ways to test, handle errors, refactor, and take advantage of expressive pattern matching In addition to the countless code examples, you’ll find three chapters dedicated to building complete projects: a number-guessing game, a Rust implementation of a command line tool, and a multithreaded server. |
|
|||
Let there be code! Beginning Programming All-in-One For Dummies offers one guide packed with 7 books to teach you programming across multiple languages. Coding can seem complex and convoluted, but Dummies makes it simple and easy to understand. You’ll learn all about the principles of programming, algorithms, data structures, debugging programs, unique applications of programming and more while learning about some of the most popular programming languages used today. Move confidently forward in your computer science coursework or straight into the workforce. You’ll come away with a rock-solid foundation in the programming basics, using data, coding for the web, and building killer apps. Learn the basics of coding, including writing and compiling code, using algorithms, and data structures Get comfortable with the syntax of several different programming languages Wrap your mind around interesting programming opportunities such as conducting biological experiments within a computer or programming a video game engine Develop cross-platform applications for desktop and mobile devices This essential guide takes the complexity and convolution out of programming for beginners and arms you with the knowledge you need to follow where the code takes you. |
|
|||
Get up to speed with the latest free open-source live streaming software quickly with the Un-Official Guide to Open Broadcaster Software. Author Paul Richards has dedicated his fourth book about live streaming to the world's most widely used video production software: OBS. This book has been developed for "non-techie" users and guides readers through all of the most important video production features in the software. Readers will learn video production techniques and instruction for specific to the open broadcaster software for use with live streaming and recording professional videos. Today more than ever Open Broadcaster Software is being recognized as a valuable video production tool in the broadcast industry. OBS stands for Open Broadcaster Software, and it is the most popular free live-streaming software in the world. OBS is an open-source-software application, and the project is reviewed, maintained, and enhanced by a community of volunteers. Anyone can use it for free and also participate in its development using Github, Dischord, or other online collaboration tools. This guide has been written to complement an online OSB training course available on Udemy.com. With this guide, the included online course, downloadable materials and a complimentary audiobook, anyone interested in learning more about OBS should be able to advance their skills efficiently with these resources. The OBS suite is a versatile tool for recording video and live streaming. It can be used to record presentations, screen-capture sessions, eSports gaming, and much more. OBS can be used to capture and record video, with a robust set of tools for processing audio as well. OBS can eliminate the need for expensive internal capture cards with the integration of the NewTek® NDI®, and it simplifies the process of screen recording and online streaming. |
|
|||
Building on two successful editions (135,000+ copies sold), this book adds essential updates to a title considered the Rust programming language’s official documentation. The Rust Programming Language, 3rd Edition is the official guide to Rust 2024 and the latest iteration of one of the bestselling Rust books of all time. Rust provides control of low-level details along with high-level ergonomics, allowing you to improve productivity and eliminate the hassle traditionally associated with low-level languages. From web apps to operating systems, Rust is a safe, fast, reliable language used for a wide variety of applications. |
|
|||
An essential companion to The Rust Programming Language, 2nd Edition , offering targeted exercises to enhance beginners' skills in reading and writing Rust code. The Rust Programming Language Workbook provides short coding exercises inspired by the rustlings project and organized by topic. The workbook starts with concepts common to many programming languages today like variables, data types, and functions then moves on to important Rust concepts like move semantics, structs, and enums. Short introductions of the concepts are followed by exercises that are intentionally broken. Readers need to change the code or add code to fix each exercise. The workbook also provides hints and example solutions to help beginners get unstuck. |
|
|||
Guice (pronounced “Juice”) is the Jolt Award-winning, 100% Java icing on the cake of Java dependency injection. Unlike other popular dependency injection frameworks such as Spring, Guice fully embraces modern Java language features and combines simplicity with stunning performance and developer–friendliness. Google Guice: Agile Lightweight Dependency Injection Framework will not only tell you “how,” it will also tell you “why” and “why not,” so that all the knowledge you gain will be as widely applicable as possible. Filled with examples and background information, this book is an invaluable addition to your knowledge of modern agile Java. Learn simple annotation–driven dependency injection, scoping and aspect-oriented programming, and why it all works the way it works Be the first to familiarize yourself with concepts that are likely to be included in a future Java EE or SE release (through JSR 299) Get things done without having to write any XML |
|
|||
The Handy Tips Guide ™ to the iPad is quite simply one of the most comprehensive illustrated tips book available anywhere for the iPad. This brand new edition has been fully revised, expanded and updated and covers iOS 8 in depth. Jump in, discover its secrets now. The Handy Tips Guide ™ is the book equivalent of an expert friend. It gives you a helpful hand the minute you ask for it. A truly exceptional guide, each chapter is filled with gold nuggets of tips, succinct and to the point. Presented in a logical order that allows you to jump to any page you want, precisely when you need it, giving you answers, fast. There are an indulgent amount of high definition screenshots that complement the clear and concise writing to help you better understand.  A wonderful feature of The Handy Tips Guide™ is that you can pinch-apart the images so they expand for a more detailed view, and pinch-together or press the X to return to normal book view.  The team behind The Handy Tips Guide™ understands that iPad users have different levels of familiarity with the iPad, there are foundation tips for complete beginners, and advanced tips for those who are experts but want to truly get the most out of their iPad user experience. Download the free sample. Featuring over 200 independently researched and tested feature explanations this is the book that experts can learn from. With intuitive presentation and a truly comprehensive range of tips The Handy Tips Guide ™ will empower you to get the very most out of your iPad. Just some of the things you can discover:  - Secret Keyboard Controls  - Time Saving Punctuation  - Siri  - Set the orientation lock  - Opening, closing, moving, renaming, deleting folders  - Installing, pausing, organizing and deleting apps  - Use Multitasking to switch between open apps  - Using Bluetooth with your iPad  - Prioritise Wi-Fi signal over 3G /4G - Track your data usage  - Group emails by thread  - Search, archive and delete emails  - Share your email inbox between multiple email accounts  - Add contacts, add contact photos, share contacts  - Saving images from the internet  - Search a webpage  - Change Safari's default search engine  - How to protect your internet browsing history  - How to focus on a subject when using the inbuilt camera  - Use Maps app to see where photos were taken, or where contacts live  - Use Maps, check traffic conditions.  - Use your iPad as a digital picture frame  - View and hide photos with a pinch  - Use other apps whilst using FaceTime  - Have fun with Photo Booth  - How to set-up and use FaceTime and improve call quality  - Show Music controls when using other apps  - Speed up, slow down, or replay the last 30 seconds of a podcast  - Browse an album's tracklist  - Game Center, see your worldwide ranking, play multiplayer games  - Calendar. How to navigate it and view birthdays.  - Notes. How to save and sync notes.  - Security. Secure your iPad. Erase all data.  - How to locate a lost or stolen iPad.  - Use AirPlay to stream media from your iPad  - Video Mirroring, output your iPad to your HDTV  - Use your iPad with your Apple TV - Accessibility features.  - How to back-up and restore your iPad  - Troubleshooting |
|
|||
"Views differ on bitcoin, but few doubt the transformative potential of Blockchain technology. The Truth Machine is the best book so far on what has happened and what may come along. It demands the attention of anyone concerned with our economic future." —Lawrence H. Summers, Charles W. Eliot University Professor and President Emeritus at Harvard, Former Treasury Secretary From Michael J. Casey and Paul Vigna, the authors of The Age of Cryptocurrency , comes the definitive work on the Internet’s Next Big Thing: The Blockchain. Big banks have grown bigger and more entrenched. Privacy exists only until the next hack. Credit card fraud is a fact of life. Many of the “legacy systems” once designed to make our lives easier and our economy more efficient are no longer up to the task. Yet there is a way past all this—a new kind of operating system with the potential to revolutionize vast swaths of our economy: the blockchain. In The Truth Machine , Michael J. Casey and Paul Vigna demystify the blockchain and explain why it can restore personal control over our data, assets, and identities; grant billions of excluded people access to the global economy; and shift the balance of power to revive society’s faith in itself. They reveal the disruption it promises for industries including finance, tech, legal, and shipping. Casey and Vigna expose the challenge of replacing trusted (and not-so-trusted) institutions on which we’ve relied for centuries with a radical model that bypasses them. The Truth Machine reveals the empowerment possible when self-interested middlemen give way to the transparency of the blockchain, while highlighting the job losses, assertion of special interests, and threat to social cohesion that will accompany this shift. With the same balanced perspective they brought to The Age of Cryptocurrency , Casey and Vigna show why we all must care about the path that blockchain technology takes—moving humanity forward, not backward. |
|
|||
2024 edition. Fully updated for Kubernetes v1.29. Brand new chapter covering WebAssembly on Kubernetes. The Kubernetes Book, by Nigel Poulton, renowned author and video trainer, is up to date with the latest trends in Kubernetes and the rapidly evolving cloud-native ecosystem. Containers transformed how we package and deploy applications, but they came with inherent challenges. Kubernetes is a platform for deploying and managing containerised applications at scale. It also abstracts underlying infrastructure, making it easier to deploy and manage applications across heterogenous clouds and on-premises environments. The Kubernetes Book offers a beginner-friendly approach to mastering Kubernetes architecture and core concepts such as Pods, Deployments, Services, StatefulSets, Ingress, ConfigMaps, and more. It also demystifies the Kubernetes API, teaches you how to secure Kubernetes, and brings you up to speed with important cloud-native concepts such as microservices, declarative configuration, desired state, reconciliation, and more. The book also serves as a comprehensive guide for software developers, systems administrators, cloud engineers, and architects to help them master Kubernetes. It offers the most precise explanations and is full of practical examples to help develop applications on a laptop and then deploy them to real-world Kubernetes environments. ★ The Kubernetes Book is updated annually, meaning it's always up to date with the latest and greatest in the Kubernetes and cloud-native ecosystems. |
|
|||
Manage your schedule more effectively using Calendar and Reminders! Version 6.0, updated November 14, 2024 Learn how to unlock the full potential of Apple’s Calendar and Reminders! This book helps you get the most out of these two apps, showing you how to customize them, sync data across devices, and share meeting invitations and reminder lists. You’ll also learn how to use Siri as a shortcut and how to fix common problems. In the days before personal computers and mobile devices, we had to rely on paper calendars and to-do lists to help us organize our time and activities. Now, we have powerful tools, like Apple’s Calendar and Reminders, that are much more responsive to our needs. Put an event on your schedule, invite others to join, or set yourself an alarm (or more than one). Or, keep a list of to-do items, add to it and view it on all your Apple devices, and share your list with family or friends. The sixth edition features complete coverage of macOS 15 Sequoia, macOS 14 Sonoma, iOS 18/iPadOS 18, iOS 17/iPadOS 17, and watchOS 11, along with the new Apple Intelligence features on supported devices. Glenn guides you through getting to know these incredibly helpful apps, including lesser-known (but handy) features. For example, did you know that Calendar lets you set an alert that factors in public transportation schedules and time to get to your starting point, so you can leave early enough to catch the train, bus, tram, or ferry you need—and any connections—and arrive at your event on time? Or that Reminders can prompt you to do something not only at a certain time, but also once you’ve reached a specific destination, like the grocery store? If you’ve never taken the opportunity to explore Calendar and Reminders, this book will show you how to make them an important part of your daily routine. If you’ve already been using Calendar and Reminders, you’ll learn how to use them more effectively, troubleshoot common problems, and delve deeper into their capabilities. Learn how to get the best out of Calendar and Reminders, including how to: • Customize Calendar to your liking, from setting time zones, to color coding specific calendars • Create events, making them repeat at regular intervals or on certain dates • Embed video links in Calendar events for quick launching • Add reminders from within the Calendar app • Use the new Multi Day view in Calendar for iPhone • Set up notifications and alerts, so you never miss an event • Invite people to events, or share your calendar with them • Share calendars and reminders using iCloud Family Sharing, and assign reminders to a specific person • Create, manage, and share lists in Reminders, including subtasks and powerful smart lists • Organize reminder lists into categories and optionally view them in columns • Designate a list as a grocery list, so that items auto-sort into supermarket departments • Set alarms in Reminders at a certain time or a certain place • Use Siri to save time when creating events or reminders • Easily check events and reminders on your Mac, iPhone, iPad, Apple Watch, or HomePod • Recover deleted reminders within 30 days • Print a calendar (to paper or PDF) • Troubleshoot common problems in Calendar and Reminders |
|
|||
Teaching you everything you need to know about iCloud, Apple's revolutionary back-up and sync service, iCloud for Beginners guides you through every essential element. From how to set-up your free iCloud account to sharing your information across your Apple devices, these easy-to-follow guides and step-by-step tutorials will show you exactly how to get the most out of your iPad, iPhone and Mac. Designed by experts as an accessible, friendly guide to world-beating software and devices, the For Beginners series will help give you the confidence to learn everything you need to know. Clear, easy-to-understand and comprehensive, For Beginners’ first class tutorials, features and reviews are created with you in mind, ready to give you the tools you need to get the most out of your new passion. |
|
|||
We all like to think we're pretty savvy when it comes to using our Macs, and in the case of the typical Macworld reader, that's usually true. But there's a funny thing we've noticed when we talk even to veteran Mac users: There's almost always some essential stuff—basic things that would make their Mac use easier or more efficient—that they've either forgotten or never learned.  So we got some Macworld editors and contributors together and asked: What are the things that every Mac user should know how to do? Not the really basic stuff—Command-C, Command-V, and so on—but the skills and knowledge that mark you as Mac-literate. After much pondering and discussion, we came up with a list of 100 items that fit the bill. Those skills run the gamut from startup to shutdown: they include smart ways to manage files and accounts, search, and customize your Mac.  We'll bet that you already know many of them. But we'll also bet that you don't know them all. And if you can really, honestly say that you knew every one, you're a whole lot savvier than any of us. |
|
|||
Hello iPad Tips & Tricks shows you over 50 iPad secrets only iPad pros know. Did you know: • In the Camera app, you can take a picture by pressing the volume up button? • In Mail, to see your drafts, you can hold down the Compose new message button? • You can get Emoji on your iPad keyboard? There are tons of great features you'll discover and love your iPad even more. |
|
|||
The iPad mini is even more portable than its older sibling, fitting neatly in a bag and comfortably in just one hand. Apple’s smaller tablet does not compromise on features, however, and is the ideal device for communication, entertainment, productivity and more. Discover everything it has to offer in this book. Designed by experts as an accessible, friendly guide to world-beating software and devices, the For Beginners series will help give you the confidence to learn everything you need to know. Clear, easy-to-understand and comprehensive, For Beginners’ first class tutorials, features and reviews are created with you in mind, ready to give you the tools you need to get the most out of your new passion. |
|
|||
While using an iOS device isn’t hard—and that's partially why we love them—even savvy users like Macworld readers have holes in their iPhone and iPad knowledge. Maybe you know everything there is to know about Safari caching, but you're in the dark when it comes to iPhone photography. Or perhaps you're a Mail maestro, but you'd like to be faster at composing emails on a digital keyboard. Whether you've forgotten an iOS trick or you want to learn some new ones, our editors have you covered. We polled our community—and our newsroom—to create a list of 12 essential iOS features we think every iOS user should know about. Topics include syncing your accounts and data, managing your apps, printing, and working with Bluetooth. You can learn how to troubleshoot meddlesome battery issues and brush up on your security and backup options; we'll also explain the basics of multitasking and editing text, and walk you through shooting a quality photo and working with PDFs. These iOS essentials first appeared as the cover story for our April 2012 issue; not only does the book include all the information from that print feature, we've redesigned the layout, included new galleries and videos, and added a little bit extra for our ebook viewers.  |