Refine Results

Content Type:
Articles/Blogs (414)
Conferences (82)
Books (25)
Courses (1)
Author/Speaker:
Jeremy Jones (76)
Noah Gift (46)
Doug Hellmann (30)
Chromatic (15)
Nat Torkington (14)
Todd Ogasawara (12)
Rael Dornfest (7)
Mark Lutz (6)
Cameron Laird (6)
Bill Venners (6)
Tim O'Reilly (5)
Mark Hammond (5)
Eric Hagemann (5)
Alex Martelli (5)
Eric Larson (4)
Dave Warner (4)
Piers Cawley (3)
Noel Rappin (3)
Jacob Kaplan-Moss (3)
Gregory Trubetskoy (3)
Greg Wilson (3)
Christopher Roach (3)
Brady Forrest (3)
Anthony Baxter (3)
Robin Dunn (2)
Robert Kaye (2)
Rick Copeland (2)
Matthew Harrison (2)
M. David Peterson (2)
Justin Seitz (2)
Joe Gregorio (2)
Jason Diamond (2)
George Belotsky (2)
Fredrik Lundh (2)
Edward Loper (2)
David Mertz (2)
Daniel H. Steinberg (2)
Andy Robinson (2)
Aahz (2)
A. M. Kuchling (2)
Ross Burton (1)
Rob Orsini (1)
RJ Owen (1)
Richard Schrand (1)
Randy Yarger (1)
Peter Laurie (1)
Paul McGuire (1)
Paul Gries (1)
Paul Fisher (1)
Paul Barry (1)
Patrick O'Brien (1)
Nic Ferrier (1)
Mitchell L Model (1)
Michael J. Ross (1)
Michael G. Zinner (1)
Matthew Russell (1)
Mark Gross (1)
Liza Daly (1)
Kurt Cagle (1)
Klaus Müller (1)
Kendrew Lau (1)
Justin Bronn (1)
Jr. (1)
Jon Udell (1)
John Littler (1)
Joel Hooks (1)
Jeremy M. Jones (1)
Jeremy Dunck (1)
Jennifer Campbell (1)
Jeff Cogswell (1)
Jason R. Briggs (1)
Jason Montojo (1)
Jan Goyvaerts (1)
James Turner (1)
James Blair (1)
Itamar Shtull-Trauring (1)
Hugh E. Williams (1)
Gordon Meyer (1)
George Reese (1)
Fred L. Drake Jr (1)
Fred L. Drake (1)
Ewan Klein (1)
et. al. (1)
Erica Sadun (1)
David Griffiths (1)
David Ascher (1)
Dale Dougherty (1)
Chuck Toporek (1)
Christopher A. Jones (1)
Chris Adamson (1)
Brian McConnell (1)
Brian K. Jones (1)
Aral Balkan (1)
Anna Ravenscroft (1)
Andrew Odewahn (1)
Andrew Lewis (1)
Andrew Glover (1)
Andre Charland (1)
Allison Randal (1)
Abe Fettig (1)
Date:
New Releases (2)
2009 (116)
2008 (117)
2007 (69)
2006 (63)
2005 (55)
2004 (29)
2003 (36)
2002 (33)
2001 (47)
2000 (38)
1999 (2)
1998 (1)
Sort by:

python on O’Reilly

A compilation of all python information produced or published by O'Reilly Media.

Learning Python, 4th Edition

Learning Python, 4th Edition

By Mark Lutz

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 languages and tools, this hands-on book will help y...

Format: Print, Ebook, Safari Books Online

Publish Date: September 2009

Other Editions: 1st Edition, 2nd Edition, 3rd Edition

Head First Programming, First Edition

Head First Programming, First Edition

By David Griffiths, Paul Barry

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 -- which apply regardless of the programming language. Learn th...

Format: Print, Ebook, Safari Books Online

Publish Date: November 2009

Python Pocket Reference, 4th Edition

Python Pocket Reference, 4th Edition

By Mark Lutz

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 used modules and toolkits, and a guide to recent changes, new features, and upgraded...

Format: Print, Ebook, Safari Books Online

Publish Date: September 2009

Other Editions: 1st Edition, 2nd Edition, 3rd Edition

Natural Language Processing with Python, First Edition

Natural Language Processing with Python, First Edition

By Steven Bird, Ewan Klein, Edward Loper

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 and translation. You'll learn ho...

Format: Print, Ebook, Safari Books Online

Publish Date: June 2009

Python in a Nutshell, 2nd Edition

Python in a Nutshell, 2nd Edition

By Alex Martelli

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....

Format: Print, Ebook, Safari Books Online

Publish Date: July 2006

Other Editions: 1st Edition

Regular Expressions Cookbook, First Edition

Regular Expressions Cookbook, First Edition

By Jan Goyvaerts, Steven Levithan

This cookbook provides more than 100 recipes to help you crunch data and manipulate text with regular expressions. With recipes for popular programming languages such as C#, Java, JavaScript, Perl, PHP, Python, Ruby, and VB.NET, Regular Expressions C...

Format: Print, Ebook, Safari Books Online

Publish Date: May 2009

Python Cookbook, 2nd Edition

Python Cookbook, 2nd Edition

By Alex Martelli, Anna Ravenscroft, David Ascher

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 from simple tasks, such as working with dictionaries and li...

Format: Print, Ebook, Safari Books Online

Publish Date: March 2005

Other Editions: 1st Edition

Regular Expression Pocket Reference, 2nd Edition

Regular Expression Pocket Reference, 2nd Edition

By Tony Stubblebine

This handy little book offers programmers a complete overview of the syntax and semantics of regular expressions that are at the heart of every text-processing application. Ideal as a quick reference, Regular Expression Pocket Reference covers the re...

Format: Print, Ebook, Safari Books Online

Publish Date: July 2007

Other Editions: 1st Edition

Programming Python, 3rd Edition

Programming Python, 3rd Edition

By Mark Lutz

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 domains from the ground up with plenty of real-world example...

Format: Print, Ebook, Safari Books Online

Publish Date: August 2006

Other Editions: 1st Edition, 2nd Edition

Bioinformatics Programming Using Python, First Edition

Bioinformatics Programming Using Python, First Edition

By Mitchell L Model

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 bioinformatics, using code examples taken directly from this field...

Format: Print, Ebook, Safari Books Online

Publish Date: December 2009

Gray Hat Python, First Edition

Gray Hat Python, First Edition

By Justin Seitz

Gray Hat Python, the first Python book written for advanced security analysts, explains the intricacies of using Python to assist in a range of security analysis tasks. Readers learn how to design and program their own debuggers, create powerful fuzz...

Format: Print, Ebook, Safari Books Online

Publish Date: April 2009

High Performance Python, First Edition

High Performance Python, First Edition

By Andrew Lewis

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, mission-critical applications from scratch, po...

Format: Print, Safari Books Online, Rough Cut

Publish Date: December 2008