r/learnprogramming Mar 26 '17

New? READ ME FIRST!

825 Upvotes

Welcome to /r/learnprogramming!

Quick start:

  1. New to programming? Not sure how to start learning? See FAQ - Getting started.
  2. Have a question? Our FAQ covers many common questions; check that first. Also try searching old posts, either via google or via reddit's search.
  3. Your question isn't answered in the FAQ? Please read the following:

Getting debugging help

If your question is about code, make sure it's specific and provides all information up-front. Here's a checklist of what to include:

  1. A concise but descriptive title.
  2. A good description of the problem.
  3. A minimal, easily runnable, and well-formatted program that demonstrates your problem.
  4. The output you expected and what you got instead. If you got an error, include the full error message.

Do your best to solve your problem before posting. The quality of the answers will be proportional to the amount of effort you put into your post. Note that title-only posts are automatically removed.

Also see our full posting guidelines and the subreddit rules. After you post a question, DO NOT delete it!

Asking conceptual questions

Asking conceptual questions is ok, but please check our FAQ and search older posts first.

If you plan on asking a question similar to one in the FAQ, explain what exactly the FAQ didn't address and clarify what you're looking for instead. See our full guidelines on asking conceptual questions for more details.

Subreddit rules

Please read our rules and other policies before posting. If you see somebody breaking a rule, report it! Reports and PMs to the mod team are the quickest ways to bring issues to our attention.


r/learnprogramming 1d ago

What have you been working on recently? [April 05, 2025]

0 Upvotes

What have you been working on recently? Feel free to share updates on projects you're working on, brag about any major milestones you've hit, grouse about a challenge you've ran into recently... Any sort of "progress report" is fair game!

A few requests:

  1. If possible, include a link to your source code when sharing a project update. That way, others can learn from your work!

  2. If you've shared something, try commenting on at least one other update -- ask a question, give feedback, compliment something cool... We encourage discussion!

  3. If you don't consider yourself to be a beginner, include about how many years of experience you have.

This thread will remained stickied over the weekend. Link to past threads here.


r/learnprogramming 2h ago

Nonstop ChatGPT

52 Upvotes

I'm here asking for advice! My boyfriend is studying programming and computer coding. He will be looking for an internship next semester. He started out strong - reading, creating projects, working through assignments, eager to learn and excited about the information. The last 2 semesters he has completely relied on ChatGPT. He hasn't read anything out of his books in months. He has ChatGPT open at every minute. He doesn't even read questions on assignments - he copies the entire question, pastes it into ChatGPT, plays his phone game while he waits for an answer, then repeats. When he first started using it, I gave him a little grief, encouraged him to not rely on it (looking back, that was nothing compared to now). He didn't take well to my advice and was adamant on ChatGPT being a good tool and encouraged by his professors. However that was when he was actually using it to help him. Now it does every bit of the work for him. I've stopped saying anything because it's his choice. He says he's too behind and will read up later (he never does). He puts off studying all week then crams with ChatGPT all on Sunday (online classes). I can't comprehend paying to study and cheating my way through. I'm here to ask if this is a big deal or not in this field? Do you really only need a basic understanding? Do you rely on ChatGPT/AI at work?


r/learnprogramming 2h ago

Topic How to keep a public web app secure?

12 Upvotes

For example google.com doesnt require a login to do searches. Many other website allow you to use them without any user auth, so how do those site keep their back end secure from any random person hitting their back end api's endlessly


r/learnprogramming 23h ago

My professor graded us based on lines of code—how do I game the system?

236 Upvotes

Hey fellow programmers,

So my college group just wrapped up a Java project, and when it came time for our professor to evaluate our contributions, he didn't bother checking the actual content of the code. Instead, he just counted how many lines each of us added to the repo. That's it.

Now, I have no clue what tool or website he used to get those numbers, but next time, I'm seriously considering padding my stats with some good ol' fashioned nonsense—comments, empty lines, maybe a few useless helper functions—just to look like the MVP.

Does anyone know what tool he might’ve used to check the line count per contributor? GitHub? Git? Some kind of plugin? I want to be prepared for next time 😅


r/learnprogramming 1h ago

Captain Codie – Printable Coding Workbook for Kids

Upvotes

🧠 As an IT teacher with 25+ years of experience, I’ve created a printable activity book for kids aged 4–6 to learn coding — without a computer!

📘 Captain Codie leads children through fun logic puzzles using arrows and maps.

Great for classrooms, homeschooling, and screen-free learning.

📥 Available here: https://www.etsy.com/pl/listing/1884985216/captain-codie-printable-coding-workbook

I’d love feedback or ideas for new tasks! 🙌


r/learnprogramming 15h ago

cringe or cute?

35 Upvotes

I have like this huge crush on one of my friends and his birthday is coming up. I thought of trying to code something little for him but Ive literally never done that before. He has really gotten into coding a few months ago and i thought it might be a cute gift if i did something special for him, or something that shows that i care. Im just scared its more weird than cute so i thought there is no one better to ask than programmers!! (Im like talking about something small like something „happy birthday“ or something that isnt too hard for a complete beginner!! Any tips and suggestions are greatly appreciated tho)


r/learnprogramming 24m ago

How "realistic" is it to have one database per microservice/module?

Upvotes

Does this even happen in real life? Every company I’ve worked for uses a single database instance for the whole company. (Of course they have separate DBs for different environments, but you get the point)

Assuming the whole company only uses relational databases for everything, why would it be a good idea to have one instance per microservice? What benefits does that actually bring? From my perspective, it justs adds more complexity, and for what? organization?

That’s just my perspective based on my past experiences. I’ve never seen a real-life use case where people actually do that...


r/learnprogramming 1h ago

Beginner asking for suggestions

Upvotes

Hello, I have 16 yo and my dream is working as a professional with something about technology, but there is a problem... I'm lost in this area.

Idk what is html, python, lua, cybersecurity, IT, css, c#...

Cybersecurity I would need to know IT?

Creating sites really worth it in 2025?

How can I know which area I can pursue professionally?

Would AI going to replace some areas?

And where do I start? Youtube videos? Some course?
I have so many questions!

I'm from Brazil, so, if there is anyone who can also give me tips about youtubers or something like that I would be grateful
________________________________________________________________________

Treat me like a really really beginner, I know basically nothing about.


r/learnprogramming 1h ago

Google Colab Alternative That Works Without Login?

Upvotes

I'm looking for an alternative to Google Colab (or similar tools) that lets you run Python notebooks or code without requiring a login, account, or any package installation.

Ideally, it should support basic Python packages (NumPy, pandas, etc.). GPU access is not necessary but would be a plus.
The key requirement is: no sign-in or account needed.

Any suggestions?


r/learnprogramming 2h ago

website recommendation for python that facilitates hands on learning?

2 Upvotes

Hi! im a student who's looking to learn python to build a portfolio for university, currently im in junior college + I have not much experience in coding.

Which website would you guys recommend to learn python that has more recognized certificates + no paywall + interactive learning?

(basically something like codecademy but without the paywall part since it's very interactive and u can code alongside etc, would NOT like something that requires me to watch yt vids but prefer hands on and faster learning perhaps? I don't have a lot of time but still would like to learn out of interest too)

for context, im planning to go into computer engineering and data related courses!

thanks in advance for your suggestions!


r/learnprogramming 1m ago

Use case diagram correction

Upvotes

Hey guys is this use case diagram correct ? ( this is a detailled use case for browse products not the whole system )


r/learnprogramming 35m ago

Is it bad to look up things in and ask friends for how coded a part on their project?

Upvotes

Im a freshman in college taking the basic introductory course in java and dont really use Ai unless I got questions I cant find answers to on stack or just general questions about certain things like objects and such. I've recently been asking Google or my friend how they did a certain part of there code. I know our class doesn't allow copying but I tend to learn better as he explains his code while I look at how he did it. I try to make sure im not copying his work but does this make me a bad programmer if im starting out with this? Given I used to use Ai heavily and ill admit its horrible but sometimes I feel like asking him for help is cheating. Would this be bad for me later on when I get into higher courses?


r/learnprogramming 51m ago

Just started using Geany yesterday on my own PC (before I was using uni deskopt) what am I doing wrong?

Upvotes

When I try to run my program, it pops a notification: ./file" is not recognized as an internal or external command, operable program or batch file.

(program exited with code: 9009)

Press any key to continue


r/learnprogramming 54m ago

Topic Is using heap allocated data structures such as vectors a bad practice in ecs?

Upvotes

Because you could just break it up into more components instead...


r/learnprogramming 1h ago

How do you get better at coming up with a class diagram design for an app?

Upvotes

When making a new application / project, one problem I encounter quite often is when I'm getting to the system design stage and I need to make documentation, most specifically UML class diagrams. I know how to make UML class diagrams, it's what I have to put in them is the problem.

The problem is, I have ideas for the classes, I have ideas for the attributes and methods, I just struggle to link them up together, sometimes I feel like I'm missing something or maybe my approach is wrong. I don't know which attributes/methods I might need or not.

So I end up skipping the class diagram and end up straight into coding, figuring out what works and experimenting, then once I find something that works, I remake the class diagram again, essentially making a final variation of it. Sometimes this leads to success or leads to a mess or disaster.

This problem caused me to fail a project back in school, i got a bit better at one point but I still feel not so confident. Even after completing a university degree in software engineering I'm still having this problem sort of. For my end of year university project I did the same thing, I made a sketch class diagram with not many classes but I ended up getting lucky, experimented around with classes and methods in the IDE, found something that worked, remade the class diagram and got a good mark.

I worry that when I'm in a full time job, I don't want to experience this problem so I started to make my own personal projects now to practice.. and I'm looking to improve how I approach class diagrams.

I think ideally, the class diagram has to be complete and understandable before going into the actual coding, right?

Thanks


r/learnprogramming 1h ago

Hackathon prerequisites

Upvotes

ik ppl say you don’t need to know a bit of programming to enter but like I don’t think that makes much sense, I wanna know and understand what I’m trying to do, what should I have learnt before entering one fr? Also are there any that are online bc living in a third world country is not helping me find them


r/learnprogramming 1h ago

How does MP3 file work?

Upvotes

Yes, I read some of the documents, including wikis.

My plan is to make an open-source library for converting those lossless or lossy to PCM data,
then convert to AudioClip of Unity.

I coded WAV file converter, and it works!
But when I tried to do with MP3 file, I struggled.

Problems :
1. MP3 file have frame sync
It usually have 12 set bits (FFF) (Or FFE for MPEG 2.5, I want to support it too)
But it could be a false sync, so we have a protected bit. Come to problem #2.
2. Protected bit
It is the 16th bit of the header, 0 = protected, 1 = not protected
if the bit is 1 and it's not a real header OR false header, how to detect it?
if the bit is 0, come to problem #3.
3. CRC-16
I don't know how to calculate it, even if I read docs or found GitHub's code.
I just don't know what to process and how to process it.
4. Side..... Information???
I read the docs and am very confused, what are scfsi, gr.1, gr.2???
Why expressed as 4 + 4???
5. The decoding section
Yeah, too much Math and variables I don't know.
Can say that, all of them that I don't know.

Note: This is a project for my self-learning, tho sometimes I need some help, like posting here.
If you're saying that, "just use library". No, I won't use, not too much people are into this kind of stuffs.
I want my open-source project also be a place for the next/future generations or programmers to know that something like this also exists in the past.

Sources/Docs I used: (Thanks to them)
https://www.diva-portal.org/smash/get/diva2:830195/FULLTEXT01.pdf
https://piconomix.com/old/mp3_player/docs/STA013.pdf
http://www.mp3-tech.org/programmer/docs/mp3_theory.pdf
http://mpgedit.org/mpgedit/mpeg_format/MP3Format.html

GitHub for the project:
https://github.com/FujiForm2023/Exteread


r/learnprogramming 7h ago

Opinions on book.

3 Upvotes

I have a very weak understanding of OO, and I want to restudy it regularly. So I was looking for books and found this (Object-Oriented Thought Process) any thoughts about this book? will it match my requirements?


r/learnprogramming 2h ago

Resource Brad traversy vs the odin project

1 Upvotes

So i am an absolute beginner at web development with near 0 experience and was confused about who i should follow.

I have a complete pathway to brad traversy's courses/videos which i found on reddit which i will be following, on the other side TOP has a curriculum.

Which one would be more productive? I have heard that people have to pair TOP with other courses.


r/learnprogramming 3h ago

Topic Perforce with Visual Studio 2022, plugins do not function?

1 Upvotes

Every plugin i've tried that intends to integrate Perforce into Visual Studio 2022 has either crashed the IDE or simply does nothing.

The official Helix plugin just freezes the IDE when i try to use it. All the reviews mention the same issue, but seemingly its never been fixed.

For now i'm using batch files to open all my source and binaries for edit, but this is not ideal.

Is there any decent solution for using Perforce with Visual Studio? Or do i really have to make my own system for editing files.


r/learnprogramming 18h ago

Should i stop using c++?

19 Upvotes

I started learning c++ because it's the language I'm learning in school. I got interested in programming so i started learning more from home. In the beginning i thought that the language you use doesn't really matter. But now I realized that a language is good at doing something and bad at doing something else. For example c++ is best for game development (something that im not interested in even doe i used to spend my days playing games) and bad at machine learning. I really want to try machine learning and switch to python. But is it worth it to switch and what if machine learning is too hard for me and i lose all my will to do programing. I heard that one of the common beginners mistake is to switch programing languages. I made few c++ projects but the project I put all my effort in was the payroll system.

Link for payrollsystem: github.com/kosmaroauh/PayrollSystem

Judging from this project am I too deep in c++ or switching to python will be the better option in the future?


r/learnprogramming 3h ago

Debugging how to download speech synthesis audio ?

1 Upvotes

I am able to play the speech synthesis audio .. mediarecorderAPI i am talking about.

I am also able to record using the system audio on. but i need to directly downloads the recording without pressing anything as such tell me any program which i am not utilizing. ?

appreciate any help


r/learnprogramming 11h ago

How to keep yourself updated when working?

3 Upvotes

Hello guys, As a working professional in IT/software industry. How do you keep yourself updated with latest tech? Are there some good places to keep in touch with latest trends and learn sth new?

Do share something you are currently working on/ worked recently.


r/learnprogramming 4h ago

Book recommendations for software development methodology — before coding or designing architecture?

0 Upvotes

Hi everyone,

I’ve spent a lot of time studying Python and software design through books like:

  • Mastering Python Design Patterns by Kamon Ayeva & Sakis Kasampalis (2024, PACKT)
  • Mastering Python by Rick van Hattem (2nd ed., 2022)
  • Software Architecture with Python by Anand Balachandran Pillai (2017)

These have helped me understand best practices, architecture, and how to write clean, maintainable code. But I still feel there's a missing piece — a clear approach to software development methodology itself.

I'm currently leading an open-source project focused on scientific computing. I want to build a solid foundation — not just good code, but a well-thought-out process for developing the library from the ground up.

I’m looking for a book that focuses on how to approach building software: how to think through the problem, structure the development process, and lay the groundwork before diving into code or designing architecture.

Not tutorials or language-specific guides — more about the mindset and method behind planning and building complex, maintainable software systems.

Any recommendations would be much appreciated!


r/learnprogramming 49m ago

Industries

Upvotes

In which industries does a programmer earn the most money?


r/learnprogramming 4h ago

Asking for a algorithms course uses c++ 17

0 Upvotes

I am asking about a good book/learning course of algorithms wnd data structure or similar courseware using Cpp 17 with a heavy emphasis on using the cpp 17 features.

I am not new to data structure and algorithms but I struggle with using cpp 17 features instinctively while programming and having an algorithms course using it predominantly will help a long way.

Thanks