Next python barcamp by pycologne

2011-01-26 Thread Reimar Bauer
For english speaking people: We organize a PythonCamp on 16/17th of April in Cologne (Germany) Hallo liebe Pythonfreunde, die Python User Group Köln (http://pycologne.de), die monatlich am RRZK tagt, veranstaltet am Samstag, den 16.04.2011 und Sonntag den 17.04.2011 das PythonCamp 2011 in Köln.

ANN: numexpr 1.4.2 released

2011-01-26 Thread Francesc Alted
== Announcing Numexpr 1.4.2 == Numexpr is a fast numerical expression evaluator for NumPy. With it, expressions that operate on arrays (like "3*a+4*b") are accelerated and use less memory than doing the same calculation in Python. What's new =