wxPython by Example – Creating a wx.Notebook (Video)

In this tutorial, you will learn how to add a wx.Notebook to your GUI application using wxPython. The notebook widget is how you would add a tabbed interface to your application.

Related articles