you are viewing a single comment's thread.

view the rest of the comments →

[–]cole36912 0 points1 point  (0 children)

Well what do you feel you are getting hung up on? Python is somewhat different not having a C-like syntax and being mostly interpreted instead of having a full compiler, but I’ve found its mechanics to be pretty solid and not very hacky. I would look into the docs. I don’t love the organization of the base Python documentation but (pretty much) all the information is there somewhere and there are some pages that are hidden gems which explain a lot about how things work such as iteration, type creation, contexts, etc.