CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 19 Jul 2025 06:29:01 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090208084100
location: https://web.archive.org/web/20090208084100/https://code.activestate.com/recipes/langs/python
server-timing: captures_list;dur=0.674596, exclusion.robots;dur=0.023436, exclusion.robots.policy;dur=0.010569, esindex;dur=0.012152, cdx.remote;dur=5.519914, LoadShardBlock;dur=278.597144, PetaboxLoader3.datanode;dur=61.157877, PetaboxLoader3.resolve;dur=167.856069
x-app-server: wwwb-app219
x-ts: 302
x-tr: 325
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app219; 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: Sat, 19 Jul 2025 06:29:02 GMT
content-type: text/html; charset=utf-8
x-archive-orig-date: Sun, 08 Feb 2009 08:40:57 GMT
x-archive-orig-server: Apache/2.2.3 (CentOS)
x-archive-orig-expires: Sun, 08 Feb 2009 08:50:57 GMT
x-archive-orig-vary: Cookie
x-archive-orig-etag: 2d16b55b85c766f7a54029119c6904c5
x-archive-orig-cache-control: max-age=600
x-archive-orig-via: 1.0 box19.activestate.com:3129 (squid/2.6.STABLE6)
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: ibm852
memento-datetime: Sun, 08 Feb 2009 08:41:00 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 18 Jul 2008 02:31:10 GMT", ; rel="prev memento"; datetime="Wed, 21 Jan 2009 12:33:40 GMT", ; rel="memento"; datetime="Sun, 08 Feb 2009 08:41:00 GMT", ; rel="next memento"; datetime="Sun, 08 Feb 2009 09:08:43 GMT", ; rel="last memento"; datetime="Sun, 08 Jun 2025 08:39:37 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_8_20090208054436_crawl102-c/51_8_20090208083900_crawl103.arc.gz
server-timing: captures_list;dur=0.541557, exclusion.robots;dur=0.018619, exclusion.robots.policy;dur=0.008108, esindex;dur=0.010960, cdx.remote;dur=12.734000, LoadShardBlock;dur=169.078849, PetaboxLoader3.datanode;dur=194.767287, PetaboxLoader3.resolve;dur=175.332056, load_resource;dur=250.171071
x-app-server: wwwb-app219
x-ts: 200
x-tr: 548
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
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 Recipes « ActiveState Code
ActiveState Code
Python recipes
-
Diff Two DictionariesPython / dictionary, diff, difference / -2 points (2 votes) / by Michael Shepanski (2 days, 16 hours ago)
-
DBM with Dict-speed accesses and Multiple standard file formatsPython / no tags / 3 points (3 votes) / by Raymond Hettinger (2 days, 7 hours ago, revision 5)
-
Percent -> Logit TransformationPython / no tags / -1 points (1 vote) / by donyo Ganchev (5 days, 23 hours ago)
-
Draft for an sqlite3 based DBMPython / no tags / by Raymond Hettinger (1 week, 1 day ago, revision 4)
-
Round to basePython / no tags / -1 points (1 vote) / by David Lambert (1 week, 3 days ago)
-
Paratessares TimePython / 3.0, Paratessares, python, Tessaressunago, time / -1 points (1 vote) / by Stephen Chappell (1 week, 4 days ago, revision 3)
-
Control CPU Usage by using ctypes (Win32 Platform)Python / CPU Usage, ctypes, System Programming, Win32 / by Shao-chuan Wang (1 week, 5 days ago, revision 3)
-
Stacked graphs using matplotlibPython / broadband, matplotlib, mobile, stacked graph, stream graph / 0 points (2 votes) / by Anand Patil (1 week, 5 days ago)
-
Get CPU Usage by using ctypes (Win32 Platform)Python / CPU Usage, ctypes, System Programming, Win32 / by Shao-chuan Wang (1 week, 5 days ago, revision 2)
-
Henderson and Tilton's formulaPython / no tags / -1 points (1 vote) / by donyo Ganchev (1 week, 6 days ago)
-
Calculator of pesticide concentrationPython / no tags / -1 points (1 vote) / by donyo Ganchev (1 week, 6 days ago)
-
Index of Mc. KynneyPython / no tags / -1 points (1 vote) / by donyo Ganchev (1 week, 6 days ago)
-
Poor man's mgridPython / index, index tricks, method, mgrid, numerical, numerical methods, numpy, python3, scipy, trick / by David Lambert (2 weeks, 3 days ago)
View 20, 50, 100 recipes per page.
Python tags
more…algorithms oop text sysadmin shortcuts programs files web network threads database debugging xml graphics extending
Top-rated Python recipes
- Infix operators (by Ferdinand Jamitzky)
- Decorator for BindingConstants at … (by Raymond Hettinger)
- Spreadsheet (by Raymond Hettinger)
- Named Tuples (by Raymond Hettinger)
- Groupby (by Raymond Hettinger)
- Read tabular data from Excel sprea… (by Nicolas Lehuen)
- Creating a daemon the Python way (by Chad J. Schroeder)
- Dependency Injection The Python Way (by Zoran Isailovski)
- Module to allow Asynchronous subpr… (by Josiah Carlson)
- Fork a daemon process on Unix (by Jürgen Hermann)
- Accounts
- Information
- Using
- Feedback
- ActiveState
© 2008 ActiveState Software. All rights reserved.