comp3321 NSA Python Training Document by NSA

comp3321 NSA Python Training Document by NSA

Author:NSA
Language: eng
Format: epub
Tags: python, training


#.

def colorgen(self ):

Generator function that alternates between red and blue

while True:

yield ’red’ yield 'blue*

def checkers_main_win(self ):

Creates a checkerboard pattern grid layout

colors = self .colorgen()

for r in range(self mainwin_rows):

for c in range(self .mainwin_cols): txt * 'Item (0>, {1}' .format(r,c)

1 = Label(self ,text=txt,bg=next(colors))

1.grid(row=r,column=c,sticky=self.ALL)

def add_framel(self ):

Add a frame with a text area to put stuff in.

self .framel=Frame(self,bg= ’red' )

self .framel.grid(row=0, column=6, rowspan=10,columnspan=10, stick=self. ALL)

self .framel.text_w=Text( self .framel)

self .framel.text_w pack(expand=True,fill BOTH)

def add_frame2(self ):

# Green frame!

self.frame2 = Frame(self,bg= 'green‘ )

self .frame2.grid(row=0,column=0,rowspan=5,columnspan=6,sticky =self. ALL) self .frame2.bind( *<Button-1>’ , self .frame2_handler)

def frame2_handler(self , event):

"’Handles events from frame2‘"

msg = 'Frame 2 clicked at {> {}' . format (event.x,event.y) print(msg)

self .framel.text_w.delete(l.0,END) self .framel.text_w.insert(END, msg)

def add_buttons(self ):

"* Add buttons to the bottom*" self .button_list=[]

button_labels [ 'Red' , 'Blue* , 'Green' , 'Black' , 'yellow* ]

for c,bt in enumerate(button_labels): b = Button( self ,text=bt)

#spon three columns and set the column alignment as #multiples of three.

b.grid(row=10 > column-c 1, '3,columnspan-3 > sticky=self . ALL)

#Bind buttons to button click.

b.bind( ’<Button-l>‘ ,self . buttons Jiandler)

self . button_list.append(b)

def buttons_handler( self, event):

Event Handler for the buttons

button_clicked = event widget[ ‘text' ] print (button_clicked)

self. framel.text_w . delete( 1.0, END)

self . framel.text_w.insert(END, button_clicked)

def main(): root-Tk()

root.geometry( * 800x600' )

root.title( ’Awesome Gui -- It is way COOL*) app = Application(master=root)

app.mainloop()

if name == ' main ' :

main()



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Popular ebooks
Personalized inhaled bacteriophage therapy for treatment of multidrug-resistant Pseudomonas aeruginosa in cystic fibrosis by unknow(150286)
Eco-friendly approach of bio-indigo synthesis and developing purification methods towards isolation of indigo from indirubin and bacterial fragments by Ramalingam Manivannan & Kaliyan Prabakaran & Young-A Son(149030)
Whisky: Malt Whiskies of Scotland (Collins Little Books) by dominic roskrow(74269)
CONSORT 2025 statement: updated guideline for reporting randomized trials by unknow(66072)
Critical evaluation of the ProfiLER-02 study design and outcomes by Vivek Subbiah & Razelle Kurzrock(65822)
Cardiac gene therapy makes a comeback by Oliver J. Müller & Susanne Hille & Anca Kliesow Remes(65257)
Unveiling the design rules for tunable emission in graphene quantum dots: A high-throughput TDDFT and machine learning perspective by Şener Özönder & Mustafa Coşkun Özdemir & Caner Ünlü(50857)
A yeast-based oral therapeutic delivers immune checkpoint inhibitors to reduce intestinal tumor burden by unknow(32628)
Covalent hitchhikers guide proteins to the nucleus by Alexander F. Russell & Madeline F. Currie & Champak Chatterjee(32592)
Meet the Authors: Christopher R. Mansfield and Emily R. Derbyshire by Christopher R. Mansfield & Emily R. Derbyshire(32307)
What's Done in Darkness by Kayla Perrin(27102)
Topological analysis of non-conjugated ethylene oxide cored dendrimers decorated with tetraphenylethylene: Insights from degree-based descriptors using the polynomial approach by A Theertha Nair & D Antony Xavier & Annmaria Baby & S Akhila(26482)
Investigation of mechanical and self-healing properties of hydroxyl-terminated polybutadiene functionalized with 2-ureido-4-pyrimidinone by Mohsen Kazazi & Mehran Hayaty & Ali Mousaviazar(26435)
The Ultimate Python Exercise Book: 700 Practical Exercises for Beginners with Quiz Questions by Copy(21011)
De Souza H. Master the Age of Artificial Intelligences. The Basic Guide...2024 by Unknown(20773)
D:\Jan\FTP\HOL\Work\Alien Breed - Tower Assault CD32 Alien Breed II - The Horror Continues Manual 1.jpg by PDFCreator(20647)
The Fifty Shades Trilogy & Grey by E L James(19604)
Shot Through the Heart: DI Grace Fisher 2 by Isabelle Grey(19486)
Shot Through the Heart by Mercy Celeste(19345)
Wolf & Parchment: New Theory Spice & Wolf, Vol. 10 by Isuna Hasekura and Jyuu Ayakura(17490)