CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 31 Jul 2025 05:56:45 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20071126113353
location: https://web.archive.org/web/20071126113353/https://wiki.python.org/moin/lecture3_example_1
server-timing: captures_list;dur=0.440620, exclusion.robots;dur=0.017397, exclusion.robots.policy;dur=0.008628, esindex;dur=0.009334, cdx.remote;dur=85.188648, LoadShardBlock;dur=479.746494, PetaboxLoader3.resolve;dur=198.985197, PetaboxLoader3.datanode;dur=211.703299
x-app-server: wwwb-app222
x-ts: 302
x-tr: 588
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: 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, 31 Jul 2025 05:56:46 GMT
content-type: text/html;charset=utf-8
x-archive-orig-date: Mon, 26 Nov 2007 11:33:53 GMT
x-archive-orig-server: Apache/2.0.54 (Debian GNU/Linux) mod_fastcgi/2.4.2
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 26 Nov 2007 11:33:53 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="Fri, 26 Oct 2007 06:31:32 GMT", ; rel="memento"; datetime="Mon, 26 Nov 2007 11:33:53 GMT", ; rel="next memento"; datetime="Fri, 28 Dec 2007 06:56:24 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: 51_0_20071126065206_crawl103-c/51_0_20071126113319_crawl107.arc.gz
server-timing: captures_list;dur=0.517862, exclusion.robots;dur=0.020120, exclusion.robots.policy;dur=0.010652, esindex;dur=0.014000, cdx.remote;dur=5.489407, LoadShardBlock;dur=59.923742, PetaboxLoader3.datanode;dur=134.487251, load_resource;dur=255.868267, PetaboxLoader3.resolve;dur=151.877204
x-app-server: wwwb-app222
x-ts: 200
x-tr: 357
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 2007-05-08 14:44:25 by SkipMontanaro)
DeleteCache (cached 2007-11-21 17:47:24)- Login
- Navigation
- Actions
- Your recent pages