This week, I didn't have as much time to work on this as I would have liked. Ah well, hopefully you won't find the quality of the news to be any less. It just so happens that PyCon 2011 had a couple of items this week and they were both good news. Be sure to […]
Cody Precord, author of wxPython 2.8 Application Development Cookbook, recently started a thread on the wxPython-dev Google group where he described a WYSIWYG project he has been working on for creating wxPython GUIs. Originally, he programmed it as a plugin for his Editra project, but has decided to release it as a separate project. He […]
I have been working on a software inventory script lately using SqlAlchemy on Windows XP to connect to a newly created table in a Microsoft SQL Server 2005 database. I created the table using Aqua Data Studio, logging in as the SQL Administrator (sa) and thought all was well until I tried to commit some […]
Last September, I thought it would be really cool to have a contest for my readers in which I would let them come up with some great logo designs for my blog in return for some prizes. You can read all about it here if you like. Alas, I received no designs whatsoever. I did […]
It's time for another edition of the "weekly Python news"! What happened this week in Python world? You've come to the right place to find out. We missed the announcement last week about Germany's Python Academy's course schedule, so be sure to check that out. This week we have a lot of news from the […]
Last year, we covered some tips and tricks for the Grid control.In this article, we will go over a few tips and tricks for the wx.ListCtrl widget when it's in "report" mode. Take a look at the tips below: How to create a simple ListCtrl How to sort the rows of a ListCtrl How to […]