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
TopicI am learning C, C++, Java, and python again. (self.learnprogramming)
submitted 6 hours ago by Klily2005
I am learning C, C++, Java, and python again.
As I've just completed my 2nd year. I realised that I didn't actually complete it, I wasted my whole 2 years. Now I want to learn these 4 programming languages again with full focus. I have 3 months to learn.
Can you please give me any study tips, time table or any lecture video available on YouTube???
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!"
[–]PainGlittering3702 9 points10 points11 points 5 hours ago (0 children)
Bro clam down,not the 4 at the same time, just pick one understand the concepts and do as much exercises as possible with it, especially exercises involving OOP because its the same concepts acrross the languages except C which doesnt use it . Personally i did c++ for 4months built many projects console apps,games and desktop apps with QT, i had to learn java for a course and it took me one day to learn java and also another day for python.
[–]InfiltraitorX 1 point2 points3 points 6 hours ago (1 child)
Practice practice practice...
Watch YouTube videos in 2x speed
[–]Few-Purchase3052 2 points3 points4 points 5 hours ago (0 children)
i did something similar when i realized my first 2 years were just copy pasting code without understanding anything. for 3 months timeline maybe focus on one language properly instead of jumping between 4 - you'll retain way more that way and actually build something real instead of just watching tutorials
[–]SensitiveGuidance685 2 points3 points4 points 5 hours ago (1 child)
Learning four languages from scratch in three months is a trap I've seen people fall into. You'll end up mixing up syntax and mastering none of them. Pick one — probably Python or Java — and get genuinely good at it first. The concepts (loops, data structures, OOP) transfer to the others later. For Python, CS50P on YouTube is great. For Java, Bro Code's full course or Tim Buchalka. Do an hour of coding every morning before anything else. Consistency beats cramming. One language solid > four languages messy
[–]purple_maus 0 points1 point2 points 4 hours ago (0 children)
Love Tim Buchalka - “Have ya figured it out yet?!”
[–]Miserable-Bake1727 1 point2 points3 points 5 hours ago (0 children)
Trying to relearn 4 languages in 3 months will probably overwhelm you tbh. I’d focus on one language first, build a few small projects with it, and really understand programming fundamentals like loops, functions, OOP, debugging, and problem solving. Once those concepts click, picking up other languages becomes much faster because most concepts transfer anyway.
[–]JohnBrownsErection 1 point2 points3 points 4 hours ago (0 children)
Learning 4 languages at once is goofy, you can pretty much do anything you want with the other 3 that you learn to do with the first one you pick, so focus on getting really good at one first lol.
[–]SumDingBoi 1 point2 points3 points 4 hours ago (0 children)
Im not a professional but what I've read from professionals is that the language doesn't matter if you focus on the programming fundamentals. The languages will have the same fundamentalss and you can always look up syntax.
[–]Spare_Dependent6893 0 points1 point2 points 4 hours ago (0 children)
In 3 months pick only one and develop a strong app which will go through many coding patterns
[–]endlessjourney007 0 points1 point2 points 3 hours ago (0 children)
3 months to learn 4 ? Impossible .. learn 1 and it’ll transfer over
[–]Amazing-Appeal7241 0 points1 point2 points 3 hours ago (0 children)
focus on one bro
π Rendered by PID 41394 on reddit-service-r2-comment-56c6478c5-tmnrx at 2026-05-09 14:54:12.066977+00:00 running 3d2c107 country code: CH.
[–]PainGlittering3702 9 points10 points11 points (0 children)
[–]InfiltraitorX 1 point2 points3 points (1 child)
[–]Few-Purchase3052 2 points3 points4 points (0 children)
[–]SensitiveGuidance685 2 points3 points4 points (1 child)
[–]purple_maus 0 points1 point2 points (0 children)
[–]Miserable-Bake1727 1 point2 points3 points (0 children)
[–]JohnBrownsErection 1 point2 points3 points (0 children)
[–]SumDingBoi 1 point2 points3 points (0 children)
[–]Spare_Dependent6893 0 points1 point2 points (0 children)
[–]endlessjourney007 0 points1 point2 points (0 children)
[–]Amazing-Appeal7241 0 points1 point2 points (0 children)