PySIG Link Recap - 2008-05-22
Arrived later than usual, traffic on Rt. 3 was extra retarded. Start planning for Software Freedom Day activities. This year it’s on September 20, 2008. Kent asked about accessing existing C++ code from Python. Arc recommended Boost or possibly SWIG. Shawn mentioned that if you need to access C libraries, that ctypes may be useful, but Arc said there can be some caveats to how well it can work. This led into discussions of other projects for doing things like writing Python modules with packages that will build out to C. The two main projects in this space that came up were cython and Pyrex. A recent discussion on python-talk about interacting with Excel from Python was rehashed in person. A copy of O’Reilly’s Python Programming On Win32 found it’s way to the meeting, and is a good starting point for attacking this problem. Ted has been having headaches with Unicode text files (and receiving text possibly in other encodings). Kent suggested Universal Encoding Detector to help with the problem. Announcement from Ray: His company, Appropriate Solutions, is now a silver sponsor of Twisted. Kent’s Korner: This month’s Kent’s Korner presentation shows us the enhanced python shell IPython. Flip through the User Manual to dive in. -Shawn