Hey everyone! I've been working a regular job for two years now, but it feels really dull and there's no advancement opportunities. Recently, I stumbled upon some Python tutorials and got hooked on coding! I've been learning it for about two weeks and I love it. I've read that some people recommend starting with C to build a solid foundation in programming concepts. My goal is to break into the tech industry eventually, and maybe pursue a master's in computer science since I don't have a background in that field. Given my enthusiasm for programming, should I continue with Python or make the switch to learning C for long-term success? Thanks!
1 Answer
I’d suggest you keep at it with Python. The key to becoming a good programmer isn’t just about the language; it’s about understanding the core concepts that apply across the board. Many folks get caught up learning syntax for lots of different languages without diving deeper. C is valuable, but it can slow you down if you're just starting out. Most jobs actually don’t use C much, focusing more on languages like Python for most applications. It will definitely help you understand how things work under the hood, but there are faster routes to break into the industry.

That's an interesting perspective! I personally lean towards C for the foundational knowledge it offers. If you’re in it for the long haul and truly interested, C can teach you about systems and memory management, which are crucial concepts. It might be tough at first, but with your enthusiasm, I bet you can handle it!