CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 03 Aug 2025 17:27:58 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20081218085601
location: https://web.archive.org/web/20081218085601/https://oreilly.com/catalog/9780596007973/
server-timing: captures_list;dur=0.674348, exclusion.robots;dur=0.022311, exclusion.robots.policy;dur=0.011208, esindex;dur=0.014700, cdx.remote;dur=46.269208, LoadShardBlock;dur=433.574963, PetaboxLoader3.datanode;dur=157.446219, PetaboxLoader3.resolve;dur=144.204263
x-app-server: wwwb-app217
x-ts: 302
x-tr: 514
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app217; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sun, 03 Aug 2025 17:27:59 GMT
content-type: text/html
x-archive-orig-date: Thu, 18 Dec 2008 08:55:38 GMT
x-archive-orig-server: Apache
x-archive-orig-p3p: policyref="https://www.oreillynet.com/w3c/p3p.xml",CP="CAO DSP COR CURa ADMa DEVa TAIa PSAa PSDa IVAa IVDa CONo OUR DELa PUBi OTRa IND PHY ONL UNI PUR COM NAV INT DEM CNT STA PRE"
x-archive-orig-last-modified: Thu, 18 Dec 2008 03:38:12 GMT
x-archive-orig-accept-ranges: bytes
x-archive-orig-content-length: 30614
x-archive-orig-x-cache: MISS from olive.bp
x-archive-orig-x-cache-lookup: MISS from olive.bp:3128
x-archive-orig-via: 1.0 olive.bp:3128 (squid/2.6.STABLE13)
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Thu, 18 Dec 2008 08:56:01 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 16 May 2008 20:47:33 GMT", ; rel="prev memento"; datetime="Sat, 06 Dec 2008 05:23:58 GMT", ; rel="memento"; datetime="Thu, 18 Dec 2008 08:56:01 GMT", ; rel="next memento"; datetime="Thu, 25 Dec 2008 03:01:18 GMT", ; rel="last memento"; datetime="Wed, 08 Jan 2025 10:41:33 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_7_20081218002502_crawl102-c/51_7_20081218084203_crawl100.arc.gz
server-timing: captures_list;dur=0.934953, exclusion.robots;dur=0.039540, exclusion.robots.policy;dur=0.019396, esindex;dur=0.023095, cdx.remote;dur=77.359028, LoadShardBlock;dur=369.903987, PetaboxLoader3.datanode;dur=275.314793, PetaboxLoader3.resolve;dur=395.426081, load_resource;dur=329.666821
x-app-server: wwwb-app217
x-ts: 200
x-tr: 846
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Python Cookbook | O'Reilly Media
Python Cookbook, Second Edition
Featured customer reviews
Media reviews
"Lots of tasty recipes in Python. If you're just getting started learning Python, some of the examples will be quite puzzling, but unlike Java books where a lot of the sample code is almost like Graffiti foisted on unsuspecting students by programmers who should know better, the examples in this book are so elegantly crafted that getting familiar with them will only help. It's an added bonus that a lot of them are actually practical and quite reusable."
-- Peter Knaggs, Peninsula Linux Users Group (PenLUG)
"For the beginning Python programmer this is an excellent book to help step up a level. For the intermediate programmer the scope of topic areas provides a fast introduction to new areas. Truth be told, this is a book we can recommend to Python programmers at every level. An essential buy."
--TechBookReport.com, June 2005
"In cooking, the beauty of a recipe is you get to spice up the dish however you like it or modify it to use whatever ingredients you happen to have on hand. The procedure is exactly the same with the recipes in the Python Cookbook: the user is not only encouraged but expected to modify the solution to fit his or her own needs. These solutions are meant not as complete answers, but departure points or templates for your own use.
So although Python doesn't actually taste like chicken, this cookbook contains some truly delicious - maybe you should read that as 'very useful' - recipes for anyone who regularly works with this language. If yours is a Python shop, you need this one on the shelf somewhere!"
scm rak, Epinions.com, May 2005
Read all reviews
By Alex Martelli, Anna Martelli Ravenscroft, David Ascher
March 2005
Pages: 844
Series: Cookbooks
ISBN 10: 0-596-00797-3 |
ISBN 13: 9780596007973
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 list comprehensions, to complex tasks, such as monitoring a network and building a templating system.
Full Description
Portable, powerful, and a breeze to use, Python is the popular open source object-oriented programming language used for both standalone programs and scripting applications. It is now being used by an increasing number of major organizations, including NASA and Google.
Updated for Python 2.4, The Python Cookbook, 2nd Edition offers a wealth of useful code for all Python programmers, not just advanced practitioners. Like its predecessor, the new edition provides solutions to problems that Python programmers face everyday.
It now includes over 200 recipes that range from simple tasks, such as working with dictionaries and list comprehensions, to complex tasks, such as monitoring a network and building a templating system. This revised version also includes new chapters on topics such as time, money, and metaprogramming.
Here's a list of additional topics covered:
- Manipulating text
- Searching and sorting
- Working with files and the filesystem
- Object-oriented programming
- Dealing with threads and processes
- System administration
- Interacting with databases
- Creating user interfaces
- Network and web programming
- Processing XML
- Distributed programming
- Debugging and testing
Featured customer reviews
Be the first person to review this book!
Media reviews
"Lots of tasty recipes in Python. If you're just getting started learning Python, some of the examples will be quite puzzling, but unlike Java books where a lot of the sample code is almost like Graffiti foisted on unsuspecting students by programmers who should know better, the examples in this book are so elegantly crafted that getting familiar with them will only help. It's an added bonus that a lot of them are actually practical and quite reusable."
-- Peter Knaggs, Peninsula Linux Users Group (PenLUG)
"For the beginning Python programmer this is an excellent book to help step up a level. For the intermediate programmer the scope of topic areas provides a fast introduction to new areas. Truth be told, this is a book we can recommend to Python programmers at every level. An essential buy."
--TechBookReport.com, June 2005
"In cooking, the beauty of a recipe is you get to spice up the dish however you like it or modify it to use whatever ingredients you happen to have on hand. The procedure is exactly the same with the recipes in the Python Cookbook: the user is not only encouraged but expected to modify the solution to fit his or her own needs. These solutions are meant not as complete answers, but departure points or templates for your own use.
So although Python doesn't actually taste like chicken, this cookbook contains some truly delicious - maybe you should read that as 'very useful' - recipes for anyone who regularly works with this language. If yours is a Python shop, you need this one on the shelf somewhere!"
scm rak, Epinions.com, May 2005
Read all reviews
Got a Question?
![]() © 2008, O'Reilly Media, Inc. (707) 827-7000 / (800) 998-9938 All trademarks and registered trademarks appearing on oreilly.com are the property of their respective owners. |
About O'Reilly Privacy Policy Contacts Customer Service Authors Press Room Jobs User Groups Academic Solutions Newsletters Writing for O'Reilly RSS Feeds Terms of Service |
Other O'Reilly Sites O'Reilly Radar Ignite Tools of Change for Publishing Digital Media Inside iPhone O'Reilly FYI makezine.com craftzine.com hackszine.com perl.com xml.com |
Sponsored Sites Inside Aperture Inside Lightroom Inside Port 25 InsideRIA java.net |