Archive for February, 2006

Creating a GUI in Python using Tkinter – Part 2

Sunday, February 19th, 2006

This post is going to build off of Creating a GUI in Python using Tkinter which introduces the basic elements needed to create a GUI using TKinter. This post will take that introduction a bit further and build a more complex GUI application and use some more widgets. The GUI that we are going to [...]

Creating a GUI in Python using Tkinter

Wednesday, February 8th, 2006

Up until now we’ve focused on python applications that only run in the command line. For a lot of tasks this is great, but in order to be really impressive we’re going to want to create a GUI for some of our python applications. There are a lot of python GUI toolkits out there, but [...]

Python at Google

Friday, February 3rd, 2006

I Caught this while browsing the web and thought python lovers might find it interesting. It’s basically Matt Harrison’s write up of Greg Stein’s keynote at the SDForum Python Meeting. Greg is an an engineering manager at Google and his talk focuses on his previous experience using Python at work and how Google uses python. [...]