about python advanced/new features documentation

Kent Johnson kent3737 at yahoo.com
Sat Dec 4 14:48:33 EST 2004


Kl wrote:
> Hi, python is really easy to learn in my opinion. There are loads of
> tutorials/books on the web talking about the most common python features.
> The problem comes when they add something new to the language or you want to
> use advanced features. Since python is still evolving its difficult to find
> good documentation on these new features/language changes.
> Where can i find always up-to-date documentation about python? Unfortunately
> the official tutorial and books become obsolete really fast.

The "What's New" documents that are bundled with the last several Python releases are very helpful. 
They link to the PEPs which generally give a lot of detail about a change.

Quite a few recipes were contributed to the online Python Cookbook demonstrating Python 2.4 features.

Kent

> 
> Thanks.
> 
> 



More information about the Python-list mailing list