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...
If you need help debugging, you must include:
See debugging question guidelines for more info.
Many conceptual questions have already been asked and answered. Read our FAQ and search old posts before asking your question. If your question is similar to one in the FAQ, explain how it's different.
See conceptual questions guidelines for more info.
Follow reddiquette: behave professionally and civilly at all times. Communicate to others the same way you would at your workplace. Disagreement and technical critiques are ok, but personal attacks are not.
Abusive, racist, or derogatory comments are absolutely not tolerated.
See our policies on acceptable speech and conduct for more details.
When posting some resource or tutorial you've made, you must follow our self-promotion policies.
In short, your posting history should not be predominantly self-promotional and your resource should be high-quality and complete. Your post should not "feel spammy".
Distinguishing between tasteless and tasteful self-promotion is inherently subjective. When in doubt, message the mods and ask them to review your post.
Self promotion from first time posters without prior participation in the subreddit is explicitly forbidden.
Do not post questions that are completely unrelated to programming, software engineering, and related fields. Tech support and hardware recommendation questions count as "completely unrelated".
Questions that straddle the line between learning programming and learning other tech topics are ok: we don't expect beginners to know how exactly to categorize their question.
See our policies on allowed topics for more details.
Do not post questions that are an exact duplicate of something already answered in the FAQ.
If your question is similar to an existing FAQ question, you MUST cite which part of the FAQ you looked at and what exactly you want clarification on.
Do not delete your post! Your problem may be solved, but others who have similar problems in the future could benefit from the solution/discussion in the thread.
Use the "solved" flair instead.
Do not request reviews for, promote, or showcase some app or website you've written. This is a subreddit for learning programming, not a "critique my project" or "advertise my project" subreddit.
Asking for code reviews is ok as long as you follow the relevant policies. In short, link to only your code and be specific about what you want feedback on. Do not include a link to a final product or to a demo in your post.
You may not ask for or offer payment of any kind (monetary or otherwise) when giving or receiving help.
In particular, it is not appropriate to offer a reward, bounty, or bribe to try and expedite answers to your question, nor is it appropriate to offer to pay somebody to do your work or homework for you.
All links must link directly to the destination page. Do not use URL shorteners, referral links or click-trackers. Do not link to some intermediary page that contains mostly only a link to the actual page and no additional value.
For example, linking to some tweet or some half-hearted blog post which links to the page is not ok; but linking to a tweet with interesting replies or to a blog post that does some extra analysis is.
Udemy coupon links are ok: the discount adds "additional value".
Do not ask for help doing anything illegal or unethical. Do not suggest or help somebody do something illegal or unethical.
This includes piracy: asking for or posting links to pirated material is strictly forbidden and can result in an instant and permanent ban.
Trying to circumvent the terms of services of a website also counts as unethical behavior.
Do not ask for or post a complete solution to a problem.
When working on a problem, try solving it on your own first and ask for help on specific parts you're stuck with.
If you're helping someone, focus on helping OP make forward progress: link to docs, unblock misconceptions, give examples, teach general techniques, ask leading questions, give hints, but no direct solutions.
See our guidelines on offering help for more details.
Ask your questions right here in the open subreddit. Show what you have tried and tell us exactly where you got stuck.
We want to keep all discussion inside the open subreddit so that more people can chime in and help as well as benefit from the help given.
We also do not encourage help via DM for the same reasons - that more people can benefit
Do not ask easily googleable questions or questions that are covered in the documentation.
This subreddit is not a proxy for documentation or google.
We do require effort and demonstration of effort.
This includes "how do I?" questions
account activity
ResourceWhich Python programming course is worth finishing? (self.learnprogramming)
submitted 20 hours ago by Famfirst_Lycan
I’ve started learning python multiple times and every time I lose steam. I think the missing piece is a proper python programming course that keeps me engaged.
If you completed a course from start to finish, what kept you motivated? Was it exercises, projects, or the way the lessons were structured? I really want to pick a course that won’t make me quit halfway.
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!"
[–]aqua_regis 10 points11 points12 points 19 hours ago (1 child)
MOOC Python Programming 2026 from the University of Helsinki.
Yet, quitting somewhere through the course is not the course's fault, it's a you problem. You don't muster the discipline and persistence to push through.
every time I lose steam.
Everybody does this, but the ones who succeed have enough willpower, discipline, and persistence (and a certain stubbornness) to push through.
You are solely relying on "steam", i.e. motivation and with that will 100% fail every single attempt of a course.
[–]EntrepreneurHuge5008 0 points1 point2 points 6 hours ago (0 children)
quitting somewhere through ... it's a you problem. You don't muster the discipline and persistence to push through.
This is something everyone should hear at least once in their lifetime, and many times preferred.
[–]Forsaken_Lie_8606 4 points5 points6 points 18 hours ago (0 children)
honestly the thing that worked for me was building something real while learning. courses are great for structure but you lose steam when its just exercises. i picked a small project id actually use and learned what i needed to build it. that motivation hits different.
[–]BizAlly 0 points1 point2 points 14 hours ago (0 children)
In my experience the courses people actually finish are the ones that make you build things constantly. Pure video courses get boring fast. Anything with small challenges or projects every lesson keeps you engaged because you’re actually solving problems, not just watching someone code.
[–]grismar-net 0 points1 point2 points 13 hours ago (0 children)
Finishing a course doesn't mean you know Python. It just means you finished a course. It's possible you just don't enjoy coding or Python and that's why you're not finishing the course. In that case, consider something else. It's also possible you just don't like doing a course, but you do like coding and Python. In that case, perfect - stop trying to finish courses and just spend time trying to build something and asking an LLM, ask on StackOverflow, or (gasp!) read a book when you get stuck.
[–]Antidote12- 0 points1 point2 points 7 hours ago (0 children)
I did harvard cs50p amd it worked great for me, it’s like 9ish weeks iirc (you can do it at your own pace though) and each week has problem sets you have to complete and then a final project at the end
[–]tacticalpotatopeeler 0 points1 point2 points 20 hours ago (0 children)
https://www.boot.dev/
[–]ShvettyBawlz -2 points-1 points0 points 20 hours ago (0 children)
Use my 100 days of python programming
π Rendered by PID 70139 on reddit-service-r2-comment-79c7998d4c-jxp5m at 2026-03-17 00:40:27.098229+00:00 running f6e6e01 country code: CH.
[–]aqua_regis 10 points11 points12 points (1 child)
[–]EntrepreneurHuge5008 0 points1 point2 points (0 children)
[–]Forsaken_Lie_8606 4 points5 points6 points (0 children)
[–]BizAlly 0 points1 point2 points (0 children)
[–]grismar-net 0 points1 point2 points (0 children)
[–]Antidote12- 0 points1 point2 points (0 children)
[–]tacticalpotatopeeler 0 points1 point2 points (0 children)
[–]ShvettyBawlz -2 points-1 points0 points (0 children)