Tag Archives: python

Python for Data Analysis

Python for Data Analysis, Wes McKinney, O’Reilly, 2013

Posted in books | Tagged , | Leave a comment

Maya Python

Maya Python for Games and Film A Complete Reference for the Maya Python and the Maya Python API, Adam Mechtley, – 2012 If you are using Autodesk’s Maya then you will want to read this book. You do not need … Continue reading

Posted in books | Tagged , , | Leave a comment

Python Testing

Python Testing – Beginner’s Guide : An Easy and Convenient Approach to Testing your Python Projects, Daniel Arbuckle, – 2010 Programmers will want to read this very practical book. 200 pages.

Posted in books | Tagged , | Leave a comment

The Art of Readable Code

The Art of Readable Code, Dustin Boswell, – 2011 Programmers will like this slim book with big ideas.  Legendary O’Reilly quality, 250 pages.

Posted in books | Tagged , , , , | Leave a comment

Python Cookbook

Python Cookbook 3rd edition, Brian Jones, – 2011 Python programmers will like this practical book. Note: the authors have changed since the second edition. working with dictionaries list comprehensions monitoring a network building a templating system Topics: Manipulating text Searching … Continue reading

Posted in books | Tagged , , | Leave a comment

Metasploit

Metasploit – The Penetration Tester’s Guide, David Kennedy, 2011 Web security professionals will want to read this book. Metasploit is a toolkit containing the newest tools for pen testing. The example code is in Python, so programmers may want to … Continue reading

Posted in books | Tagged , , | Leave a comment

API Design for C++

API Design for C++, Martin Reddy, – 2011 Programmers will want to read this. The author has experience with large systems at Pixar, but this book is not about animation. It is about software architecture and design. Here is the … Continue reading

Posted in books | Tagged , , , , | Leave a comment

Python Programming

Python Programming for the Absolute Beginner 3rd Edition, Mike Dawson, 2010 No Experience required. 400 pages.

Posted in books | Tagged | Leave a comment

Learning Python

Learning Python 4th ed, Mark Lutz, O’Reilly, 2009 Programmers will want to read this, whether they are new to Python or have been using it for a year. It covers version 2.6 and 3.1, explaining the improvements and incompatibilities. At … Continue reading

Posted in books | Tagged , | Leave a comment

Hello World!

Hello World! – Computer Programming for Kids and Other Beginners, Warren Sande, – 2009 Here is a first book for aspiring young programmers. It will take you from scratch to class design for object oriented programming. It teaches Python because … Continue reading

Posted in books | Tagged , | Leave a comment