Book picks similar to
The LEGO MINDSTORMS EV3 Discovery Book: A Beginner's Guide to Building and Programming Robots by Laurens Valk
non-fiction
robotics
lego
nonfiction
Head First Python
Paul Barry - 2010
You'll quickly learn the language's fundamentals, then move onto persistence, exception handling, web development, SQLite, data wrangling, and Google App Engine. You'll also learn how to write mobile apps for Android, all thanks to the power that Python gives you.We think your time is too valuable to waste struggling with new concepts. Using the latest research in cognitive science and learning theory to craft a multi-sensory learning experience, Head First Python uses a visually rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep.
Python for Data Analysis
Wes McKinney - 2011
It is also a practical, modern introduction to scientific computing in Python, tailored for data-intensive applications. This is a book about the parts of the Python language and libraries you'll need to effectively solve a broad set of data analysis problems. This book is not an exposition on analytical methods using Python as the implementation language.Written by Wes McKinney, the main author of the pandas library, this hands-on book is packed with practical cases studies. It's ideal for analysts new to Python and for Python programmers new to scientific computing.Use the IPython interactive shell as your primary development environmentLearn basic and advanced NumPy (Numerical Python) featuresGet started with data analysis tools in the pandas libraryUse high-performance tools to load, clean, transform, merge, and reshape dataCreate scatter plots and static or interactive visualizations with matplotlibApply the pandas groupby facility to slice, dice, and summarize datasetsMeasure data by points in time, whether it's specific instances, fixed periods, or intervalsLearn how to solve problems in web analytics, social sciences, finance, and economics, through detailed examples
Programming in Go: Creating Applications for the 21st Century
Mark Summerfield - 2012
With this guide, pioneering Go programmer Mark Summerfield shows how to write code that takes full advantage of Go's breakthrough features and idioms. Both a tutorial and a language reference, "Programming in Go" brings together all the knowledge you need to evaluate Go, think in Go, and write high-performance software with Go. Summerfield presents multiple idiom comparisons showing exactly how Go improves upon older languages, calling special attention to Go's key innovations. Along the way, he explains everything from the absolute basics through Go's lock-free channel-based concurrency and its flexible and unusual duck-typing type-safe approach to object-orientation. Throughout, Summerfield's approach is thoroughly practical. Each chapter offers multiple live code examples designed to encourage experimentation and help you quickly develop mastery. Wherever possible, complete programs and packages are presented to provide realistic use cases, as well as exercises. Coverage includes:-- Quickly getting and installing Go, and building and running Go programs -- Exploring Go's syntax, features, and extensive standard library -- Programming Boolean values, expressions, and numeric types -- Creating, comparing, indexing, slicing, and formatting strings -- Understanding Go's highly efficient built-in collection types: slices and maps -- Using Go as a procedural programming language -- Discovering Go's unusual and flexible approach to object orientation -- Mastering Go's unique, simple, and natural approach to fine-grained concurrency -- Reading and writing binary, text, JSON, and XML files -- Importing and using standard library packages, custom packages, and third-party packages -- Creating, documenting, unit testing, and benchmarking custom packages
Black Hat Python: Python Programming for Hackers and Pentesters
Justin Seitz - 2014
But just how does the magic happen?In Black Hat Python, the latest from Justin Seitz (author of the best-selling Gray Hat Python), you'll explore the darker side of Python's capabilities writing network sniffers, manipulating packets, infecting virtual machines, creating stealthy trojans, and more. You'll learn how to:Create a trojan command-and-control using GitHubDetect sandboxing and automate common malware tasks, like keylogging and screenshottingEscalate Windows privileges with creative process controlUse offensive memory forensics tricks to retrieve password hashes and inject shellcode into a virtual machineExtend the popular Burp Suite web-hacking toolAbuse Windows COM automation to perform a man-in-the-browser attackExfiltrate data from a network most sneakilyInsider techniques and creative challenges throughout show you how to extend the hacks and how to write your own exploits.When it comes to offensive security, your ability to create powerful tools on the fly is indispensable. Learn how in Black Hat Python."
Write Good or Die
Scott NicholsonHarley Jane Kozak - 2010
Anderson, M.J. Rose, Heather Graham, J.A. Konrath, Gayle Lynds, Alexandra Sokoloff, Jonathan Maberry, and more. How to develop your craft, improve your writing, get an agent, promote your work, embrace the digital age, and prepare yourself for the coming changes in the publishing industry. Edited by Scott Nicholson.
The Linux Programming Interface: A Linux and Unix System Programming Handbook
Michael Kerrisk - 2010
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.Praise for The Linux Programming Interface "If I had to choose a single book to sit next to my machine when writing software for Linux, this would be it." —Martin Landers, Software Engineer, Google "This book, with its detailed descriptions and examples, contains everything you need to understand the details and nuances of the low-level programming APIs in Linux . . . no matter what the level of reader, there will be something to be learnt from this book." —Mel Gorman, Author of Understanding the Linux Virtual Memory Manager "Michael Kerrisk has not only written a great book about Linux programming and how it relates to various standards, but has also taken care that bugs he noticed got fixed and the man pages were (greatly) improved. In all three ways, he has made Linux programming easier. The in-depth treatment of topics in The Linux Programming Interface . . . makes it a must-have reference for both new and experienced Linux programmers." —Andreas Jaeger, Program Manager, openSUSE, Novell "Michael's inexhaustible determination to get his information right, and to express it clearly and concisely, has resulted in a strong reference source for programmers. While this work is targeted at Linux programmers, it will be of value to any programmer working in the UNIX/POSIX ecosystem." —David Butenhof, Author of Programming with POSIX Threads and Contributor to the POSIX and UNIX Standards ". . . a very thorough—yet easy to read—explanation of UNIX system and network programming, with an emphasis on Linux systems. It's certainly a book I'd recommend to anybody wanting to get into UNIX programming (in general) or to experienced UNIX programmers wanting to know 'what's new' in the popular GNU/Linux system." —Fernando Gont, Network Security Researcher, IETF Participant, and RFC Author ". . . encyclopedic in the breadth and depth of its coverage, and textbook-like in its wealth of worked examples and exercises. Each topic is clearly and comprehensively covered, from theory to hands-on working code. Professionals, students, educators, this is the Linux/UNIX reference that you have been waiting for." —Anthony Robins, Associate Professor of Computer Science, The University of Otago "I've been very impressed by the precision, the quality and the level of detail Michael Kerrisk put in his book. He is a great expert of Linux system calls and lets us share his knowledge and understanding of the Linux APIs." —Christophe Blaess, Author of Programmation systeme en C sous Linux ". . . an essential resource for the serious or professional Linux and UNIX systems programmer. Michael Kerrisk covers the use of all the key APIs across both the Linux and UNIX system interfaces with clear descriptions and tutorial examples and stresses the importance and benefits of following standards such as the Single UNIX Specification and POSIX 1003.1." —Andrew Josey, Director, Standards, The Open Group, and Chair of the POSIX 1003.1 Working Group "What could be better than an encyclopedic reference to the Linux system, from the standpoint of the system programmer, written by none other than the maintainer of the man pages himself? The Linux Programming Interface is comprehensive and detailed. I firmly expect it to become an indispensable addition to my programming bookshelf." —Bill Gallmeister, Author of POSIX.4 Programmer's Guide: Programming for the Real World ". . . the most complete and up-to-date book about Linux and UNIX system programming. If you're new to Linux system programming, if you're a UNIX veteran focused on portability while interested in learning the Linux way, or if you're simply looking for an excellent reference about the Linux programming interface, then Michael Kerrisk's book is definitely the companion you want on your bookshelf." —Loic Domaigne, Chief Software Architect (Embedded), Corpuls.com
Metal Detecting: A Beginner's Guide to Mastering the Greatest Hobby In the World
Mark D. Smith - 2014
This book shows you how to claim your share. Over 200 pages of valuable metal detecting information designed to get you out there finding treasure on your very first outing.Finding treasure with a metal detector is real and doing it is simple and easy once you read this book. There are people finding incredible old coins made from gold and silver, valuable historical relics and old jewelry made from gold, silver and platinum. But you won't find these great treasures unless you know where and how to look. Metal Detecting: A Beginner's Guide shows you this and much more.Veteran detectorist and treasure enthusiast Mark Smith continues to provide great information to anyone interested in the great hobby of metal detecting. In his second book on the subject, he manages to answer the common questions that every novice has when they are thinking about getting started. From choosing the right machine to identifying your valuable treasure, Mark Smith covers these subjects and everything in between in an easy to understand way.While this metal detecting book may be geared towards the novice treasure hunter, there are plenty of choice tips that even experienced treasure hunters can pick up. Mark Smith reveals some of his best guarded metal detecting secrets in this metal detecting guide that puts more treasure in your find's pouch.Fully illustrated diagrams and real life pictures describe in detail the easiest ways to not only locate treasure, but safely recover it as well.Learn how to find more treasure by: understanding common metal detecting terminology, understanding which metal detectors work the best and where, understanding how and why a metal detector works, other equipment you will need, proper etiquette, what you can expect to find, why you should never throw anything away, how to identify your finds, how to identify jewelry, how to tell if it is real gold, how to metal detect with children, which recovery tools work the best, how to recover treasure, how to metal detect private property, how to identify unknown metal detecting finds, metal detecting creeks, rivers and lakes, pinpointing, making weak targets stronger, cleaning your finds, the best places to use your metal detector, selling your finds and more!What are you waiting for? Find out how you can maximize your treasure with this informative metal detecting book today.
Python Data Science Handbook: Tools and Techniques for Developers
Jake Vanderplas - 2016
Several resources exist for individual pieces of this data science stack, but only with the Python Data Science Handbook do you get them all—IPython, NumPy, Pandas, Matplotlib, Scikit-Learn, and other related tools.Working scientists and data crunchers familiar with reading and writing Python code will find this comprehensive desk reference ideal for tackling day-to-day issues: manipulating, transforming, and cleaning data; visualizing different types of data; and using data to build statistical or machine learning models. Quite simply, this is the must-have reference for scientific computing in Python.With this handbook, you’ll learn how to use: * IPython and Jupyter: provide computational environments for data scientists using Python * NumPy: includes the ndarray for efficient storage and manipulation of dense data arrays in Python * Pandas: features the DataFrame for efficient storage and manipulation of labeled/columnar data in Python * Matplotlib: includes capabilities for a flexible range of data visualizations in Python * Scikit-Learn: for efficient and clean Python implementations of the most important and established machine learning algorithms
Write Great Code: Volume 1: Understanding the Machine
Randall Hyde - 2004
A dirty little secret assembly language programmers rarely admit to, however, is that what you really need to learn is machine organization, not assembly language programming. Write Great Code Vol I, the first in a series from assembly language expert Randall Hyde, dives right into machine organization without the extra overhead of learning assembly language programming at the same time. And since Write Great Code Vol I concentrates on the machine organization, not assembly language, the reader will learn in greater depth those subjects that are language-independent and of concern to a high level language programmer. Write Great Code Vol I will help programmers make wiser choices with respect to programming statements and data types when writing software, no matter which language they use.
Doing Data Science
Cathy O'Neil - 2013
But how can you get started working in a wide-ranging, interdisciplinary field that’s so clouded in hype? This insightful book, based on Columbia University’s Introduction to Data Science class, tells you what you need to know.In many of these chapter-long lectures, data scientists from companies such as Google, Microsoft, and eBay share new algorithms, methods, and models by presenting case studies and the code they use. If you’re familiar with linear algebra, probability, and statistics, and have programming experience, this book is an ideal introduction to data science.Topics include:Statistical inference, exploratory data analysis, and the data science processAlgorithmsSpam filters, Naive Bayes, and data wranglingLogistic regressionFinancial modelingRecommendation engines and causalityData visualizationSocial networks and data journalismData engineering, MapReduce, Pregel, and HadoopDoing Data Science is collaboration between course instructor Rachel Schutt, Senior VP of Data Science at News Corp, and data science consultant Cathy O’Neil, a senior data scientist at Johnson Research Labs, who attended and blogged about the course.
Embedded Android: Porting, Extending, and Customizing
Karim Yaghmour - 2011
You'll also receive updates when significant changes are made, as well as the final ebook version. Embedded Android is for Developers wanting to create embedded systems based on Android and for those wanting to port Android to new hardware, or creating a custom development environment. Hackers and moders will also find this an indispensible guide to how Android works.
Java Network Programming
Elliotte Rusty Harold - 1997
It is a clear, complete introduction to developing network programs (both applets and applications) using Java, covering everything from networking fundamentals to remote method invocation (RMI).
Java Network Programming, 3rd Edition includes chapters on TCP and UDP sockets, multicasting protocol and content handlers, servlets, multithreaded network programming, I/O, HTML parsing and display, the Java Mail API, and the Java Secure Sockets Extension. There's also significant information on the New I/O API that was developed in large part because of the needs of network programmers.
This invaluable book is a complete, single source guide to writing sophisticated network applications. Packed with useful examples, it is the essential resource for any serious Java developer.
What to Expect When You're Expecting
Heidi Murkoff - 1969
Incorporating everything that's new in pregnancy, childbirth, and the lifestyles of parents-to-be, complete with a preconception plan, information on choosing a practitioner, birthing alternatives, second pregnancies, twins, making love while pregnant, and coping with common and not so common pregnancy symptoms.
Flowers and Floral Patterns: 60 Full Page Line Drawings Ready For Coloring (Adult Coloring Books Book 2)
Sue Taylor-Cox - 2015
Your colorful pictures of flowers will produce a stunning flower art book that you can be proud of.In recent years coloring for grown-ups has become a widespread and growing hobby. There are of course many reasons for this, but here are just some...
Coloring Lowers Stress And Anxiety
Psychiatrists have long known that coloring relaxes the fear center of the brain and allows your mind to get some rest. In fact the founder of analytical psychology, Carl Jung, is known to have given his patients mandalas to color more than one hundred years ago. In today's hectic world the stress reducing properties of coloring are possibly more valuable than ever.
Coloring Trains Your Brain To Focus
Remaining inside the lines as you color needs focus and, while you are concentrating on this stress-free and relaxing activity, you can forget about your worries. Coloring is a mind exercise which allows you to put aside everything else for the time you spend coloring, and this is very important in our increasingly demanding world.
Coloring Helps In The Development Of Fine Motor Skills And Vision
Coloring forces the two hemispheres of the brain to work together and involves both the use of logic (necessary for coloring forms) and creativity (as we mix and match colors). In turn, this brings those areas of the brain responsible for fine motor skills and vision into play, and helps in keeping these active and in developing them further. It is this aspect of coloring which is being seen more and more as especially valuable for older individuals, as many in the medical profession believe that it can delay, or even prevent, the onset of dementia.
Coloring Provides The Chance To Be Social
Although you might feel that coloring should be a solo occupation, its rising popularity is quickly turning it into a social one. Friends, families, work colleagues and others are getting together to eat, drink and enjoy the chance to socialize, through their shared interest in coloring books. Without doubt, this is a perfect excuse for getting together, as coloring needs only a minimum of concentration and can easily be done in a group setting.
Coloring Lets You Be Yourself
There are no rules when it comes to coloring and your coloring book is your coloring book. If you mistakenly make the cat's back leg green because you mistook it for part of the grass, who cares? If you feel like making the sky yellow, what does it matter? You can be as creative as you wish because this is your coloring book, and yours alone."You may already be a convert to adult coloring, in which case you will already know and appreciate its value. This may however be a new project for you and one which you are considering for any one of several different reasons. If this is something new for you then I urge you to give it a try. There is a reason why so many people are fired up about the world of adult coloring, so join in and start enjoying the benefits for yourself today.
IMPORTANT
Please note that the illustrations in this Kindle book are deliberately of a relatively low quality in order to keep the download size of the book small.