CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 07 Aug 2025 17:59:17 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20070429151030
location: https://web.archive.org/web/20070429151030/https://wiki.python.org/moin/lecture3_example_1
server-timing: captures_list;dur=0.649806, exclusion.robots;dur=0.024581, exclusion.robots.policy;dur=0.009915, esindex;dur=0.013148, cdx.remote;dur=27.916450, LoadShardBlock;dur=225.198045, PetaboxLoader3.datanode;dur=91.257609, PetaboxLoader3.resolve;dur=75.996947
x-app-server: wwwb-app222
x-ts: 302
x-tr: 284
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app222; 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: Thu, 07 Aug 2025 17:59:18 GMT
content-type: text/html;charset=utf-8
x-archive-orig-date: Sun, 29 Apr 2007 15:10:30 GMT
x-archive-orig-server: Apache/2.0.54 (Debian GNU/Linux) mod_python/3.1.3 Python/2.3.5 mod_scgi/1.2
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sun, 29 Apr 2007 15:10:30 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 08 Nov 2005 08:03:49 GMT", ; rel="prev memento"; datetime="Sat, 25 Nov 2006 02:13:37 GMT", ; rel="memento"; datetime="Sun, 29 Apr 2007 15:10:30 GMT", ; rel="next memento"; datetime="Sun, 29 Apr 2007 23:42:17 GMT", ; rel="last memento"; datetime="Thu, 18 Sep 2008 09:46:49 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: 42_0_20070429081243_crawl22-c/42_0_20070429144845_crawl29.arc.gz
server-timing: captures_list;dur=0.482399, exclusion.robots;dur=0.018807, exclusion.robots.policy;dur=0.009086, esindex;dur=0.010608, cdx.remote;dur=49.213804, LoadShardBlock;dur=621.667137, PetaboxLoader3.datanode;dur=312.670838, PetaboxLoader3.resolve;dur=489.608673, load_resource;dur=273.245351
x-app-server: wwwb-app222
x-ts: 200
x-tr: 1013
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
lecture3 example 1 - PythonInfo Wiki
lecture3 example 1
#!/usr/bin/python from Tkinter import * # Importing the Tkinter (tool box) library root = Tk() # Create a background window # Create a list li = 'Carl Patrick Lindsay Helmut Chris Gwen'.split() listb = Listbox(root) # Create a listbox widget for item in li: # Insert each item within li into the listbox listb.insert(0,item) listb.pack() # Pack listbox widget root.mainloop() # Execute the main event handler
EditText (last edited 2006-01-19 03:09:23 by BobGibson)
DeleteCache (cached 2007-03-29 08:43:47)- Login
- Navigation
- Actions
- Your recent pages