CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 06 Aug 2025 09:14:35 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20070820015158
location: https://web.archive.org/web/20070820015158/https://wiki.python.org/moin/lecture3_example_1
server-timing: captures_list;dur=0.967463, exclusion.robots;dur=0.042377, exclusion.robots.policy;dur=0.026334, esindex;dur=0.014761, cdx.remote;dur=44.614172, LoadShardBlock;dur=283.494962, PetaboxLoader3.datanode;dur=98.748377, PetaboxLoader3.resolve;dur=96.131826
x-app-server: wwwb-app28
x-ts: 302
x-tr: 373
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app28; 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: Wed, 06 Aug 2025 09:14:35 GMT
content-type: text/html;charset=utf-8
x-archive-orig-date: Mon, 20 Aug 2007 01:51:57 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, 20 Aug 2007 01:51:58 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, 01 Jul 2007 05:56:58 GMT", ; rel="memento"; datetime="Mon, 20 Aug 2007 01:51:58 GMT", ; rel="next memento"; datetime="Mon, 20 Aug 2007 09:55:34 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_20070819215102_crawl100-c/42_0_20070820014208_crawl107.arc.gz
server-timing: captures_list;dur=0.966242, exclusion.robots;dur=0.039373, exclusion.robots.policy;dur=0.023160, esindex;dur=0.014473, cdx.remote;dur=29.344283, LoadShardBlock;dur=375.976199, PetaboxLoader3.datanode;dur=137.536589, PetaboxLoader3.resolve;dur=242.256308, load_resource;dur=158.812029
x-app-server: wwwb-app28
x-ts: 200
x-tr: 636
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 2007-05-08 14:44:25 by SkipMontanaro)
DeleteCache (cached 2007-08-09 15:46:39)- Login
- Navigation
- Actions
- Your recent pages