Book picks similar to
Microsoft® Office Excel® 2007 Visual Basic® for Applications Step by Step by Reed Jacobson
reference
computer
technology
all
Weekend Homesteader: August
Anna Hess - 2011
If you need to fit homesteading into a few hours each weekend and would like to have fun while doing it, these projects will be right up your alley, whether you live on a forty-acre farm, a postage-stamp lawn in suburbia, or a high rise.The August volume includes the following projects:
Saving seeds
Drying food
Building a chicken coop or tractor
Making a rain barrel
The second edition has been revised and expanded to match the paperback, with extra photos and feedback from weekend homesteaders just like you, plus permaculture-related avenues for the more advanced homesteader to explore.
Fluent Python: Clear, Concise, and Effective Programming
Luciano Ramalho - 2015
With this hands-on guide, you'll learn how to write effective, idiomatic Python code by leveraging its best and possibly most neglected features. Author Luciano Ramalho takes you through Python's core language features and libraries, and shows you how to make your code shorter, faster, and more readable at the same time.Many experienced programmers try to bend Python to fit patterns they learned from other languages, and never discover Python features outside of their experience. With this book, those Python programmers will thoroughly learn how to become proficient in Python 3.This book covers:Python data model: understand how special methods are the key to the consistent behavior of objectsData structures: take full advantage of built-in types, and understand the text vs bytes duality in the Unicode ageFunctions as objects: view Python functions as first-class objects, and understand how this affects popular design patternsObject-oriented idioms: build classes by learning about references, mutability, interfaces, operator overloading, and multiple inheritanceControl flow: leverage context managers, generators, coroutines, and concurrency with the concurrent.futures and asyncio packagesMetaprogramming: understand how properties, attribute descriptors, class decorators, and metaclasses work"