Book picks similar to
Python for Excel: A Modern Environment for Automation and Data Analysis by Felix Zumstein
programming
data-science
aaa
_ebook
Tribe of Hackers: Cybersecurity Advice from the Best Hackers in the World
Marcus J. Carey - 2019
Tribe of Hackers wants to change that. We asked for industry, career, and personal advice from 70 cybersecurity luminaries who are ready to break down barriers and shatter ceilings. It's about time.This book can be a catalyst for change for anyone, from beginners trying to enter the industry, to practitioners looking to start their own firms. What tips do the founders of Dragos, Inc. and Duo Security have on starting a company? Do you need a college degree or certification to be a cybersecurity professional? What is the biggest bang-for-the-buck action your organization can take to improve its cybersecurity posture? What "life hacks" to real hackers use to make their own lives easier? What resources can women in cybersecurity utilize to maximize their potential?All proceeds from the book will go towards: Bunker Labs, Sickle Cell Disease Association of America, Rainforest Partnership, and Start-Up! Kid's Club.We can't wait to show you the most epic cybersecurity thought leadership collaborative effort, ever.(Source: Amazon.com)
PHP Objects, Patterns, and Practice
Matt Zandstra - 2007
Borne from a contract developer's pet project, these days you'll find PHP powering many of the world's largest web sites, including Yahoo!, Digg, EA Games, and Lycos.PHP Objects, Patterns, and Practice, Second Edition shows you how to meld the power of PHP with the sound enterprise development techniques embraced by professional programmers. Going well beyond the basics of objectoriented development, you'll learn about advanced topics such as working with static methods and properties, abstract classes, interfaces, design patterns, exception handling, and more. You'll also be exposed to key tools such as PEAR, CVS, Phing, and phpDocumentor. What you'll learn Write solid, maintainable code by embracing objectoriented techniques and design patterns Create detailed, versatile documentation using the powerful phpDocumentor automated documentation system Gain new flexibility during the development process by managing your code within a CVS repository and using the Phing build system Capitalize upon the quality code of others by using the PEAR package management solution Who this book is forPHP developers seeking to embrace sound development techniques such as objectorientation, design patterns, testing, and documentation. "
NSHipster: Obscure Topics in Cocoa & Objective C
Mattt Thompson - 2013
In cultivating a deep understanding and appreciation of Objective-C, its frameworks and ecosystem, one is able to create apps that delight and inspire users. Combining articles from NSHipster.com with new essays, this book is the essential guide for modern iOS and Mac OS X developers.
Fluency Made Easy
Ikenna D. Obi
Learn how to reach fluency in your goal language fast, fun and easily.
The Underdog Advantage - Rewrite Your Future By Turning Your Disadvantages Into Your Superpowers
Dean Graziosi
Do things look good on the outside but on the inside, you feel like a prisoner trapped in mediocrity? Or maybe you feel like you missed your chance, or you can’t find your starting point and no matter what you do, nothing moves you forward? You’re the underdog—dismissed, counted out, lacking the right resources and unsupported. This book changes all that by taking you on a journey and showing you what successful "Underdogs" throughout time have already discovered. Your so called disadvantaged are the fuel and the hidden superpower to accomplish anything you know the secret on how to flip the success switch on in your life... This Book will show you that as an underdog (Something we all are) you’re actually in a great position, and with one or two small shifts, you can unlock limitless potential. Being an underdog means you don’t have to worry about what other people think, you have a lot of room to improve, you can get easy momentum, you can sneak up on competitors, and you have incredible sources of motivation. Soon you will learn that being an underdog is actually your ultimate unfair advantage to next level wealth, prosperity, happiness and joy...
Grokking Algorithms An Illustrated Guide For Programmers and Other Curious People
Aditya Y. Bhargava - 2015
The algorithms you'll use most often as a programmer have already been discovered, tested, and proven. If you want to take a hard pass on Knuth's brilliant but impenetrable theories and the dense multi-page proofs you'll find in most textbooks, this is the book for you. This fully-illustrated and engaging guide makes it easy for you to learn how to use algorithms effectively in your own programs.Grokking Algorithms is a disarming take on a core computer science topic. In it, you'll learn how to apply common algorithms to the practical problems you face in day-to-day life as a programmer. You'll start with problems like sorting and searching. As you build up your skills in thinking algorithmically, you'll tackle more complex concerns such as data compression or artificial intelligence. Whether you're writing business software, video games, mobile apps, or system utilities, you'll learn algorithmic techniques for solving problems that you thought were out of your grasp. For example, you'll be able to:Write a spell checker using graph algorithmsUnderstand how data compression works using Huffman codingIdentify problems that take too long to solve with naive algorithms, and attack them with algorithms that give you an approximate answer insteadEach carefully-presented example includes helpful diagrams and fully-annotated code samples in Python. By the end of this book, you will know some of the most widely applicable algorithms as well as how and when to use them.
Meal Prep for Weight Loss: Weekly Plans and Recipes to Lose Weight the Healthy Way
Kelli Shallal - 2019
Eat for a week. Lose weight for the long term.
Losing weight can be as easy as cooking one day per week. Meal Prep for Weight Loss equips you with the knowledge to properly prepare balanced meals ahead of time, so you can lose weight and keep it off. No crash diets, no spending hours in the kitchen.Balanced meals lead to better energy levels and fewer cravings, which lays the foundation for sustainable weight loss. And it’s easier to make these meals consistently if you plan ahead. Meal Prep for Weight Loss shows you how, with 3-recipe and 6-recipe weekly meal plans, accessible ingredients, and a wide range of fun, flavorful, batch-friendly recipes.Meal Prep for Weight Loss offers:
Take back control—With meal prep, you are always in control of what you eat, how much you eat, and when you eat.
Everything you need—Get started right away with detailed shopping lists, and instructions for cooking, portioning, storing, and reheating.
Customizable plans—Switch up the different plans with a variety of tasty, meal prep ready recipes.
Shed weight the healthy way—with full meal prep plans for well-portioned meals every day of the week.
BE A HUMAN CALCULATOR
Rajesh Sarswat - 2016
However, the techniques that you shall find in this book have been tested and used (not only by the author but by countless other people) in examinations time and again.Many techniques mentioned in other books are pretty impractical and sometimes completely unusable. This book is not a package of magic. It is rather a package of methods that if practiced and persevered with can churn up magical results! This book could be a great resource for various competitive examinations and students in middle and senior school. It could help the reader in myriad ways depending upon his or her needs and scope for practice. At the same time one could figure out as to which technique would work for one and which would not, again depending upon one’s set of circumstances and needs. By reading this book, the students will be able to:(a) learn quicker methods by observing some simple techniques;compare various techniques available on each topic;(b) know the limitations of each technique;(c) save some precious minutes in various competitive and school examinations by employing the quick calculation techniques;(d) develop their own tools in the field of quick calculations.
Chaos Engineering
Casey Rosenthal - 2017
You’ll never be able to prevent all possible failure modes, but you can identify many of the weaknesses in your system before they’re triggered by these events. This report introduces you to Chaos Engineering, a method of experimenting on infrastructure that lets you expose weaknesses before they become a real problem.Members of the Netflix team that developed Chaos Engineering explain how to apply these principles to your own system. By introducing controlled experiments, you’ll learn how emergent behavior from component interactions can cause your system to drift into an unsafe, chaotic state.- Hypothesize about steady state by collecting data on the health of the system- Vary real-world events by turning off a server to simulate regional failures- Run your experiments as close to the production environment as possible- Ramp up your experiment by automating it to run continuously- Minimize the effects of your experiments to keep from blowing everything up- Learn the process for designing chaos engineering experiments- Use the Chaos Maturity Model to map the state of your chaos program, including realistic goals
Edmund Hillary - A Biography: The extraordinary life of the beekeeper who climbed Everest
Michael Gill - 2017
A man who against expedition orders drove his tractor to the South Pole; a man honoured around the world for his pioneering climbs yet who collapsed on more than one occasion on a mountain, and a man who gave so much to Nepal yet lost his family to its mountains.The author, Michael Gill, was a close friend of Hillary’s for nearly 50 years, accompanying him on many expeditions and becoming heavily involved in Hillary’s aid work building schools and hospitals in the Himalaya. During the writing of this book, Gill was granted access to a large archive of private papers and photos that were deposited in the Auckland museum after Hillary’s death in 2008. Building on this unpublished material, as well as his extensive personal experience, Michael Gill profiles a man whose life was shaped by both triumph and tragedy.Gill describes the uncertainties of the first 33 years of Hillary’s life, during which time he served in the New Zealand air force during the Second World War, as well as the background to the first ascent of Mount Everest in 1953, when Hillary and Tenzing Norgay became the first climbers to reach the summit – a feat that brought the pair instant worldwide fame. He reveals the loving relationship Hillary had with his wife Louise, in part through their touching letters to each other. Her importance to him during their 22 years of marriage only underlines the horror of her death, along with that of their youngest daughter, Belinda, in a plane crash in 1975. Hillary eventually pulled out of his subsequent depression to continue his life’s work in the Himalaya.Affectionate, but scrupulously fair, in Edmund Hillary – A Biography Michael Gill has gone further than anyone before to reveal the humanity of this remarkable man.
Exercises in Programming Style
Cristina Videira Lopes - 2014
It is designed to be used in conjunction with code provided on an online repository. The book complements and explains the raw code in a way that is accessible to anyone who regularly practices the art of programming. The book can also be used in advanced programming courses in computer science and software engineering programs.The book contains 33 different styles for writing the term frequency task. The styles are grouped into nine categories: historical, basic, function composition, objects and object interactions, reflection and metaprogramming, adversity, data-centric, concurrency, and interactivity. The author verbalizes the constraints in each style and explains the example programs. Each chapter first presents the constraints of the style, next shows an example program, and then gives a detailed explanation of the code. Most chapters also have sections focusing on the use of the style in systems design as well as sections describing the historical context in which the programming style emerged.
T-Minus AI: Humanity’s Countdown to Artificial Intelligence and the New Pursuit of Global Power
Michael Kanaan - 2020
China delivered a bold message when it released a national plan to dominate all aspects of AI across the planet. Within weeks, Russia's Vladimir Putin raised the stakes by declaring AI the future for all humankind, and proclaiming that, "Whoever becomes the leader in this sphere will become the ruler of the world."The race was on. Consistent with their unique national agendas, countries throughout the world began plotting their paths and hurrying their pace. Now, not long after, the race has become a sprint.Despite everything at risk, for most of us AI remains shrouded by a cloud of mystery and misunderstanding. Hidden behind complex technical terms and confused even further by extravagant depictions in science fiction, the realities of AI and its profound implications are hard to decipher, but no less crucial to understand.In T-Minus AI: Humanity's Countdown to Artificial Intelligence and the New Pursuit of Global Power, author Michael Kanaan explains the realities of AI from a human-oriented perspective that's easy to comprehend. A recognized national expert and the U.S. Air Force's first Chairperson for Artificial Intelligence, Kanaan weaves a compelling new view on our history of innovation and technology to masterfully explain what each of us should know about modern computing, AI, and machine learning.Kanaan also illuminates the global implications of AI by highlighting the cultural and national vulnerabilities already exposed and the pressing issues now squarely on the table. AI has already become China's all-purpose tool to impose authoritarian influence around the world. Russia, playing catch up, is weaponizing AI through its military systems and now infamous, aggressive efforts to disrupt democracy by whatever disinformation means possible.America and like-minded nations are awakening to these new realities, and the paths they're electing to follow echo loudly, in most cases, the political foundations and moral imperatives upon which they were formed.As we march toward a future far different than ever imagined, T-Minus AI is fascinating and critically well-timed. It leaves the fiction behind, paints the alarming implications of AI for what they actually are, and calls for unified action to protect fundamental human rights and dignities for all.
The Developer's Code: What Real Programmers Do
Ka Wai Cheung - 2012
There are no trite superlatives here. Packed with lessons learned from more than a decade of software development experience, author Ka Wai Cheung takes you through the programming profession from nearly every angle to uncover ways of sustaining a healthy connection with your work. You'll see how to stay productive even on the longest projects. You'll create a workflow that works with you, not against you. And you'll learn how to deal with clients whose goals don't align with your own. If you don't handle them just right, issues such as these can crush even the most seasoned, motivated developer. But with the right approach, you can transcend these common problems and become the professional developer you want to be. In more than 50 nuggets of wisdom, you'll learn: Why many traditional approaches to process and development roles in this industry are wrong - and how to sniff them out. Why you must always say "no" to the software pet project and open-ended timelines. How to incorporate code generation into your development process, and why its benefits go far beyond just faster code output. What to do when your client or end user disagrees with an approach you believe in. How to pay your knowledge forward to future generations of programmers through teaching and evangelism. If you're in this industry for the long run, you'll be coming back to this book again and again.
Not Your Average Runner: Why You’re Not Too Fat to Run and the Skinny on How to Start Today
Jill Angie - 2017
With humor, compassion, and lots of love, Jill Angie delivers the goods: overcoming the challenges of running with an overweight body and giving individuals’ self-esteem an enormous boost in the process. This isn't a guide to running for weight loss, or a simple running plan. It shows readers how a woman carrying a few (or many) extra pounds can successfully become a runner in the body she has right now. Jill Angie is a certified running coach and personal trainer who wants to live in a world where everyone is free to feel fit and fabulous at any size. She started the Not Your Average Runner movement in 2013 to show that runners come in all shapes, sizes and speeds, and, since then, has assembled a global community of revolutionaries that are taking the running world by storm. If you would like to be part of the revolution, flip to the inside and find out more!
Python Machine Learning
Sebastian Raschka - 2015
We are living in an age where data comes in abundance, and thanks to the self-learning algorithms from the field of machine learning, we can turn this data into knowledge. Automated speech recognition on our smart phones, web search engines, e-mail spam filters, the recommendation systems of our favorite movie streaming services – machine learning makes it all possible.Thanks to the many powerful open-source libraries that have been developed in recent years, machine learning is now right at our fingertips. Python provides the perfect environment to build machine learning systems productively.This book will teach you the fundamentals of machine learning and how to utilize these in real-world applications using Python. Step-by-step, you will expand your skill set with the best practices for transforming raw data into useful information, developing learning algorithms efficiently, and evaluating results.You will discover the different problem categories that machine learning can solve and explore how to classify objects, predict continuous outcomes with regression analysis, and find hidden structures in data via clustering. You will build your own machine learning system for sentiment analysis and finally, learn how to embed your model into a web app to share with the world