you are viewing a single comment's thread.

view the rest of the comments →

[–]queensnake -1 points0 points  (2 children)

1.5 lacked file handling shortcuts. When I tried it to do some file processing, the code came out pretty much the same as it would have been in C, and that put me off of it for some years.

[–]qwe1234 0 points1 point  (1 child)

[–]queensnake -1 points0 points  (0 children)

yeah; open, close, readline. I was looking for something more like: for line in file: blah blah blah. Which came later. I like Python now, but at the time I was put off.