Ted Leung on the air
Ted Leung on the air: Open Source, Java, Python, and ...
Ted Leung on the air: Open Source, Java, Python, and ...
Sat, 19 Jun 2004
Northwest Python Sprint
Today I hiked over to Bellevue for the first Pacific Northwest Python Sprint. The group was small but dedicated, including a group of hardcore folks who drove all the way from Portland for two days of Python hacking.
I was surprised to see the r0ml, aka Robert Lefkowitz, joining us for the sprint. Regular readers may remember that I was quite taken with r0ml's talks at OSCON last year, so I was quite excited when I saw his name on the wiki signup page. Imagine my surprise during the introductions when he recognized who I was. Perhaps this blog is good for something after all. I discovered some other interesting connections as well. It turns out that r0ml is the father of Glyph Lefkowitz, one of the leaders of the Twisted project. When r0ml told me this, there was a very long and amusing moment where my jaw worked wordlessly while my face displayed utter stupefaction. It just never occurred to me -- bit it was good for a laugh. I also discovered that he is, like me, a Lisp person looking for a a home. (In fact, there was at least one other such person present today).
We started the sprint with a series of lightning talks which covered, roundup, buildbot, sqllite, and Chandler. After that, we threw out ideas for sprint projects. There was a large interest in sprints involving Twisted, and not much interest in doing stuff around the Chandler repository (unit tests -- it's hard to have much to do in a single day), so I ended up getting sucked into one of the Twisted sprints. This is a good thing for me, because we just started using Twisted in Chandler, and I needed some good hands on experience. The project I ended up working on was to try to Rendezvous-enable Twisted code. We looked at pyzeroconf, a pure Python implementation of Rendezvous. I was able to scaffold out a small amount code for how to advertise a service via Rendezvous, as well as use Rendezvous to lookup a service and then connect to it. There was a bit of a learning curve -- I had to learn both pyzeroconf and bunches of twisted. It helped that we had a brief run through the Twisted finger tutorial before lunch. It still remains to be seen how to actually modify Twisted so that this functionality is built in. We were unsure whether or not we would have to Twistify pyzeroconf in order for this to be done right. Code for the various projects is going up on the SeaPIG Subversion server.
[23:54] |
[computers/programming/python] |
# |
TB |
F |
G |
5 Comments |
I ran into this today: The BuildBot it is a bit like CruiseControl only written in python instead of Java and maybe with fewer dependencies. It also seems to support cross platform building particularly well. I think I will give
Posted by Trackback from 42 at Sun Jun 20 13:53:02 2004
Posted by Trackback from 42 at Sun Jun 20 13:53:02 2004
A while ago - weeks? months? - on a lark, I went crusing through the OSCON speaker listings, looking to see who else will be at the conference with my husband. Near Ted's entry I saw this description which ended:...
Posted by Trackback from Julie Leung: Seedlings & Sprouts at Sun Jun 20 16:13:22 2004
Posted by Trackback from Julie Leung: Seedlings & Sprouts at Sun Jun 20 16:13:22 2004
Ted Leung on the air : Northwest Python Sprint I have already commented on Buildbot from this post from Ted. But a few other things caught my eye as well. Firstly, the way in which sprints seem to be such
Posted by Trackback from 42 at Sun Jun 20 17:23:54 2004
Posted by Trackback from 42 at Sun Jun 20 17:23:54 2004
There's actually a start of mDNS (the part of zeroconf this is) in Twisted SVN sandbox that I wrote. It takes advantage of Twisted's DNS implementation and multicast support, so it's mainly logic. It's good enough to read off the network, no publishing support at all.
Posted by itamar at Tue Jun 22 07:34:16 2004
Posted by itamar at Tue Jun 22 07:34:16 2004
I've just added an overview of what happened at the sprint. http://www.seapig.org/NorthwestPythonSprintReportJune2004
Posted by BrianDorsey at Tue Jun 22 10:14:42 2004
Posted by BrianDorsey at Tue Jun 22 10:14:42 2004
You can subscribe to an RSS feed of the comments for this blog:
Add a comment here:
You can use some HTML tags in the comment text:
To insert a URI, just type it -- no need to write an anchor tag.
Allowable html tags are:
You can also use some Wiki style:
URI => [uri title]
<em> => _emphasized text_
<b> => *bold text*
Ordered list => consecutive lines starting spaces and an asterisk
To insert a URI, just type it -- no need to write an anchor tag.
Allowable html tags are:
<a href>
, <em>
, <i>
, <b>
, <blockquote>
, <br/>
, <p>
, <code>
, <pre>
, <cite>
, <sub>
and <sup>
.You can also use some Wiki style:
URI => [uri title]
<em> => _emphasized text_
<b> => *bold text*
Ordered list => consecutive lines starting spaces and an asterisk