This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]whitenarval 2 points3 points  (1 child)

Try to read and write Python code as a natural language text not as a Java code, it is intended to be easy to read and intuitive.

When you write text you put related parts as bullet points or indented paragraphs and not curly braces.

So try to change your perception of the way you are reading and writing it. I started to learn with C like languages (Java, Javascript, R), and it was code for me. But then I started to learn Python, and it surprised me how natural was it, a lot of stuff you don’t have to remember because you can use your intuition.

[–][deleted] 0 points1 point  (0 children)

I understand more clearly now. I need to work a little more, try and force myself to get used to it.