Hey everyone! I've just wrapped up the basics in Python and really enjoyed the learning process. I'm excited to dive deeper into programming. I'm curious, after getting comfortable with Python, should I move on to learning C++? Is it a good idea?
4 Answers
I believe that knowing the intricacies of programming languages like C++ is useful, but it’s crucial to understand the underlying hardware and software architecture. Without that knowledge, you may find yourself limited to basic applications and struggling with more advanced bugs.
Have you considered learning a strongly typed language like Java or Kotlin instead? They can also offer a solid foundation if you're looking to shift gears. C++ has its merits, but it might add unnecessary complexity at this stage.
From a beginner’s perspective, it might help to stick with Python and create some projects first. Once you feel confident, then consider branching out to C++ or another language that intrigues you.
It's important to note that C++ and Python serve different purposes. While C++ can be more efficient for certain tasks, it's also more complex. If you're new to programming, you might want to focus on projects in Python first before making the jump. Building something like a web app with Django or a desktop app with Tkinter can solidify your skills.

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically