Monday 30 March 2009 — This is over 15 years old. Be careful.
I had an amazing three days at PyCon 2009 in Chicago. I won’t have a coherent write-up (at least not just yet), so these scattered notes will have to do:
The weather was a great example of why not to hold conferences in Chicago: cold, wet, even snowy. Maybe next year we can hold PyCon someplace warm, like Siberia (it will actually be in Atlanta). On the other hand, it was great to be able to get on the Ell and be in the middle of a vibrant city.
Twitter was much bigger here this year than in the past, certainly for me. It helped create a sense of a single hive mind, letting me keep up with the talks I wasn’t watching, and find out what was going on elsewhere.
I focused a lot of my time on testing topics, both because it’s the thing I need to learn more about for work, and because of my interest in providing tools to other developers. There was a huge amount of energy devoted to testing at this PyCon. The testing BoF on Saturday night was a combination frat party and lightning talk session that went on until 11pm.
I gave two talks, on coverage testing and C extensions, which I think went well, and seemed to be well received, so that was very gratifying.
I took note of good one-liners, newsworthy tidbits, and interesting projects to follow-up on:
- Barry Hawkins on the Python community: we’re like the Elves at Rivendell, and hobbits show up and are impressed, and ask, “Why don’t you tell more people about this?”, and Elves/Pythonistas respond, “Meh, we just do what we do.”
- Brett Cannon is making the choice of what DVCS to use for Python core development. He compared svn to prune-juice: the old standby, but not interesting any more. Git is out of the running, they will choose between Mercurial and Bazaar, maybe as early as this week.
- Jonathan Ellis lightninged on distributed databases, emphasizing Cassandra, which he claims does a good job on scalable writes, unlike many other solutions.
- Jonathan Hayward: Asimov said, “The most exciting phrase to hear in science is not “Eureka!” but, “that’s funny..”
- Windmill deserves another look for in-browser web app testing. It looks really capable.
- Mike Fletcher talked about his profiling visualizer called Run Snake Run, which I saw a little of in the speaker prep room. It looked very impressive, but I didn’t see his talk.
- Kevin Boers demonstrated his approach to testing with twill. He had a really good approach, building up abstractions to get to a point where each web page is represented in the tests by a class that can operate the page, and then building scenarios up from there. Unfortunately, twill won’t help with Javascript applications, so it’s good for basic HTTP testing, but doesn’t get to rich applications.
- In his GUI testing talk, Michael Foord offered this quote: “If you write applications without tests then you are a bad person, incapable of love.” —Wilson Bilkovich.
- Catherine Devlin did a lightning talk showing off a very cool SQL tool that lets you work with tabular SQL data as if it were Unix file data: sqlpython.
- playerpiano is a tool for better Python presentations. It runs doctests in an interactive Python session so that you don’t have to try to type code on stage.
- pymite is a micro-Python (subset) for micro-controllers: it runs in 4Kb of RAM!
- web2py is another web framework that looks very slick, and was used to build the PyCon site.
- DVDev is like Trac for Mercurial.
- Melkjug is a tunable news reader.
- txLoadBalancer is a Twisted-based load balancer.
- Steve Huffman and Alexis Ohanian from Reddit gave an entertaining keynote discussing the history of Reddit and some of the interesting things they do now. Reddit has been open-sourced, leading to some, shall we say, interesting clones.
- Reddit is working on an open-source CSS compiler called C55 to provide variables, nesting, and functions in CSS, just like what every procedural programmer who writes CSS wants.
- Reddit has an interesting thumbnailer that looks for the most interesting square of pixels in an image, sometimes with humorous results.
I met a lot of great people, some of whom I knew by name, some of whom were new to me. Both knew and new were great to meet face to face: Aaron Maxwell, Menno Smits, Ken Whitesell, Mike Pirnat, Mark Ramm, and Rand Batchelder (!).
There was of course a lot of playfulness at PyCon, Beards of Python being my favorite (I was never a pony fan).
I’m already looking ahead to PyCon 2010 in Atlanta!
Comments
But I haven't seen your Whirlwind talk yet!?!
http://www.pixelmonkey.org/2009/04/06/favorite-pycon-2009-talks/
Thanks for the great talk -- I've already implemented my "hello, world!" C extension module! And thanks for the great blog posts over the years.
Add a comment: