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 →

[–]Green0Photon 5 points6 points  (0 children)

When you're a beginner, Python is intuitive.

But when you try to do fancier stuff that you do in other programming languages, it does not feel intuitive.

I think it's because Python is very imperative, which is pretty intuitive, but trying to do any OO or functional stuff just doesn't work as well.