Log into Reddit (PRAW)# These are our normal steps get PRAW loaded and logged into Reddit import praw
It's always interesting, how you can just import a package and then write a few lines of code that feeds info to things from the package, and then the package does all the work for you after. I feel this must be a powerful thing in programming? Imagine the increase of productivity compared to when this is not a thing. I wonder if this was always a thing in programming? Maybe local imports were normal? How about one's like this from elsewhere? (Were they just downloaded manually and placed somewhere that can be access?)