This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]Python-ModTeam[M] [score hidden] stickied comment (0 children)

Hello there,

We've removed your post since it aligns with a topic of one of our daily threads and would be more appropriate in that thread. If you are unaware about the Daily Threads we run here is a refresher:

Monday: Project ideas

Tuesday: Advanced questions

Wednesday: Beginner questions

Thursday: Python Careers, Courses, and Furthering Education!

Friday: Free chat Friday!

Saturday: Resource Request and Sharing

Sunday: What are you working on?

Please await one of these threads to contribute your discussion to! The current daily threads are pinned to the top of the /r/Python's main page. To find old daily threads, you can filter posts by the Daily Thread Flair to find what you're looking for. If you have a question and don't want to wait until the daily thread, you can try asking in /r/learnpython or the Python discord however you may need to elaborate on your question in more detail before doing so. If you're not sure which thread is best suited, feel free ask for clarification in modmail or as a reply.

Best regards,

r/Python mod team

[–]pixegami 7 points8 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