5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

Aspire     Programming Python in Action     Programming Python in Action Track 1: Python in Action
Widgets such as buttons, labels, and user-entry fields for input form the core of any GUI. Tkinter includes button, entry, and label objects and geometry managers in Tkinter allow you to choose how to position your widgets.
You will begin this course by creating an interactive button widget which displays an exit prompt when clicked. Discover how to instantiate text entry widgets where users enter text input to a box. Set up an app where the user enters obscured password credentials into a text entry widget and submits them using a button widget. Finally, explore the grid, pack, and place geometry managers in Tkinter.
Upon completion of this course, you will be able to configure interactive widgets in Tkinter and choose between place, pack, and grid geometry managers to optimize app layout.

Objectives

Developing Apps with Tkinter: Configuring Interactive Widgets

  • discover the key concepts covered in this course
  • add an interactive button to an application
  • add, view, and modify text entry widgets in an application
  • add username and password fields to an application
  • recognize the grid geometry manager and fix a bug in an application
  • add image and label frames to an application
  • recognize the place geometry manager and format elements and arrange components in an application
  • compare and contrast the grid and pack geometry managers
  • summarize the key concepts covered in this course