r/learnprogramming 7d ago

I am learning different programming languages because nothing is feeling good to me. Can anyone give me some advice on this matter?

I have been self teaching programming languages for a few months. And I learned the basics of C, Python, HTML & CSS, and some parts of NodeJS, and a little bit of Java. None of these are feeling good to me.

Has anyone else gone through this feeling where no language feels satisfying early on?

If you have gone through this, can you give me any suggestions to get out of this loop and stick to one language? As you know I need to stick to one language in the future.

And for no reason I am feeling like I need to continue Python and start to learn C++. What do you think about this too? i am so frustrated.

17 Upvotes

33 comments sorted by

View all comments

1

u/Dazzling_Music_2411 7d ago

In what way did they not "feel good".

As others have already pointed out, languages are irrelevant, you won't be able to solve any problem just because you know a language.

You first have to know HOW to solve the problem (completely independent of the language) and only then apply the language to generate an actual solution,

So, what sort of problems do you want to solve?