Re: [Tutor] learning new features of python

2009-02-26 Thread spir
Le Thu, 26 Feb 2009 18:16:59 + (GMT), ALAN GAULD s'exprima ainsi: > > > >> Similaraly in Alan Guald Learn to program link, he has given > > >> information on opening a file with file() and open() functions. > > > > > > And in V3 they took that back out again :-( > > > > ?? open() is in V3.

Re: [Tutor] learning new features of python

2009-02-26 Thread ALAN GAULD
> >> Similaraly in Alan Guald Learn to program link, he has given information > >> on opening a file with file() and open() functions. > > > > And in V3 they took that back out again :-( > > ?? open() is in V3. file() is not. That's right, they have reverted to how it was in Python 1.X I changed

Re: [Tutor] learning new features of python

2009-02-26 Thread Kent Johnson
On Thu, Feb 26, 2009 at 10:35 AM, Alan Gauld wrote: > > "Bala subramanian" wrote >> Similaraly in Alan Guald Learn to program link, he has given information >> on >> opening a file with file() and open() functions. > > And in V3 they took that back out again :-( ?? open() is in V3. file() is no

Re: [Tutor] learning new features of python

2009-02-26 Thread Alan Gauld
"Bala subramanian" wrote Is there any website/tutorial that explains new features that are constantly getting embedded in python. The documentation for each release has a whats new document that is always worth reading. Similaraly in Alan Guald Learn to program link, he has given informat

Re: [Tutor] learning new features of python

2009-02-26 Thread Kent Johnson
On Thu, Feb 26, 2009 at 6:28 AM, Bala subramanian 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

[Tutor] learning new features of python

2009-02-26 Thread Bala subramanian
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 ex