Dear Friends,

Is there any website/tutorial that explains new features that are constantly
getting embedded in python. This would be helpful for python lovers to grow
with python and adopt new styles of codes. Just for an example, i read in
Mark Luts "learning python" book, the various forms of except statements

except name
except name, value <-- present style
except name as value <-- expected to be available in python 3.0

Similaraly in Alan Guald Learn to program link, he has given information on
opening a file with file() and open() functions.

Thanks,
Bala
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to