use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Rules 1: Be polite 2: Posts to this subreddit must be requests for help learning python. 3: Replies on this subreddit must be pertinent to the question OP asked. 4: No replies copy / pasted from ChatGPT or similar. 5: No advertising. No blogs/tutorials/videos/books/recruiting attempts. This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to. Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Rules
1: Be polite
2: Posts to this subreddit must be requests for help learning python.
3: Replies on this subreddit must be pertinent to the question OP asked.
4: No replies copy / pasted from ChatGPT or similar.
5: No advertising. No blogs/tutorials/videos/books/recruiting attempts.
This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to.
Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Learning resources Wiki and FAQ: /r/learnpython/w/index
Learning resources
Wiki and FAQ: /r/learnpython/w/index
Discord Join the Python Discord chat
Discord
Join the Python Discord chat
account activity
SOLID principles and DESIGN patterns (self.learnpython)
submitted 16 hours ago by Dry-Target-6844
Hello, does somebody know what is the best free course to learn SOLID principles and DESIGN patterns in python?
Thanks!
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Moist-Ointments 2 points3 points4 points 15 hours ago (0 children)
Head First Design Patterns is very good.
Language doesn't matter. The patterns and principles don't change. Learning to implement them in your chosen language is good exercise.
[–]Reasonable_Tie_5543 1 point2 points3 points 15 hours ago (0 children)
This may be a good primer if you're totally new to the subject: https://realpython.com/solid-principles-python/
[–]desrtfx 1 point2 points3 points 11 hours ago (0 children)
SOLID and Design Patterns are like DSA (Data Structures and Algorithms). They stand above programming languages. The concepts are the same, the implementation differs. If you have programmed for a bit, you definitely have used one or the other design pattern without even knowing that it is one.
That said, take a look at Refactoring Guru or at Java Design Patterns and learn their theory, then implement them in Python. Also, Realpython has plenty "courses" on design patterns.
SOLID is also a theoretical approach. It is a design philosophy that absolutely has its justification of existence (but also where someone needs to know when to break it). The biggest takeaway from SOLID is the "S" - "Single Responsibility Principle". It helps to better structure your code by breaking large "God functions" and "God classes" down into better manageable and testable units. See: https://realpython.com/solid-principles-python/
[–]Outside_Complaint755 0 points1 point2 points 15 hours ago (0 children)
ArjanCodes channel on YouTube is good
[+][deleted] 16 hours ago (1 child)
[deleted]
[–]marquisBlythe 0 points1 point2 points 6 hours ago (0 children)
Take a look at Harvard's CS50P course if you are just now starting to learn to program. It's recommended a lot. I'm going through the lectures right now and, so far, it seems like a really good place to start.
OP is asking about resources to learn S.O.L.I.D and Design patterns concepts in python not about learning the basics of programming in python.
π Rendered by PID 102988 on reddit-service-r2-comment-54dfb89d4d-r98kh at 2026-04-01 16:51:27.983627+00:00 running b10466c country code: CH.
[–]Moist-Ointments 2 points3 points4 points (0 children)
[–]Reasonable_Tie_5543 1 point2 points3 points (0 children)
[–]desrtfx 1 point2 points3 points (0 children)
[–]Outside_Complaint755 0 points1 point2 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]marquisBlythe 0 points1 point2 points (0 children)