Friday, July 10, 2020

Mike Driscoll: wxPython by Example – Creating a wx.Notebook

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

The post wxPython by Example – Creating a wx.Notebook appeared first on The Mouse Vs. The Python.



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...