Python Game Programming Challenge 13 (September 2011) is coming!

2011-07-22 Thread Richard Jones
The 13th Python Game Programming Challenge (PyWeek) is coming. It'll
run from the 11th to the 18th of September.

The PyWeek challenge:

- Invites entrants to write a game in one week from scratch either as
an individual or in a team,
- Is intended to be challenging and fun,
- Will hopefully increase the public body of game tools, code and expertise,
- Will let a lot of people actually finish a game, and
- May inspire new projects (with ready made teams!)


   Richard
   http://pyweek.org/13/
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


Multi-taper spectral analysis code available

2011-07-22 Thread martin smith
This is the initial release of a module that implements Thomson's
multi-taper spectral analysis algorithms.  The code is based on a
subroutine from Lees and Park and has, of course, a python interface.
References are provided in the readme file.  It requires that numpy be
available.

The code has seen substantial usage and should be fairly reliable.
Examples are included.

It's available at http://code.google.com/p/pymutt/.

Martin L. Smith
Blindgoat Geophysics
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/