Book picks similar to
Raspberry Pi Cookbook: Software and Hardware Problems and Solutions by Simon Monk
coding
cs
raspipi
raspberry-pi
Brendon McCullum – Declared
Greg McGee - 2016
The holder of many records, ‘Baz’ is known for speaking his mind. He talks about growing up loving sport more than anything, getting better and better at cricket (although he was a good enough rugby player to keep Dan Carter out of the South Island Schoolboy rugby team) and his uncertain transition to international cricketer. In this explosive autobiography he opens up on the many controversies he has been involved in, including the Chris Cairns affair and the leadership change from Ross Taylor. He exposes behind-the scenes machinations as well as the private moments of exultation, tumult and despair. One of New Zealand’s and the worlds most admired cricketers, he is credited with changing the face of the game internationally.
Web Scraping with Python: Collecting Data from the Modern Web
Ryan Mitchell - 2015
With this practical guide, you’ll learn how to use Python scripts and web APIs to gather and process data from thousands—or even millions—of web pages at once.
Ideal for programmers, security professionals, and web administrators familiar with Python, this book not only teaches basic web scraping mechanics, but also delves into more advanced topics, such as analyzing raw data or using scrapers for frontend website testing. Code samples are available to help you understand the concepts in practice.
Learn how to parse complicated HTML pages
Traverse multiple pages and sites
Get a general overview of APIs and how they work
Learn several methods for storing the data you scrape
Download, read, and extract data from documents
Use tools and techniques to clean badly formatted data
Read and write natural languages
Crawl through forms and logins
Understand how to scrape JavaScript
Learn image processing and text recognition
The Ducks In The Bathroom Are Not Mine: A decade of procrastination 2007 - 2017
David Thorne - 2017
Includes Overdue Account, Walter's Cargo Shorts, Simon's Piecharts, Missing Missy, Obviously a Foggot, Formal Complaints, Justin’s Floodlight, Matthew’s Party, Permission Slip and many more.
Secret Diary of a Liverpool Scout
Simon Hughes - 2009
Now, for the first time, the family of the club's former Chief Scout between 1967 and 1986 has unearthed the diary that exposes the fascinating secrets behind the signings that helped the Reds dominate football at home and abroad in the... Full description
Beyond the Phog: Untold stories from Kansas Basketball's Most Dominant Decade
Jason King - 2011
Winning the 2008 national championship was certainly the highlight, but the most dominant era in school history also includes a national-best 300 wins, three Final Fours and nine Big 12 titles since 2001.The consistency was unmatched.As a sportswriter covering the Jayhawks, first for The Kansas City Star and then for Yahoo! Sports, Jason King was there to chronicle it all. From Roy Williams' stunning departure to Mario's Miracle against Memphis to Kansas' 69-game winning streak at Allen Fieldhouse, King witnessed all the highlights - and lowlights - from 2000 and beyond. In short, he was the ultimate insider.Now you will be, too.With "Beyond the Phog," King provides Kansas fans with an unprecedented glimpse into one of the most memorable eras in the program's rich history. Extensive interviews with nearly 40 players from the last decade, as well as both head coaches, reveal fascinating details about the inner-workings of a true college basketball dynasty.You'll laugh, you'll cry, you'll be riveted - and, at times, shocked. Whatever the case, even the most ardent Kansas supporters will be exposed to candid, behind the scenes stories and anecdotes that, until now, had been confined to the Jayhawks' locker room.Here's a sample of what's inside:• Did Drew Gooden's shoes cost Kansas the 2002 NCAA title?• Nick Collison and Kirk Hinrich lament their final game against Syracuse• Roy Williams provides details about his final few weeks at Kansas and his relationship with Al Bohl• Why did Wayne Simien almost quit basketball?• Jeff Graves comes clean about violating a sacred locker room rule• Russell Robinson describes why he tried to fight his own coach• J.R. Giddens gives his version of the Moon Bar stabbing• Darrell Arthur explains why he's been hesitant to return to campus since winning the 2008 title• Mario Chalmers provides a step-by-step account of his heroic shot against Memphis• Tyshawn Taylor discusses the aftermath of the Jayhawks' 2011 loss to VCU• Josh Selby talks about his decision to enter the NBA draft• And hundreds of other stories from favorites such as Sherron Collins, Keith Langford, Jeff Boschee, Aaron Miles, Michael Lee, Eric Chenowith, Xavier Henry, Luke Axtell, Sasha Kaun, Tyrel Reed, Jeff Hawkins, Brady Morningstar, Darnell Jackson and others.Time has clearly loosened lips in Lawrence. "Beyond the Phog" is an honest, candid look at what really happened during a magical - and often controversial - period in Kansas basketball history.
Automate the Boring Stuff with Python: Practical Programming for Total Beginners
Al Sweigart - 2014
But what if you could have your computer do them for you?In "Automate the Boring Stuff with Python," you'll learn how to use Python to write programs that do in minutes what would take you hours to do by hand no prior programming experience required. Once you've mastered the basics of programming, you'll create Python programs that effortlessly perform useful and impressive feats of automation to: Search for text in a file or across multiple filesCreate, update, move, and rename files and foldersSearch the Web and download online contentUpdate and format data in Excel spreadsheets of any sizeSplit, merge, watermark, and encrypt PDFsSend reminder emails and text notificationsFill out online formsStep-by-step instructions walk you through each program, and practice projects at the end of each chapter challenge you to improve those programs and use your newfound skills to automate similar tasks.Don't spend your time doing work a well-trained monkey could do. Even if you've never written a line of code, you can make your computer do the grunt work. Learn how in "Automate the Boring Stuff with Python.""
Head First Object-Oriented Analysis and Design: A Brain Friendly Guide to OOA&D
Brett McLaughlin - 2006
What sets this book apart is its focus on learning. The authors have made the content of OOAD accessible, usable for the practitioner." Ivar Jacobson, Ivar Jacobson Consulting"I just finished reading HF OOA&D and I loved it! The thing I liked most about this book was its focus on why we do OOA&D-to write great software!" Kyle Brown, Distinguished Engineer, IBM"Hidden behind the funny pictures and crazy fonts is a serious, intelligent, extremely well-crafted presentation of OO Analysis and Design. As I read the book, I felt like I was looking over the shoulder of an expert designer who was explaining to me what issues were important at each step, and why." Edward Sciore, Associate Professor, Computer Science Department, Boston College Tired of reading Object Oriented Analysis and Design books that only makes sense after you're an expert? You've heard OOA&D can help you write great software every time-software that makes your boss happy, your customers satisfied and gives you more time to do what makes you happy.But how?Head First Object-Oriented Analysis & Design shows you how to analyze, design, and write serious object-oriented software: software that's easy to reuse, maintain, and extend; software that doesn't hurt your head; software that lets you add new features without breaking the old ones. Inside you will learn how to:Use OO principles like encapsulation and delegation to build applications that are flexible Apply the Open-Closed Principle (OCP) and the Single Responsibility Principle (SRP) to promote reuse of your code Leverage the power of design patterns to solve your problems more efficiently Use UML, use cases, and diagrams to ensure that all stakeholders are communicating clearly to help you deliver the right software that meets everyone's needs.By exploiting how your brain works, Head First Object-Oriented Analysis & Design compresses the time it takes to learn and retain complex information. Expect to have fun, expect to learn, expect to be writing great software consistently by the time you're finished reading this!
Java Generics and Collections: Speed Up the Java Development Process
Maurice Naftalin - 2006
Generics and the greatly expanded collection libraries have tremendously increased the power of Java 5 and Java 6. But they have also confused many developers who haven't known how to take advantage of these new features.Java Generics and Collections covers everything from the most basic uses of generics to the strangest corner cases. It teaches you everything you need to know about the collections libraries, so you'll always know which collection is appropriate for any given task, and how to use it.Topics covered include:• Fundamentals of generics: type parameters and generic methods• Other new features: boxing and unboxing, foreach loops, varargs• Subtyping and wildcards• Evolution not revolution: generic libraries with legacy clients and generic clients with legacy libraries• Generics and reflection• Design patterns for generics• Sets, Queues, Lists, Maps, and their implementations• Concurrent programming and thread safety with collections• Performance implications of different collectionsGenerics and the new collection libraries they inspired take Java to a new level. If you want to take your software development practice to a new level, this book is essential reading.Philip Wadler is Professor of Theoretical Computer Science at the University of Edinburgh, where his research focuses on the design of programming languages. He is a co-designer of GJ, work that became the basis for generics in Sun's Java 5.0.Maurice Naftalin is Technical Director at Morningside Light Ltd., a software consultancy in the United Kingdom. He has most recently served as an architect and mentor at NSB Retail Systems plc, and as the leader of the client development team of a major UK government social service system."A brilliant exposition of generics. By far the best book on the topic, it provides a crystal clear tutorial that starts with the basics and ends leaving the reader with a deep understanding of both the use and design of generics." Gilad Bracha, Java Generics Lead, Sun Microsystems
And it was Beautiful: Marcelo Bielsa and the Rebirth of Leeds United
Phil Hay - 2021
Things You Can't Ask Yer Mom
Lindsey Holland - 2021
Lizzy and Lindsey share the twists and turns of their own experiences in their usual hilariously honest style, offering reassurance for all the questions you just might not be able to ask your Mom. The book embodies what Lindsey and Lizzy have had through their friendship; the ability to honestly pass on their own experiences in life in order to help the other. With never-before-heard anecdotes and bite-sized chunks of content to return to, this valuable book will be a friend to you - one that shares reassuring stories of losing virginity using a blueberry-flavored condom, losing friends and losing inhibitions. It's a book for anyone, at any stage of life.
A Joy-Filled Life: Lessons from a Tenant Farmer's Daughter...Who Became a CEO
Mo Anderson - 2015
Strong, principled and compassionate, Mo’s personal integrity and unending drive are touchstones that have made Keller Williams one of the most successful franchises in real estate history. Originally a music teacher, Mo taught for 14 years before entering the real estate field. Partnered with Jerry Brown and Ruth Honeycutt, she established her first real estate office, a Century 21 franchise, in Edmond, Okla., in 1975. It became the third top-producing office out of 7,500 Century 21 locations in North America. In 1986, the company was sold to Merrill Lynch Realty, where she served as a district vice president until December 1989. In 1992, Mo partnered with Gary Keller, co-founder of Keller Williams Realty, and became the regional director for Oklahoma. In January 1995, she was offered the executive roles of president, chief executive officer, and co-owner.In 2005, Mo assumed her current role as vice chairman of the board of Keller Williams Realty. After decades of success, which earned her innumerable professional accolades and awards, Mo is focused on the future. She continues to nurture the Keller Williams culture through training, coaching and consulting with Keller Williams associates and leaders. Her most recent and exciting endeavor has been writing this book: A Joy-filled Life, which she is currently touring North America and speaking about. In 2014, she also launched MoMentorship.com. Through this online mentorship platform, Mo shares life-changing principles to a rapidly growing community of members and all profits generated are contributed to charity. In every way, Mo is committed to leaving a legacy: the higher purpose of business is to give, care and share.
Can't Sleep, Can't Train, Can't Stop: More Misadventures in Triathlon
Andy Holgate - 2012
Now take those events and transfer them to a volcanic rock with cruel winds, searing sun, rough seas and nosebleed-inducing hills, and you have Ironman Lanzarote. Why, then, would Andy Holgate – who admittedly has never swum in the sea, who can’t cope with the wind, sun or even stairs – take on such an extreme challenge? Simple: Because he can. Can’t Sleep, Can’t Train, Can’t Stop! continues Andy’s inspirational journey from where Can’t Swim, Can’t Ride, Can’t Run left off, chronicling his attempt to complete two Ironman triathlons six weeks apart. Already in his fortieth year, would Andy make it to his forty-first? Would Lanzarote prove one triathlon too far – or will Andy succeed against the odds and live to swim, ride and run another day?
The Power of Now: A Guide to Spiritual Enlightenment
New World Library - 2001
The Girl Who Dated Herself
Susannah Shakespeare - 2018
You didn’t choose it and you can’t get out of it. After a lifelong quest to find “the one” a British writer living in L.A. finds herself single again in her mid-thirties and admits defeat. But instead of blaming the string of past ex-boyfriends, she turns the spotlight on herself. Taking a year off dating men, she tries to date herself in a search for some answers. A fun “honeymoon period” concludes with a shocking discovery. She starts to dig deeper, seeking the source of her problems, but the truth is a bitter pill to swallow. The Girl Who Dated Herself begins as an entertaining “rom com for one” but evolves into an engaging and thought-provoking journey that ultimately questions our preconceptions about love and the foundations of self worth. A book for women and men of all ages, this creative memoir is endlessly amusing and endearing. It touches on subjects painfully familiar to some and uncomfortably shocking to others. A journey of self-discovery, it is also a beautiful love letter to Los Angeles, taking the reader to the real world behind the glitz and gloss of Beverly Hills and Hollywood.