Introduction

Welcome to this course!

Welcome to GUI Development with Python and Tkinter! I'm really excited to guide you through building desktop applications using Python.

Tkinter is a powerful and flexible built-in Python library, which allows us to quickly develop graphical interfaces with full access to the user's filesystem.

I've used it extensively to develop internal tools for my business, from small helpers to extensive apps that interact with third party APIs to complete critical jobs.

Throughout this course I'll take you on a Tkinter journey, starting with the basics of Python (which you can skip, if you are already familiar), all the way to simple game development using the Tkinter Canvas widget. In between, we will make a distance converter, an interactive Chat application, and more.

I hope you'll enjoy this course. Let's get started!