CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 17 Jul 2025 18:01:33 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20070429234217
location: https://web.archive.org/web/20070429234217/https://wiki.python.org/moin/lecture3_example_1
server-timing: captures_list;dur=0.621529, exclusion.robots;dur=0.028837, exclusion.robots.policy;dur=0.013765, esindex;dur=0.012504, cdx.remote;dur=26.215786, LoadShardBlock;dur=391.320227, PetaboxLoader3.resolve;dur=275.048830, PetaboxLoader3.datanode;dur=81.813607
x-app-server: wwwb-app210
x-ts: 302
x-tr: 449
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app210; 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, 17 Jul 2025 18:01:34 GMT
content-type: text/html;charset=utf-8
x-archive-orig-date: Sun, 29 Apr 2007 23:42:16 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 23:42:17 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="Sun, 29 Apr 2007 15:10:30 GMT", ; rel="memento"; datetime="Sun, 29 Apr 2007 23:42:17 GMT", ; rel="next memento"; datetime="Tue, 29 May 2007 22:33:04 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: 41_0_20070429202658_crawl23-c/41_0_20070429234211_crawl29.arc.gz
server-timing: captures_list;dur=0.427892, exclusion.robots;dur=0.017965, exclusion.robots.policy;dur=0.008285, esindex;dur=0.010379, cdx.remote;dur=19.987678, LoadShardBlock;dur=244.323231, PetaboxLoader3.datanode;dur=72.134178, PetaboxLoader3.resolve;dur=221.650686, load_resource;dur=114.755984
x-app-server: wwwb-app210
x-ts: 200
x-tr: 416
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
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