Illustrated Catalogue of Rare and Important Books, Manuscripts and Autographs From Noteworthy Libraries, Including That of the Late William H. Dunwoody of Minneapolis


Book Description

Excerpt from Illustrated Catalogue of Rare and Important Books, Manuscripts and Autographs From Noteworthy Libraries, Including That of the Late William H. Dunwoody of Minneapolis: To Be Sold at Unrestricted Public Sale on Wednesday, April 5th, and Thursday, April 6th, 1916 Book, First Edition, with signature of the artist, - Jerrold's Life of G. Cruikshank, First Edition, and extra-illustrated by the insertion of over 150 plates by Cruikshank, two leaves of Original Drawings by him, his signature, and an A. L. S. To his wife, -a Collection of 87 Original Drawings and pen-and-ink sketches on 40 sheets of paper, with his signatures, full and initialled, about 18 times, Robert Cruikshank's illustrations to the English Spy, First Edi tion, - and others. About the Publisher Forgotten Books publishes hundreds of thousands of rare and classic books. Find more at www.forgottenbooks.com This book is a reproduction of an important historical work. Forgotten Books uses state-of-the-art technology to digitally reconstruct the work, preserving the original format whilst repairing imperfections present in the aged copy. In rare cases, an imperfection in the original, such as a blemish or missing page, may be replicated in our edition. We do, however, repair the vast majority of imperfections successfully; any imperfections that remain are intentionally left to preserve the state of such historical works.







Historic Dekalb County


Book Description

An illustrated history of DeKalb County, Georgia, paired with histories of the local companies.



















Introduction to Programming in Python


Book Description

Today, anyone in a scientific or technical discipline needs programming skills. Python is an ideal first programming language, and Introduction to Programming in Python is the best guide to learning it. Princeton University’s Robert Sedgewick, Kevin Wayne, and Robert Dondero have crafted an accessible, interdisciplinary introduction to programming in Python that emphasizes important and engaging applications, not toy problems. The authors supply the tools needed for students to learn that programming is a natural, satisfying, and creative experience. This example-driven guide focuses on Python’s most useful features and brings programming to life for every student in the sciences, engineering, and computer science. Coverage includes Basic elements of programming: variables, assignment statements, built-in data types, conditionals, loops, arrays, and I/O, including graphics and sound Functions, modules, and libraries: organizing programs into components that can be independently debugged, maintained, and reused Object-oriented programming and data abstraction: objects, modularity, encapsulation, and more Algorithms and data structures: sort/search algorithms, stacks, queues, and symbol tables Examples from applied math, physics, chemistry, biology, and computer science—all compatible with Python 2 and 3 Drawing on their extensive classroom experience, the authors provide Q&As, exercises, and opportunities for creative practice throughout. An extensive amount of supplementary information is available at introcs.cs.princeton.edu/python. With source code, I/O libraries, solutions to selected exercises, and much more, this companion website empowers people to use their own computers to teach and learn the material.