Python 3 Programming Tutorial - Tkinter event handling

Channel:
Subscribers:
1,410,000
Published on ● Video Link: https://www.youtube.com/watch?v=4FrQaowzIGo



Category:
Tutorial
Duration: 5:40
95,432 views
670


In this tutorial, we cover tkinter event handling. In this scenario, we are adding a quit event to our quit button. In basically every circumstance, we're going to want to have our buttons actually do something or perform an action. This is called an event, and we can write code to handle events. In tkinter, this is as simple as adding a command, which we'll make into a function. Even though this function is a basic 1-line function that simply calls another function, we can see how we can later create more complex functions for our events.

Sample code for this basics series: http://pythonprogramming.net/beginner-python-programming-tutorials/

Python 3 Programming tutorial Playlist: http://www.youtube.com/watch?v=oVp1vrfL_w4&feature=share&list=PLQVvvaa0QuDe8XSftW-RAxdo6OmaeL85M

http://seaofbtc.com
http://sentdex.com
http://hkinsley.com
https://twitter.com/sentdex

Bitcoin donations: 1GV7srgR4NJx4vrk7avCmmVQQrqmv87ty6







Tags:
Python (Programming Language)
Tkinter
Computer Programming (Conference Subject)
tk
window
graphical user interface
gui
tcl
programming
tutorial
basics
python 3
python 3.3
python 3.4
python 2 and 3
python 2.7
2.7
3.3
3.4
beginner
how-to
coding
easy
event handling
command