ANN: PyQwt3D-0.1.2

2006-10-29 Thread Gerard Vermeulen
What is PyQwt3D? - it is a set of Python bindings for the QwtPlot3D C++ class library which extends the Qt framework with widgets for 3D data visualization. PyQwt3D inherits the snappy feel from QwtPlot3D. The examples at http://pyqwt.sourceforge.net/pyqwt3d-examples.html show how easy it

PyCon: proposals due by Tuesday 10/31

2006-10-29 Thread A.M. Kuchling
Final reminder: if you want to submit a proposal to PyCon, you should do it by end of Tuesday, October 31st. for more info The deadline for tutorials is November 15th: http://us.pycon.org/TX2007/CallForTutorials PyCon is the Python community confere

ANN: Leo 4.4.2.1 final released

2006-10-29 Thread Edward K. Ream
Leo 4.4.2.1 final is now available at: http://sourceforge.net/project/showfiles.php?group_id=3458&package_id=29106 Leo 4.4.2.1 final fixes a recent bug that caused Leo not to create the .leoRecentFiles.txt file properly in some situations. There are no known significant bugs in this version of Leo

ANN: Introducing the new pydb debugger (1 ShowMeDo video)

2006-10-29 Thread Ian Ozsvald
Summary: Rocky Bernstein has created a 13 minute video introducing you to his new pydb debugger. Rocky demonstrates the enhanced capabilities of this debugger and walks the viewer through solving a buggy piece of code: http://showmedo.com/videos/video?name=pythonBernsteinPydbIntro&fromSeriesID=28

ANN: Cssutils 0.9a6

2006-10-29 Thread Chris
what is it -- A Python package to parse and build CSS Cascading Style Sheets. Partly implements the DOM Level 2 Stylesheets and DOM Level 2 CSS interfaces. changes since the last full release --- - complete rewrite of parser since 0.9 - customizable seria

SocksiPy - A Python SOCKS module

2006-10-29 Thread Dan Haim
It's a simple and small module I've written to allow some network-aware Python scripts to connect through proxy servers. It implements the Socks4 (including Socks4a), Socks5 and HTTP-Tunneling (CONNECT method) protocols. Currently it supports only outgoing TCP connections. Incoming and UDP