The last talk I went to at PyCon on Friday (March 27), I went to Michael Foord's talk, Functional Testing of Desktop Applications. He used IronPython examples in his demos from his book, IronPython in Action. His primary topic was on testing GUIs and the problems inherently involved thereof.
Steve Holden gave a talk on where Python is at Friday afternoon. For those not in the know, Holden is the current chairman of the Python Software Foundation (PSF). His first topic was about the PSF and how few member it had as well as how they were planning to add additional members at this […]
Jim Hugunin kicked off his talk, PyCon 2009 - IronPython: Data, Directions and Demos with mentioning his colleagues at Microsoft. He then went on to talk about the newest release of IronPython, which is 2.6 Alpha, which actually matches the Python 2.6 version as much as possible. It sounded like the recent version of IronPython […]
The How Pycon is Developed talk was given by Brett Cannon, a Python core developer. Brett spoke on how to start helping out with programming Python Core. To start off, he recommended learning the bug tracking system and how to use it, then start fixing bugs. To get started, go to news-bugs-announce or python-bugs-list. there […]
The Windmill talk was given by Adam Christian. It is an IDE for testing websites in various browsers. It allows the developer to build, record and edit tests. The playback and debugging is done in the IDE. It can launch Firebug in Firefox or use Firebug-Lite in the other browsers. It also has a DOM […]
The first PyCon talk I attended was entitled About Python Namespaces (and Code Objects), presented by Jeff Rush. This talk was a little over my head. Be sure to grab the slides and watch the video when and if the PyCon organizers post them.