I'm happy to announce that the Python Software Foundation has
allocated funds to help people attend PyCon 2009!
If you would like to come to PyCon but can't afford it, the PSF may be
able to help you pay for registration, lodging/hotel costs and
transportation (flight etc.). Please see http
Announcing AVC 0.7.0
Webpage: http://avc.inrim.it/
What is AVC?
-
AVC is a multiplatform, fully automatic, live connection among
graphical interface widgets and application variables for the python
language. AVC supports in a uniform way the most popula
Gmatch is a tiny matcher of google-like query patterns, called
"goopat"s:
gm = Gmatch( "color: blue - sky size: < 100" )
if gm.match( record ): ...
matching_records = [rec for rec in records if gm.match( rec )]
A "record" is a dict, or namedtuple, or Dotdict,
or anything with rec
Everyone,
A new version of gmpy is available. gmpy is a wrapper for the GMP
multiple-precision arithmetic library. This version of gmpy also
supports the MPIR multiple-precision arithmetic library. gmpy 1.04 is
available for download from http://code.google.com/p/gmpy/
There are several new feat