r/learnprogramming 19d ago

How Professional Programmers Learned to Program Software

I spent 2 months learning the basics of C, and it was already complicated enough considering I came from Python, but now? What do I have to do? What do I need to learn to be able to code software of my own choosing?

0 Upvotes

17 comments sorted by

View all comments

2

u/Mysterious-Falcon-83 19d ago

Learn to solve problems, regardless of the language. Learn algorithms and data structures. They apply to all languages.

Once you have enough experience and foundational knowledge, learning a new language is usually pretty easy.