Blogs

Snowsauria's picture

Kaura; I see the wind wander.

lil moose babu is here

The Rut 2021 - Post-Rut Discussion

Event HUB

Seemed like a particularly good one this year!

Now's a good chance to offer any feeeback for the event. So please have at it!

We decided on a timeframe that covered 3 weekends to try to maximize participation opportunities for everyone. How was that? If it went well we may just keep this formula.
How was the Challengers role, and how we modified it? Did it suit its purpose?

- Adam -

GUI Deer Arriving with Global Architect

Has anyone done a visual representation of the architecture of the Internet or its spaces. Would it be organized chaos?

designing
a person who designs hardware, software, or networking applications and services of a specified type for a business or other organization.

Michalangelo, Zaha Hadia and today Maya Lin many more exist.

Programming uses words to create frameworks for art

When do those groups show up because without them we would not have art here on the Internet or even here. Always there underneath providing the framework of what will be in the space taken or given.
try:
import tkinter
except ImportError: # python 2
import Tkinter as tkinter

import os
mainWindow = tkinter.Tk()

mainWindow.title("Grid Demo")
mainWindow.geometry('640x480-8-200')

label = tkinter.Label(mainWindow, text="Tkinter Grid Demo")
label.grid(row=0, column=0, columnspan=3)

mainWindow.columnconfigure(0, weight=1)
mainWindow.columnconfigure(1, weight=1)
mainWindow.columnconfigure(2, weight=3)
mainWindow.columnconfigure(3, weight=3)
mainWindow.columnconfigure(4, weight=3)
mainWindow.rowconfigure(0, weight=1)
mainWindow.rowconfigure(1, weight=10)
mainWindow.rowconfigure(2, weight=1)
mainWindow.rowconfigure(3, weight=3)
mainWindow.rowconfigure(4, weight=3)

fileList = tkinter.Listbox(mainWindow)
fileList.grid(row=1, column=0, sticky="nsew", rowspan=2)
fileList.config(border=2, relief="sunken")

for zone in os.listdir('/Windows/System32'):
fileList.insert(tkinter.END, zone)

mainWindow.mainloop()
image.png

10 years in TEF

Snakky's picture

Acaltic

HOME | TRACKER | MAP

DISCLAIMER
Syndicate content