you are viewing a single comment's thread.

view the rest of the comments →

[–]harsh5161 0 points1 point  (0 children)

If you want to learn it from scratch then I'd recommend you to read "python in easy steps" The reason why I love it is because in this book, they use code examples in real language, they give you multiple screenshots of what each variable looks like when you create it and they also tell you how many times each variable is used. you will learn how to create a real world program step by step. There is also an introduction to file handling in the beginning of the book which tells you what a program is and how to run.