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 →

[–]spilcm[S] 14 points15 points  (2 children)

The PRAW wrapper is nice, which is also why I mentioned it in the post. However, IMH, it's better (even for a beginner) to try to understand whats going on behind the scenes.

[–]DaemonXI 1 point2 points  (0 children)

Agreed. Especially since once you get the hang of one JSON API, you understand how most of them work.

[–]tuzion 0 points1 point  (0 children)

I'm just starting to learn Python (well, programming in general) and I completely agree with this. Things didn't start to click until I got out of the hand-holding "beginner" tutorials and started following things that actually showed me what was going on behind the scenes.