Introduction to the Course
  • Walkthrough
  • Installing Python and Pycharm
  • Quiz - 1
Python Basics
  • Variables and Priting Statements
  • If-Else Condition
  • Taking Input from the User
  • Functions
  • Lists and Arrays
  • For - Loops
  • While - Loops
  • Importing Packages and Modules
  • Quiz - 2
Introduction to Tkinter
  • Making your first Window
  • Changing Title and Icons
  • Quiz - 3
Layouts in Tkinter
  • Organizing your Layout
  • Fitting Widgets in your Layout
  • Grid Layout
  • More on the Grid Layout
  • Quiz - 4
Interaction with GUI
  • Binding Functions to Layouts
  • Mouse Click Events
  • Using Classes
  • Quiz - 5
Widgets using Python GUI Programming
  • Creating Drop Down Menus
  • Creating a Toolbar
  • Adding the Status Bar
  • Messagebox
  • Quiz - 6
Python Graphics and Shapes
  • Line Graphics
  • Creating a Box
  • Deleting the Canvas
  • Adding Images
  • Quiz - 7
BONUS
  • The Scale Widget
  • SpinBox Widget