about python advanced/new features documentation

K

Kl

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.

Thanks.
 
K

Kent Johnson

Kl said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top