State of the Python Union
Belatedly, here are my notes from Guido van Rossum’s “State of the Python Union” talk this past Wednesday.
Guido discusses (with illustrations) his recent eye problems.
SD Magazine/Jolt Productiviity Award given to Python 2.4. O’Reilly Python book sales are up. Unscientifically extracted Sourceforge stats: about 4000 python projects.
Discussion of PEP 342 and PEP 343 broke records on python-dev (“What about decorators?” somebody asks. “I think this was worse,” Guido says.)
PEP 342: Generator enhancements. Can we make yield do some of the things that it does in Ruby? Yield becomes an expression instead of a statement.