Re: Learning Python

2011-08-24 Thread Muresan Alexandru Mihai
http://www.youtube.com/watch?v=tKTZoB2Vjuk On Wed, Aug 24, 2011 at 11:53 AM, becky_lewis wrote: > http://diveintopython.org/ is where you can get an online version of > the dive into python book. I found it useful when learning python :) > > Becky Lewis > > On Aug 24, 3:46 am, User wrote: > > H

Re: reading and writing files

2011-08-23 Thread Muresan Alexandru Mihai
If you need an int isn't better to use input() instead of raw_input() ? On Tue, Aug 23, 2011 at 10:00 PM, Adrián Monkas wrote: > Hi. > I`ve been trying to copy a long text from one file to another but it always > copied me just a small part. > I would be glad if you can help me or explain which i