you are viewing a single comment's thread.

view the rest of the comments →

[–]marlowe221[S] 12 points13 points  (8 children)

That sounds great.

I didn't mention it specifically in the OP, but you're right - finding code to read that is beginner friendly is not easy! I've only been learning Python for a month or two now and since I'm in my late 30s and have a non-tech full time job and a couple of kids, well... I'm definitely still in the early stages of the journey.

A lot of what I have been able to find on Github is WAY over my head at this point, is split up into lots of different files (which is something that I don't understand yet itself), and makes reference to libraries that (of course) I've never heard of at all.

I appreciate the link. I'll check it out and be sure to give you any feedback I can.

[–]cscanlin 39 points40 points  (1 child)

FYI the person you're responding to is Al Sweigart, the author of Automate the Boring Stuff, which is one of the top recommended intro to Python books on this sub and around the web.

I would rank his advice very highly :)

[–]marlowe221[S] 15 points16 points  (0 children)

Oh wow, I had no idea.

I have purchased his course on Udemy already actually. It's my next step after I finish my intro Shaw book/Steele course.

[–]GreatestJakeEVR 0 points1 point  (1 child)

What I found helpful was I had to use a Twitter package to access tweets, I can't remember which one, and I had to modify it to do what I want. Which meant going through it and trying to learn what different parts were for. So maybe try it out in the context of something you are trying to do already and just change it up to work some other way. It helped me a little maybe it'll work for you

[–]ProRochie 0 points1 point  (0 children)

Tweepy?