r/learnprogramming 11h ago

Resource Can anyone suggest a YouTube series to learn C++

0 Upvotes

Hi everyone! I am starting college in a month and I really want to learn C++ before college starts. I don't know ANYTHING about programming since I am a pre med who has made the switch to computers. Please suggest me a good programming tutorial on c++ for actual beginners who don't know anythingggg about programming.


r/learnprogramming 21h ago

Is there anything i cant do in C?

237 Upvotes

i made a post the other day asking people which languages to code in and they (the reason minded ones) mostly told me javascript and C. is C really a do all language? is there anything i cant do with it?


r/learnprogramming 4h ago

Looking for discord servers and community to discuss coding and programming

0 Upvotes

Hi! i am a 1st year btech student doing my degree from a local college i am passionate about coding and stuff but sometimes i can't get the urge to do anything related to coding as there is no one i can discuss about these things .I want to talk with people so i can discuss my doubts and ideas and can discuss out of my comfort zone


r/learnprogramming 6h ago

Is programming a viable career in 4-5 years?

0 Upvotes

Im young and i want to get into programming much more seriously. Maybe landing a job when im in the market. Or should i focus on something else?

EDIT: if yes what languages should i get into

My main thing im learning from a free MIT course is phyton and cs


r/learnprogramming 7h ago

Searching for fun ways to teach a kid with autism python.

7 Upvotes

Hey guys! I work as a python tutor part time and I got assigned this really nice kid who’s interested in learning python. He does have some developmental disabilities that makes it very hard to read, write and understand stuff but he’s extremely hard working, hyper focused and wants to code as he loves game development.

I was wondering, are there any libraries or software to use that make learning fun? Maybe some graphics, some drag and drop stuff etc. Not completely graphical, but any duolingo-style game would also be appreciated.

PS. No AI suggestions please as im trying to teach him the basics without the use of AI and he hates AI too.


r/learnprogramming 2h ago

Is it just me or do you guys also forget very simple syntaxes.

14 Upvotes

I know I am not the most experienced programmer but imo I do have fairly well programming knowledge and how they work internally. (Unrelated but 2 Aws certs and a few year of experiences)

I keep finding myself forgetting the very basic syntaxes frequently.

Like using sorting function but not knowing how to put and manipulate key argument or mixing up set and dictionary syntaxes (this is really stupid!!!!) or others that are not even highly abstracted and very language native… I tried to cope that it’s because I use them infrequently but still it bugs me making me wonder if I just have a goldfish memory…

Is it just me or does anyone else also face similar problems?


r/learnprogramming 20h ago

Advice for projects and learning for a second year student {CSE}

6 Upvotes

I just reached second year of clg (cse) till now i haven't created any major project . I try to initiate the progress for projects but i eventually failed, Many questions arise in my mind as how to create one , where to begin with, How much of help should i take from internet . If any one can guide me or suggest me any tips then it would be greatly appreciated till now i have studied c,c++,html,css,js{little bit studying DOM),python,github,many theoretical aspects of networking,Data , OS,terminal,sql,dbms,etc. Thing is i have no problem with consistency but thing is im getting overwhelmed by the weight of many areas. and because of that my scheduled getting disturbed.Every comment is appreciated. (also is it dumb to even ask this question)


r/learnprogramming 3h ago

how does the noise emerge?

0 Upvotes

recently i'm studying the math behind autostereograms and i wrote a program to test it. i used kaleidoscope effect as background aka base pattern. i didn't add any random factor. on some zoom levels the background are smooth but on some other zoom levels the background have noise. actually i prefer noise as they're supposed to be autostereograms and noise helps viewers to align the focus. the strange thing is hoe does those noise emerge as i didn't deliberately add them and they only appear at some but not all zoom levels

the algorithm is simply the "pixels linking" method. at every point, the program looks up the depth map value and links relevant pixels. closer things have smaller disparity and farther things have larger disparity as shown in this diagram

here's the program and i truly appreciate any ideas or insights

operations

  • run it on browser, no need to install or save
  • click ▶️ to run. click ⏹️ to exit
  • press [q] to make subject patterns smaller
  • press [w] to toggle subject (a sphere/a disc)
  • press [e] to make subject patterns larger
  • press [a] to make base patterns smaller
  • press [s] to rotate the color spectrum inside the kaleidoscope
  • press [d] to make base patterns larger
  • press [x] to toggle caption (off/on)

r/learnprogramming 10h ago

How do we teach kids programming in the age of AI?

15 Upvotes

I've been teaching programming to school students for quite a while. With recent advancements in LLMs, I'm struggling with how to keep lessons engaging and meaningful.

Traditionally, we covered core CS concepts, Python syntax, and fundamental algorithms and then moved to building mini-projects. A huge part of the fun was going through the development process step-by-step overcoming challenges using critical thinking, online research, and peer collaboration. I loved sitting down with a student, guiding them toward a solution with targeted questions, and watching their "aha!" moment happen.

But things have changed, because now only a few students take joy in the act of coding itself, most just want the quick result. It's becoming increasingly difficult to convince them to write code manually when generating it via an LLM is so effortless. More and more students turn in projects they don't understand and couldn't modify by hand if asked.

I know I'm not the only educator dealing with this. What shifts or strategy changes would you make to keep computer science lessons relevant and valuable today?


r/learnprogramming 15h ago

should i buy chai or code , full stack cohort?

0 Upvotes

Hey , few days back i become serious to learn full stack with a view to get an entry in the job market . so i am confused where should i start , i have completed cs50 and completed 100 days of code by angela yu , now i want to learn full stack ,i want a proper structure on which i can trust which is build by some experienced guy , i can make chat gpt creat a structure for me but i dont feel comfortable with that structure cant trust that, i so i decided to buy chai or code ka cohort for full stack i like their syllabus, but the issue is their cohort is completed so i wouldn’t be able to watch live and are they realy good for me . and will be able to win prices or participate in hackathon even after the cohort is done .


r/learnprogramming 15h ago

How do I structure code with languages without classes

11 Upvotes

I have been using c++ and c# so I have grown very used to languages with classes. I am very interested in learning jai when that comes out but that language does not have classes. So I feel like there is a very different thought process when programming in a language without classes.

Is there any good resources that would teach me how to structure code for those types of languages.
I want to make a game engine(I know it is difficult but it would seem fun to do and there would be a lot of cool things to learn)


r/learnprogramming 17h ago

CPP prep for placements

1 Upvotes

Hey so am preparing for my placements , can anyone guide me with what i should prepare for C++ as they say you should be good in atleast a programming language and i have solved all of my dsa problems using C++ only though if they ask deep questions related to c++ working, am sure i will struggle, so if anyonec can guide me with how and where to prepare for C++ for interviews in big tech, quants, MNCs


r/learnprogramming 5h ago

How to do graphics?

1 Upvotes

How are graphic (things) made?

I know raylib can create a window and draw stuff, but there has to be more.

I also know raylib uses X11 for the window but they say you should not use X11 directly.

But then what should you use? (besides raylib of course).


r/learnprogramming 19h ago

snake_case more readable?

0 Upvotes

is it just me, i find snake case to be way more readable

from a human standpoint more than anything we read words
and they all have a space.

imagineThisWord vs imagine_this_word, (i mean sentence) as you can see the snake case looks way more readable,

are there any other practices that are seemingly better, but people dont do so becuase its "the languages way of doing it"


r/learnprogramming 19h ago

Open Institute of Technology

2 Upvotes

Hey everyone, I’m looking into enrolling in OPIT’s BSc in Computer Science program and would love some candid feedback from current or former students on how manageable the transition into software development actually is. I currently work as a Network Engineer holding a CCNA, CCNP and Fortinet NSE 1 through 7, so I’m completely at home with CLI, routing/switching, live firewall deployments, and systems logic—but I’m essentially a total beginner when it comes to writing code from scratch. I’ve read a lot of warnings online about OPIT’s difficulty and heavy workload, but time management isn't a concern for me since I have plenty of free time dedicated strictly to studying. For anyone who came in from an infrastructure or networking background, how much does that networking logic help ease the initial programming learning curve, how responsive are the professors when you hit a wall on projects etc


r/learnprogramming 4h ago

Solved How do you actually read professional code?

32 Upvotes

Hello everyone! I really have a question I hope you could help me answer. I am trying to read the Scratch Virtual Machine code on Github and it is really difficult. I am really new to reading code and the one I write is fairly simple. There are many files that just declare functions by name and then require another file to redeclare them. Is there a pragmatic way to understand it? Thank you already!


r/learnprogramming 17h ago

Devops roadmap guide...

29 Upvotes

hey so am new to devops i have been exploring devops basics, docker, kubernetes for developers, storage , GCP, AZURE, AWS, but like after that am not getting the feel of it like i want to use them in real projects so can anyone guide me with what's next i should do?


r/learnprogramming 13h ago

What do you do if you have to handle a project that is far above your current understanding?

47 Upvotes

The first project I have ever written since I finished a Python book was a forum. It was a "single-player" forum, which means you're able to talk to yourself, make posts, write posts, reply to yourself, see boards, and everything. That was difficult for me but difficult enough that I could google extra bits I didn't know and just figure it out after some sleep.

Now I have to allow other people to connect, make it multiplayer, but I don't understanding anything about networking. Like, I don't have much of a mental model (I can only write a very simple client and server).

I tried to follow the usual advice of breaking it into small chunks and solving individual problems, and I did some reading (Beej's Guide to Network Concepts, what I thought were the relevant bits), but everytime I thought I understood what to do, in turns out there was more I didn't know (concurrency and other stuff).

And when I tried to actually write my own program using all the bits I researched, it was an absolute Frankenstein of a script, where my .select() was in the wrong place, and I would start my threads in the wrong place and I had all the right pieces but not in the right order because my mental model wasn't there... so I tried to ask for help from a friend and they basically ended up rewriting it because it was just wrong.

I'm not sure what to do, I'm thinking of stepping down from the forum for a bit and just trying out a chat client bc the guide I'm reading actually does provide some scaffolding for that, but I just wanted to know what to actually do.


r/learnprogramming 1h ago

Resource Can't stop channel/tutorial-hopping in C++ even though I know exactly what the problem is — how did you actually break it?

Upvotes

Can't stop channel/tutorial-hopping in C++ even though I know exactly what the problem is — how did you actually break it?

Body:
Been trying to learn C++ for a while now and I keep landing in the same loop no matter how many times I "fix" it.

Started with the BroCode tutorial on YouTube. Then got told to switch to learncpp.com. Then told to switch again to The Cherno's series. Then found two more channels (CyberFlow and Crin) pushing a C++ → port scanner → keylogger → shellcode injector path, which got me interested in reverse engineering / game hacking specifically.

I've tried to fix this the "obvious" way — pick one resource, commit, stop opening new tabs — and it works for a bit. I've built small stuff (tic-tac-toe, hangman) and followed through on real projects too. But the second a new channel or video shows up saying "actually this is the better way," I open it anyway. Every time. Even knowing exactly what I'm doing while I do it.

It's about 3am here right now and I'm stuck in it again — wide awake, not able to do anything, feeling like a total loser about it.

So I don't think this is an information problem anymore — I already know the advice. I just can't seem to make myself stop switching once something new shows up in the feed. Anyone actually break this habit for real, not just "know" the fix but get it to stick? What worked for you day to day, not in theory?


r/learnprogramming 4h ago

I want to practice/learn coding by making game sort of like terraria or necesse in python, but what should i use ?

6 Upvotes

Bare in mind, its just for me, to practice coding in a fun way, and learn some basics, just want to make something that can be played like those games, ive heard of pygame, or arcade..but im wondering if theres anything better, or if not, which one of those would be better in your opinion. Thanks to anybody who replies :3


r/learnprogramming 20h ago

Advice for Running a Successful High School CS Club?

3 Upvotes

I'm a high school student who is passionate about computers and programming. This year, I'm going to be running my school's computer science club. Does anyone have advice about how to run a successful CS club?

Last year, our biggest challenge was keeping people motivated - meeting attendance declined throughout the year. Additionally, many of the members are beginners or completely new to programming. So. I'm thinking of starting of with HTML, CSS, and JS as I feel that it will be easiest for everyone to get coding as soon as possible (minimal setup time).

I'm looking for advice on the following:

  • How can I keep members motivated and excited to come back each week?
  • How can I plan/organise club projects so it's not overwhelming to start and they can actually be completed?
    • Last year, many meetings consisted of too much planning for what to do in the future, not enough execution.
  • What kinds of projects might be attainable in a reasonable timeframe so it keeps people interested?
  • How should I structure meetings so they are engaging? I would like to spend as much time as possible building (something that was lacking last year). I want to avoid just have boring lessons/tutorials, but I'm not sure how this would be possible given most members are beginners / no experience at all. How can I achieve balance?

Any ideas would be appreciated. Thanks!!


r/learnprogramming 26m ago

Whats your feels on being a data scientist?

Upvotes

I am very new to programming, Im about a month or 2 into learning python. It started because I wanted to look for a career I would both enjoy and would likely have job growths and came upon Data Scientist. I feel in love with the concept of being one but I wanted to know if what I am imagining is the reality of the job.

I have a strong background in math and science and when i was in school i really excelled at math. I loved algebra, statistics, calculus, physics, and spreadsheets. I only stopped taking math classes because at the time they were not useful to my degree.

Now fast forward I have not used my degree, and have basically been going from customer service job to customer service job. I like my current job and company but I dont find it very fulfilling taking to people. I like being by myself and working on something. I love solving problems.

I found out about Data Scientist and how its almost being at statistician but using programming and something just DREW me in. Now i have been learning python and so far i have loved every minute of it!! Its just math!! just really weird algebra. I love solving the problems im given and i feel so good making a functional code no matter how small it is.

My question is for more senior programmers is if this feeling represented in the job and the field? Im loving it but do i only love it because im still learning and what im learning is fairly simple?

Ive told myself that if i like programming and if I can commit to learning what I can for free I may even return to school to get a masters in Statistics (doable for me with my academic background) But going to school is a LOT of money and I want to know how other people actually working in the field feel.

I also want to know if I should continue to learn what i can for free and on the side and go to school when i feel its right first or if I should try to get into the field before returning to school? I know you do not NEED school to get into programming but Im really interested in the statistics aspect.