[Tutor] learning new features of python

Kent Johnson kent37 at tds.net
Thu Feb 26 12:47:23 CET 2009


On Thu, Feb 26, 2009 at 6:28 AM, Bala subramanian
<bala.biophysics at gmail.com> wrote:
> Dear Friends,
>
> Is there any website/tutorial that explains new features that are constantly
> getting embedded in python.

Every new release comes with a "What's New in Python xx" document.
This is often the best, and sometimes the only, available
documentation for new features. For example:
http://docs.python.org/whatsnew/2.6.html
http://docs.python.org/3.0/whatsnew/3.0.html

Kent


More information about the Tutor mailing list