Work through the fundamental building blocks of building applications with Tkinter, then apply them to your own apps.
- Learn how to plan & design a layout for your app with Tkinter.
- Add some simple buttons to your Window.
- Learn how to implement your layout using the pack, grid and place layout managers.
- Learn about other widgets, like radio buttons and checkbuttons which users can use to toggle settings in your apps.