GUI Programming in Python with Tkinter
Tkinter is a Python binding to the Tk GUI toolkit. It is the standard Python interface to the Tk GUI toolkit and is Python's de facto standard GUI, and is included with the standard Microsoft Windows and Mac OS X install of Python. ~ Wikipedia
Hi Folks! I am Nalini Aggarwal, and I welcome you to GUI Programming in Python with Tkinter. GUI stands for Graphical User Interface. As it says on the top, Tkinter is a python library used to render your programs with a sophisticated user interface. It provides a robust and platform independent windowing toolkit. It supports a wide array of window widgets we can leverage.
This course is designed for greenhorns and seasoned programmers alike. Since Tkinter builds on your knowledge of python, I would like to refer to you this course on covering python basics.
We endorse the learning by applying brand of programming, so one will have comprehensive knowledge of developing GUI applications in Tkinter by the the course is finished. This is how this course is structured:
- INTRODUCTION: About your tutor and a little more about the power encapsulated within Tkinter.
- GETTING STARTED WITH TKINTER: Installation, creating our first window
- BASIC WIDGETS
- ADVANCED WIDGETS
- PLACEMENT METHODS: Geometry
- ORGANIZING BASIC & ADVANCE WIDGETS IN MAIN WINDOW
- EVENT HANDLING
- MISCELLANEOUS TIPS
- BUILDING APPLICATIONS