I am putting my interactive Educative Python courses on Sale for PyCon this week. You can get Python 101 and Python 201: Intermediate Python for 50% off. Here are the coupon codes you can use: For Python 101 - au-pycon-py101 For Python 201 - au-pycon-py201 Educative is also doing a 50% off sale on their Python […]
The wxPython GUI toolkit comes with many widgets. A common control is a tree widget. wxPython has several different tree widgets, including the regular wx.TreeCtrl, the newer DVC_TreeCtrl and the pure Python variants, CustomTreeCtrl and HyperTreeList. In this article, we will focus on the regular wx.TreeCtrl and learn the basics of how to create and […]
This week we welcome Anand Balachandran Pillai as our PyDev of the Week! Anand is the author of a new book called Software Architecture with Python from Packt Publishing. He is the founder of the Bangalore Python Users Group (BangPypers) and a member of the Python Software Foundation. Let's take a few moments to get […]
This week we welcome Agata Grdal as our PyDev of the Week! Agata is heavily involved in her local Django Girls group in Europe as well as PyLadies. You can learn more about Agata on the DjangoGirls blog. Agata is also has some fun projects on her Github profile that you can check out. Let's […]
This week we welcome Jessica McKellar (@jessicamckellar) as our PyDev of the Week! Jessica is a former Director for the Python Software Foundation and a successful entrepreneur. She is also an author for O’Reilly and has been a core developer for the Twisted framework. You can check out her website or her Github profile to […]
Learn about some of the amazing free resources you can use to learn the Python programming language!