Book picks similar to
Graphical Data Analysis with R by Antony Unwin
textbooks
r
data-science
calibre
Mindfulness in the Modern World: How Do I Make Meditation Part of Everyday Life?
Osho - 2013
What is mindfulness? It is awareness. It is perfect awareness.In Mindfulness in the Modern World, Osho helps us explore both the inner and the outer obstacles that prevent us from bringing more awareness to all our daily activities. He emphasizes that while techniques can be useful in pointing the way, in themselves they are not meditation. Rather, meditation – or mindfulness – is ultimately a state of being in which we are capable of both action and stillness, work and play, and able to be fully present to each moment of life as it comes. Osho's insights into the nature of the modern mind, with its tendency to judge and compare, provides a helpful entry point for longtime meditators as well as beginners. Mindfulness in the Modern World covers a wide range of topics, including five experiential techniques that will help you bring awareness to your everyday life.The Osho Life Essentials series focuses on the most important questions in the life of the individual. Each volume contains timeless and always-contemporary investigations into and discussions of questions vital to our personal search for meaning and purpose, focusing on questions specific to our inner life and quality of existence.
Peter Norton's Introduction to Computers
Peter Norton - 1994
It includes three entirely new chapters on the Internet, computer graphics, and multimedia. Thorough yet flexible, Introduction to Computers is appropriate for a full-semester course -- with or without a hands-on lab. The text is available with a student CD-ROM that contains interactive multimedia materials for each chapter. Also available are an Electronic Study Guide on CD-ROM, HyperGraphics package, and an Instructor's Productivity Center on CD-ROM.
The Quick Python Book
Naomi R. Ceder - 2000
This updated edition includes all the changes in Python 3, itself a significant shift from earlier versions of Python.The book begins with basic but useful programs that teach the core features of syntax, control flow, and data structures. It then moves to larger applications involving code management, object-oriented programming, web development, and converting code from earlier versions of Python.True to his audience of experienced developers, the author covers common programming language features concisely, while giving more detail to those features unique to Python.Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.
Nutrition: vitamins and minerals
Open University - 2015
Learn about the two main vitamin groups and the major mineral elements. This free ebook, Nutrition: vitamins and minerals, looks at the two main groups of vitamins: the fat-soluble vitamins, A, D, E and K; and the water-soluble vitamins, the B group and vitamin C. It also examines the major mineral elements, and the importance of fluid balance in the body.
Analytical Chemistry
Gary D. Christian - 2003
Examples of analytical techniques are drawn from such areas as life sciences, clinical chemistry, air and water pollution, and industrial analyses. New to this edition: Excel spreadsheets on CD-ROM * New chapters on good laboratory practice, as well as genomics and proteomics * A more modern flavor.
Deep Learning with Python
François Chollet - 2017
It is the technology behind photo tagging systems at Facebook and Google, self-driving cars, speech recognition systems on your smartphone, and much more.In particular, Deep learning excels at solving machine perception problems: understanding the content of image data, video data, or sound data. Here's a simple example: say you have a large collection of images, and that you want tags associated with each image, for example, "dog," "cat," etc. Deep learning can allow you to create a system that understands how to map such tags to images, learning only from examples. This system can then be applied to new images, automating the task of photo tagging. A deep learning model only has to be fed examples of a task to start generating useful results on new data.
Grokking Deep Learning
Andrew W. Trask - 2017
Loosely based on neuron behavior inside of human brains, these systems are rapidly catching up with the intelligence of their human creators, defeating the world champion Go player, achieving superhuman performance on video games, driving cars, translating languages, and sometimes even helping law enforcement fight crime. Deep Learning is a revolution that is changing every industry across the globe.Grokking Deep Learning is the perfect place to begin your deep learning journey. Rather than just learn the “black box” API of some library or framework, you will actually understand how to build these algorithms completely from scratch. You will understand how Deep Learning is able to learn at levels greater than humans. You will be able to understand the “brain” behind state-of-the-art Artificial Intelligence. Furthermore, unlike other courses that assume advanced knowledge of Calculus and leverage complex mathematical notation, if you’re a Python hacker who passed high-school algebra, you’re ready to go. And at the end, you’ll even build an A.I. that will learn to defeat you in a classic Atari game.
Database Systems: A Practical Approach to Design, Implementation and Management
Thomas M. Connolly - 1995
Meant for students and professionals, it includes explanations using case studies. The design methodology is divided into conceptual, logical, and physical.
Doing Math with Python
Amit Saha - 2015
Python is easy to learn, and it's perfect for exploring topics like statistics, geometry, probability, and calculus. You’ll learn to write programs to find derivatives, solve equations graphically, manipulate algebraic expressions, even examine projectile motion.Rather than crank through tedious calculations by hand, you'll learn how to use Python functions and modules to handle the number crunching while you focus on the principles behind the math. Exercises throughout teach fundamental programming concepts, like using functions, handling user input, and reading and manipulating data. As you learn to think computationally, you'll discover new ways to explore and think about math, and gain valuable programming skills that you can use to continue your study of math and computer science.If you’re interested in math but have yet to dip into programming, you’ll find that Python makes it easy to go deeper into the subject—let Python handle the tedious work while you spend more time on the math.
Building Java Programs: A Back to Basics Approach
Stuart Reges - 2007
By using objects early to solve interesting problems and defining objects later in the course, Building Java Programs develops programming knowledge for a broad audience. Introduction to Java Programming, Primitive Data and Definite Loops, Introduction to Parameters and Objects, Conditional Execution, Program Logic and Indefinite Loops, File Processing, Arrays, Defining Classes, Inheritance and Interfaces, ArrayLists, Java Collections Framework, Recursion, Searching and Sorting, Graphical User Interfaces. For all readers interested in introductory programming.
A Book of Secrets: Finding Solace in a Stubborn World
Derren Brown - 2021
By sharing his own moments of anger, frustration, loneliness and loss, Derren reveals how it's possible to find consolation and compassion in our most challenging times.A Book of Secrets is a profound and practical guide to finding value in sadness and strength from what life throws at us - it is from the difficulty of life that we find meaning and grow.
Learning Perl
Randal L. Schwartz - 1993
Written by three prominent members of the Perl community who each have several years of experience teaching Perl around the world, this edition has been updated to account for all the recent changes to the language up to Perl 5.8.Perl is the language for people who want to get work done. It started as a tool for Unix system administrators who needed something powerful for small tasks. Since then, Perl has blossomed into a full-featured programming language used for web programming, database manipulation, XML processing, and system administration--on practically all platforms--while remaining the favorite tool for the small daily tasks it was designed for. You might start using Perl because you need it, but you'll continue to use it because you love it.Informed by their years of success at teaching Perl as consultants, the authors have re-engineered the Llama to better match the pace and scope appropriate for readers getting started with Perl, while retaining the detailed discussion, thorough examples, and eclectic wit for which the Llama is famous.The book includes new exercises and solutions so you can practice what you've learned while it's still fresh in your mind. Here are just some of the topics covered:Perl variable typessubroutinesfile operationsregular expressionstext processingstrings and sortingprocess managementusing third party modulesIf you ask Perl programmers today what book they relied on most when they were learning Perl, you'll find that an overwhelming majority will point to the Llama. With good reason. Other books may teach you to program in Perl, but this book will turn you into a Perl programmer.
Web Development and Design Foundations with Html5
Terry Felke-Morris - 2012
A well-rounded balance of hard skills (HTML5, XHTML, CSS, JavaScript) and soft skills (Web Design, e-commerce, Web site promotion strategies) presents everything beginning Web developers need to know to build and promote successful Web sites.
Oracle PL/SQL Programming
Steven Feuerstein - 1993
Packed with examples and helpful recommendations, the book has helped everyone--from novices to experienced developers, and from Oracle Forms developers to database administrators--make the most of PL/SQL.
The fourth edition is a comprehensive update, adding significant new content and extending coverage to include the very latest Oracle version, Oracle Database 10g Release 2. It describes such new features as the PL/SQL optimizing compiler, conditional compilation, compile-time warnings, regular expressions, set operators for nested tables, nonsequential collections in FORALL, the programmer-defined quoting mechanism, the ability to backtrace an exception to a line number, a variety of new built-in packages, and support for IEEE 754 compliant floating-point numbers.
The new edition adds brand-new chapters on security (including encryption, row-level security, fine-grained auditing, and application contexts), file, email, and web I/O (including the built-in packages DBMS_OUTPUT, UTL_FILE, UTL_MAIL, UTL_SMTP, and UTL_HTTP) and globalization and localization.
Co-authored by the world's foremost PL/SQL authority, Steven Feuerstein, this classic reference provides language syntax, best practices, and extensive code, ranging from simple examples to complete applications--making it a must-have on your road to PL/SQL mastery. A companion web site contains many more examples and additional technical content for enhanced learning.
The Naked Surgeon: the power and peril of transparency in medicine
Samer Nashef - 2015
We all have one, but most of us will never see one. The heart surgeon now has that privilege but, for centuries, the heart was out of reach even for surgeons. So when a surgeon nowadays opens up a ribcage and mends a heart, it remains something of a miracle, even if, to some, it is merely plumbing.
As with plumbers, the quality of surgeons’ work varies. As with plumbers, surgeons’ opinion of their own prowess and their own attitude to risk are not always reliable. Measurement is key. We’ve had a century of effective evidence-based medicine. We’ve had barely a decade of thorough monitoring of clinical outcomes. Thanks to the ground-breaking risk modelling of pioneering surgeons like Samer Nashef, we at last know how to judge whether an operation is in a patient’s best interest, which hospital and surgeon would be best for that operation, when it might best be performed and what the exact level of risk is. We have at last made what is important in surgery measurable. But how should surgeons, and their patients, use these newfound insights? Ever since his days as a medical student, Samer Nashef has challenged the medical profession to be more open and more accurate about the success of surgical procedures, for the sake of the patients. In The Naked Surgeon, he unclothes his own profession to demonstrate to his reader (and prospective patient) many revelations, such as the paradox at the heart of the cardiac surgeon’s craft: the more an operation is likely to kill you, the better it is for you. And he does so with absolute clarity, fluency and not a little wit.