
The Programming Historian
by W.J. Turkel, A. Crymble, A. MacEachern
Publisher: NiCHE 2010
Number of pages: 74
Description:
This book is a tutorial-style introduction to programming in Python for practicing historians (and other humanists). We assume that you're starting out with no prior programming experience and only a basic understanding of computers.
Download or read it online for free here:
Download link
(1.9MB, PDF)
Similar books
Python for Funby Chris Meyers
This collection is a presentation of several small Python programs. They are aimed at intermediate programmers - people who have studied Python and are fairly comfortable with basic recursion and object oriented techniques.
(27291 views)
Programming for Computations - Pythonby Svein Linge, Hans Petter Langtangen - Springer
This book presents Python programming as a key method for solving mathematical problems. The style is accessible and concise, the emphasis is on generic algorithms, clean design of programs, use of functions, and automatic tests for verification.
(11856 views)
Practical Programming in Pythonby Jeffrey Elkner, at al.
The goal of this book is twofold: to teach you how to program in Python; and to teach you to think like a computer scientist. This way of thinking combines some of the best features of mathematics, engineering, and natural science.
(23500 views)
The Hitchhiker's Guide to Pythonby Kenneth Reitz - O'Reilly Media
This handcrafted guide exists to provide both novice and expert Python developers a best practice handbook to the installation, configuration, and usage of Python on a daily basis. You'll find a nice concise list of highly recommended options.
(10693 views)