Python

O'Reilly EbooksYour bookshelf on your devices!
When you buy an ebooks thru oreilly.com you get lifetime access to the book, and whenever possible we provide it to you in four, DRM-free file formats—PDF, .epub, Kindle-compatible .mobi, and Android .apk ebook—that you can use on the devices of your choice. Our ebook files are fully searchable, and you can cut-and-paste and print them. We also alert you when we've updated the files with corrections and additions. Learn more.

97 Things Every Programmer Should Know 97 Things Every Programmer Should Know
By Kevlin Henney
February 2010 (est.)
Print: $29.99
Ebook: $23.99
Bundle: $32.99

Get 97 short and extremely useful tips from some of the most experienced and respected practitioners in the industry, including Uncle Bob Martin, Scott Meyers, Dan North, Linda Rising, Udi… Read more.




Bioinformatics Programming Using Python Bioinformatics Programming Using Python
By Mitchell L Model
December 2009 
Print: $59.99
Ebook: $47.99
Bundle: $65.99

Python is an ideal language for building software applications in life science research and development. This unique book will show you how to use Python specifically as it applies to… Read more.




Head First Programming Head First Programming
By David Griffiths, Paul Barry
November 2009 
Print: $49.99
Ebook: $39.99
Bundle: $54.99

If you have little or no programming experience, this book will get you started with the core concepts of writing computer programs -- variables, decisions, loops, functions, and objects --… Read more.




Programming Google App Engine Programming Google App Engine
By Dan Sanderson
November 2009 
Print: $44.99
Ebook: $35.99
Bundle: $49.49

Google App Engine does more than provide access to a large system of servers. It also offers you a simple model for building applications that scale automatically to accommodate millions… Read more.




Python Pocket Reference Python Pocket Reference, Fourth Edition
By Mark Lutz
October 2009 
Print: $14.99
Ebook: $11.99
Bundle: $16.49

This is the book to reach for when you're coding on the fly and need an answer now. It's an easy-to-use reference to the core language, with descriptions of commonly… Read more.




Learning Python Learning Python, Fourth Edition
By Mark Lutz
September 2009 
Print: $54.99
Ebook: $39.99
Bundle: $60.49

Google and YouTube use Python because it's highly adaptable, easy to maintain, and allows for rapid development. If you want to write high-quality, efficient code that's easily integrated with other… Read more.




Natural Language Processing with Python Natural Language Processing with Python
By Steven Bird, Ewan Klein, Edward Loper
June 2009 
Print: $44.99
Ebook: $35.99
Bundle: $49.49

This book offers a highly accessible introduction to Natural Language Processing, the field that underpins a variety of language technologies ranging from predictive text and email filtering to automatic summarization… Read more.




Masterminds of Programming Masterminds of Programming
By Federico Biancuzzi, Shane Warden
March 2009 
Print: $39.99
Ebook: $23.99
Bundle: $43.99

Masterminds of Programming features exclusive interviews with the creators of several historic and highly influential programming languages. Think along with Adin D. Falkoff (APL), James Gosling (Java), Bjarne Stroustrup (C++),… Read more.




High Performance Python: Rough Cuts Version High Performance Python: Rough Cuts Version
By Andrew Lewis
Rough Cuts Release: December 2008
Print Book Release:
Online: $17.99
Print : $34.99 $22.99
Bundle: $38.99

Suffering from poor application performance? Reach for High Performance Python -- the only book that addresses the theory and practice of Python optimization. While Python can help you implement complex,… Read more.




Python for Unix and Linux System Administration Python for Unix and Linux System Administration
By Noah Gift, Jeremy Jones
August 2008 
Print: $49.99
Ebook: $39.99
Bundle: $54.99

Python is an ideal language for solving problems, especially for Linux and Unix. With this pragmatic book, administrators can review various tasks that often occur in the management of these… Read more.




Essential SQLAlchemy Essential SQLAlchemy
By Rick Copeland
June 2008 
Print: $34.99

Essential SQLAlchemy introduces a high-level open-source code library that makes it easier for Python programmers to access relational databases such as Oracle, DB2, MySQL, PostgreSQL, and SQLite. SQLAlchemy has become… Read more.




Getting Started with Pyparsing Getting Started with Pyparsing
By Paul McGuire
October 2007 
Ebook: $9.99

Need to extract data from a text file or a web page? Or do you want to make your application more flexible with user-defined commands or search strings? Do regular expressions and lex/yacc make your… Read more.




Next-Generation Web Frameworks in Python Next-Generation Web Frameworks in Python
By Liza Daly
April 2007 
Ebook: $9.99

With its flexibility, readability, and mature code libraries, Python is a natural choice for developing agile and maintainable web applications. Several frameworks have emerged in the last few years that share ideas with Ruby on… Read more.




Programming Python Programming Python, Third Edition
By Mark Lutz
August 2006 
Print: $59.99
Ebook: $47.99
Bundle: $65.99

An industry standard just got even better. This bestseller from O'Reilly has been updated to reflect the many changes introduced by Python 2.5. It teaches the most common Python application… Read more.




Python in a Nutshell Python in a Nutshell, Second Edition
By Alex Martelli
July 2006 
Print: $39.99
Ebook: $31.99
Bundle: $43.99

Python in a Nutshell provides a solid, no-nonsense quick reference to information that programmers rely on the most. This book will immediately earn its place in any Python programmer's library. Read more.




Twisted Network Programming Essentials Twisted Network Programming Essentials
By Abe Fettig
October 2005 
Print: $29.95
Ebook: $23.99
Bundle: $32.95

Twisted Network Programming Essentials from O'Reilly is a task-oriented look at Twisted, a Python-based network application framework. Twisted is fast becoming indispensable to Python network programmers. It supports common networking… Read more.




Data Crunching Data Crunching
By Greg Wilson
April 2005 
Print: $29.95

Programmers always need to move data around, to translate it from one format to another, or extract useful information from it. This book shows the best approaches to "crunching" data… Read more.




Python Cookbook Python Cookbook, Second Edition
By Alex Martelli, Anna Martelli Ravenscroft, David Ascher
March 2005 
Print: $49.95
Ebook: $39.99
Bundle: $54.95

Like its predecessor, the new edition offers a collection of solutions to problems that Python programmers face everyday. Updated for Python 2.4, it now includes over 200 recipes that range… Read more.




Jython Essentials Jython Essentials
By Samuele Pedroni, Noel Rappin
March 2002 
Print: $34.99

Jython is an implementation of the Python programming language written in Java, allowing Python programs to integrate seamlessly with any Java code. The secret to Jython's popularity lies in the… Read more.




Python & XML Python & XML
By Christopher A. Jones, Fred L. Drake, Jr.
December 2001 
Print: $39.95

Python is an ideal language for manipulating XML, and this new volume gives you a solid foundation for using these two languages together. Complete with practical examples that highlight common… Read more.




Python Standard Library Python Standard Library
By Fredrik Lundh
May 2001 
Print: $29.95

Python Standard Library, an essential guide for serious Python programmers, delivers accurate, author-tested documentation of all the modules in the Python Standard Library, along with over 300 annotated example scripts… Read more.




Python Programming On Win32 Python Programming On Win32
By Mark Hammond, Andy Robinson
January 2000 
Print: $59.99
Ebook: $47.99
Bundle: $65.99

Despite Python's increasing popularity on Windows, Python Programming on Win32 is the first book to demonstrate how to use it as a serious Windows development and administration tool. This book… Read more.




Popular Topics

Browse Books & Videos

News Topics

International Sites

O'Reilly China O'Reilly Germany O'Reilly Japan O'Reilly Taiwan