Software Security Summit

2007-02-27 Thread djesposito
Are you responsible for building in security at the applications development level? Then don't miss the Software Security Summit, April 16-17 at the San Mateo Marriott, San Mateo, CA. This comprehensive security program is for software developers. Check out the full listing of expert speakers (Gray

[ANN] mlabrap-1.0b: a high level python to matlab bridge

2007-02-27 Thread Alexander Schmolck
URL --- Description --- Mlabwrap-1.0 is a high-level python to matlab(tm) bridge that makes calling matlab functions from python almost as convenient as using a normal python library. It is available under a very liberal license (BSD/MIT) and should work

Three days left for Zope3 boot camp registration

2007-02-27 Thread Chris Calloway
Registration ends Friday: http://trizpug.org/boot-camp/camp5 -- Sincerely, Chris Calloway http://www.seacoos.org office: 332 Chapman Hall phone: (919) 962-4323 mail: Campus Box #3300, UNC-CH, Chapel Hill, NC 27599 -- http://mail.python.org/mailman/listinfo/python-announce-list Su

IMDbPY 2.9

2007-02-27 Thread Davide Alberani
IMDbPY 2.9 is available (tgz, deb, rpm, exe) from: http://imdbpy.sourceforge.net/ IMDbPY is a Python package useful to retrieve and manage the data of the IMDb movie database about both movies and people. This is a transitional release and will be the last one to access the old IMDb's web layou

Shed Skin Optimizing Python-to-C++ Compiler 0.0.20

2007-02-27 Thread Mark Dufour
Hi all, Here goes Shed Skin 0.0.20. No major new features this time, but lots of bugs were squashed. A changelog: -improvements to aug-assignments with subscripting ('a[x, y] += 1' and such) -fixed some problems with slice-assignments ('a[1:-1] = [1,2]) -make integer division (/,//,divmod,floordi

Epydoc 3.0 beta release

2007-02-27 Thread Edward Loper
Epydoc 3.0 beta is now available for download from SourceForge. Epydoc is a tool for generating API documentation for Python modules, based on their docstrings. - Epydoc homepage. - Download epydoc 3.0 beta