Summary
A powerful and robust templating system for Python.
Overview
EmPy is a system for embedding Python expressions and statements
in template text; it takes an EmPy source file, processes it, and
produces output. This is accomplished via expansions, which are
special s
On behalf of the Python development team, I'm quite pleased to announce
the third beta release of Python 3.4.
This is a preview release, and its use is not recommended for
production settings.
Python 3.4 includes a range of improvements of the 3.x series, including
hundreds of small improvemen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On behalf of the Python development team, I'm reasonably happy to announce the
Python 3.3.4 release candidate 1.
Python 3.3.4 includes several security fixes and over 120 bug fixes compared to
the Python 3.3.3 release.
This release fully supports OS
Announcing BLZ 0.6 series
=
What it is
--
BLZ is a chunked container for numerical data. Chunking allows for
efficient enlarging/shrinking of data container. In addition, it can
also be compressed for reducing memory/disk needs. The compression
process is carri
==
Announcing Numexpr 2.3
==
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.
It wears multi-th
Dear Pythonista friends, write down in your agenda the date of the next
AFPyro!
The next Aperos Python Belgium will take place on saturday, February 1st
in Brussels,
during the FOSDEM conference that takes place at ULB from 1st to 2nd
February.
In addition to the regulars of AFPyro, we are a
=
Announcing python-blosc 1.2.0
=
What is new?
This release adds support for the multiple compressors added in Blosc
1.3 series. The new compressors are:
* lz4 (http://code.google.com/p/lz4/): A very fast
compressor/decompr