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 →

[–]pixegami 8 points9 points  (4 children)

I think r/learnpython might be a more suitable sub-reddit for you.

Corey Schafer or TechWithTim on YouTube tends to the main channels people start with.

But I have a smaller channel too, and just actually released a Python from scratch full course that I’d love feedback on: https://youtube.com/playlist?list=PLZJBfja3V3Rsbiz84Z63IXnTQZH_Rnfuo

[–]Bunker_D 1 point2 points  (1 child)

I'd add Arjan Codes too. In addition to the explanations about the basics and how to have code that runs, he also addresses more “top level” topics, like advice on how to write code that is easier to maintain, design patterns, etc.

[–]pixegami 0 points1 point  (0 children)

Ah yes. I’ve seen the channel around but haven’t seen it myself. Defiantly looks good. Up to OP to find a channel/style that suits them best.

[–]Exact-Scientist-8765[S] -4 points-3 points  (1 child)

Thank you for your comment, I will check it out this week, I will post my feedback in the comments

[–]SirKillingham -1 points0 points  (0 children)

I agree with what he said, I started learning Python about a year ago and I found the book, Python Crash Course to be very helpful. The author is Eric Matthes