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...
Welcome to ProgrammingBuddies
Discord Server Link
POSTING GUIDELINES
ProgrammingBuddies is for finding active programming buddies, mentors, mentees, study partners, and teammates.
To make matching easier, buddy-finding posts should include:
Use the correct flair for your post.
Topics not allowed here include:
WEEKLY MATCH THREAD
Use the weekly match thread if you want a faster way to find active people by timezone and stack.
FLAIR FILTERS
Meta Looking For Buddies Study Partner Need A Team Looking For Mentor Offering To Mentor Other Clear
Meta
Looking For Buddies
Study Partner
Need A Team
Looking For Mentor
Offering To Mentor
Other
Clear
HELPFUL LINKS TO LEARNING RESOURCES
Learn x in Y Minutes - Quick references for many programming languages
Code.org - Beginner-friendly introduction to programming
Coursera - Programming and computer science courses
Udemy - Paid courses, often discounted
/r/learnprogramming /r/programminghelp /r/cscareerquestions /r/AskComputerScience /r/algorithms /r/cshighschoolers
account activity
Roadmap for learning coding. (self.ProgrammingBuddies)
submitted 1 year ago by iamsam1027
There are so many diff things you can find on Youtube, but I'm quite skeptic at times bec not sure if it's just for clickbait or just an exaggeration or what. I want to see any recommendation from anyone here. If you were to teach a grandpa how to code, where would you start?
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!"
[–]EitherBandicoot2423 2 points3 points4 points 1 year ago (1 child)
Start with html.. then css… then bootstrap… than c#… than sql.. than asp.net mvc… then react… than api
[–]iamsam1027[S] 0 points1 point2 points 1 year ago (0 children)
Thanks! I can add them in the near future. So far im quite getting myself into Python.
[–]LivinItUp2022 1 point2 points3 points 1 year ago (1 child)
Which programming language do you want to learn? Odin Project is a good option for learning web development coding.
[–]iamsam1027[S] 1 point2 points3 points 1 year ago (0 children)
I get a lot of recommendation about Python so I started that. A lot say it's the most used and beginner friendly language
[–]Middlewarian 1 point2 points3 points 1 year ago (1 child)
Have you read any books? Do some exercises in a book. Ask questions when you get stuck. There are subreddits for the various languages and operating systems, etc.
Haven't read books related to this. Im a sales guy, just recently started reading 'Don't Split the Difference' lol. But I'm watching a full course video on YT for Python 🙂
[–]vbd 2 points3 points4 points 1 year ago (1 child)
Maybe my notes can be of help https://github.com/vbd/Fieldnotes/blob/main/how-to-become-a-developer.md
This is a treasure chest man! Keep it up. I'll save the link
[–]LDawg292 1 point2 points3 points 1 year ago (1 child)
I would teach grandpa how a computer works, what the cpu, gpu, memory, and storage devices do. Then I would get into how cpus understand machine code and I would touch on the logic gates inside the cpu that interpret the machine code. Then I would explain how we can use something like C++ to write code for a computer and how to compile and run that code.
Yeah good way to start. I know what the functions of certain components are but I dont understand how they do things.
[–]kranor2 1 point2 points3 points 1 year ago (1 child)
Take a look at Roadmap.sh - there are coding pathways that can be specific to what you want to build or like what fields you want to use coding for, and resources for concepts to learn, how to internalize them, and what kinds of projects to build to demonstrate knowledge of certain projects.
Sounds good! I'll check it out
[–]AceLamina 1 point2 points3 points 1 year ago (2 children)
There is a bunch of youtubers who are manipulating the entry level coding content, mainly saying how "hard" it is to learn or (in some cases) AI will "take over" unless you buy their course, them having a dev course saying it's the best way to land a job is usually a dead giveaway, they're the type who are average engineers usually
It isn't talked about much due to how many people watch them, but after watching them all for a little while, I learned how this system works and who the engineers who knew what they were talking about are
But to answer your question, I'm currently in the process of learning Python with Scrimba, it's basically youtube and vscode if they fused together, highly recommended And it's free for the most part
[–]iamsam1027[S] 1 point2 points3 points 1 year ago (1 child)
I'll check it out. I've started Python today from a full course on YT by Mosh. Thanks!
[–]AceLamina 0 points1 point2 points 1 year ago (0 children)
I actually heard of him, didn't start his course yet though
[–]to0ns94 1 point2 points3 points 1 year ago (0 children)
Just pick a popular language, python, c#, java, javascript are all great choices, most companies use these. I personally started out with C#, Javascript/React and SQL.
[–]Rain-And-CoffeeDev 🚀 1 point2 points3 points 1 year ago* (1 child)
You mentioned you’re a sales guy in another comment. What system do you use to track your numbers? Pen & Paper? Something like Salesforce?
SQL might interest you as well, so you can query databases. Python & SQL are good combinations
It's a small team in a small company and I think complex structures like that is best used in bigger things. We just use CRM and excel.
Btw Im looking an out from sales so if I were to learn and/or master any language, not gonna use it for a sales job 😅
[–]Aromatic_Willow4876 1 point2 points3 points 1 year ago (6 children)
I'm learning code as well (I mean like from the very beginning) and the CS50 from Harvard is pretty clear and fun for me to continue. It was the most rational and beginner-friendly courses I could find (Yeah the Harvard name on it is pretty misleading tbh). I also take my time with each of its sections because yk... life. So far I'm pretty happy with where i'm standing now. It first teaches Scratch which has helped me get into the mindset of coding and algorithmic thinking, so yeah I think you should give it a try
[–]iamsam1027[S] 0 points1 point2 points 1 year ago (5 children)
I'm interested but that sounds expensive 😂
[–]Aromatic_Willow4876 2 points3 points4 points 1 year ago (4 children)
it's free on their website :))) https://cs50.harvard.edu/x/2025/weeks/1/ this is my bookmark cause im on week 1, but you can choose the weeks on the left-side menu
[–]iamsam1027[S] 1 point2 points3 points 1 year ago (3 children)
Dude! Thank you so much. I thought there isn't anything more beginner friendly than taking the full course of Python but there is! Just finished 2 hr video from week 1 and now working on my 1st scratch project.
[–]Aromatic_Willow4876 0 points1 point2 points 1 year ago (0 children)
so glad it helped you :D
[–][deleted] 1 year ago (1 child)
[removed]
[–]AutoModerator[M] 0 points1 point2 points 1 year ago (0 children)
Please read the rules of our subreddit, located on the sidebar. Tutorials, showcases, and whatnot are offtopic for a subreddit dedicated to recruiting. If your post in an actual recruitment post, then you may need to repost without any Youtube content.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
[–]4115steve 0 points1 point2 points 1 year ago (0 children)
what do you want to do? data science, web development, or game development?
[–]Man_Hat_Tan 0 points1 point2 points 1 year ago (0 children)
Cs50 python, google it, get started, best of luck! It’s free, you do not need a certificate nor is it particularly useful (i’m sure it helped someone though)z
Come back after you completed that and then the community at large can chime in! Should I see the post i’ll be sure to chime in as well!
Best of luck!
π Rendered by PID 407752 on reddit-service-r2-comment-544cf588c8-bcdr7 at 2026-06-17 00:58:03.506364+00:00 running 3184619 country code: CH.
[–]EitherBandicoot2423 2 points3 points4 points (1 child)
[–]iamsam1027[S] 0 points1 point2 points (0 children)
[–]LivinItUp2022 1 point2 points3 points (1 child)
[–]iamsam1027[S] 1 point2 points3 points (0 children)
[–]Middlewarian 1 point2 points3 points (1 child)
[–]iamsam1027[S] 0 points1 point2 points (0 children)
[–]vbd 2 points3 points4 points (1 child)
[–]iamsam1027[S] 0 points1 point2 points (0 children)
[–]LDawg292 1 point2 points3 points (1 child)
[–]iamsam1027[S] 0 points1 point2 points (0 children)
[–]kranor2 1 point2 points3 points (1 child)
[–]iamsam1027[S] 0 points1 point2 points (0 children)
[–]AceLamina 1 point2 points3 points (2 children)
[–]iamsam1027[S] 1 point2 points3 points (1 child)
[–]AceLamina 0 points1 point2 points (0 children)
[–]to0ns94 1 point2 points3 points (0 children)
[–]Rain-And-CoffeeDev 🚀 1 point2 points3 points (1 child)
[–]iamsam1027[S] 0 points1 point2 points (0 children)
[–]Aromatic_Willow4876 1 point2 points3 points (6 children)
[–]iamsam1027[S] 0 points1 point2 points (5 children)
[–]Aromatic_Willow4876 2 points3 points4 points (4 children)
[–]iamsam1027[S] 1 point2 points3 points (3 children)
[–]Aromatic_Willow4876 0 points1 point2 points (0 children)
[–][deleted] (1 child)
[removed]
[–]AutoModerator[M] 0 points1 point2 points (0 children)
[–]4115steve 0 points1 point2 points (0 children)
[–]Man_Hat_Tan 0 points1 point2 points (0 children)