I've been learning Python for a while, but I took a break and forgot a lot of what I learned. I'm planning to dive back in, but I'm torn between continuing with Python or switching to C or C++. Some people say that C/C++ is better for understanding how programming works under the hood, particularly with memory management. I don't have a specific project or goal in mind; I just find coding interesting and want to learn more. What do you think is the best approach for someone in my situation?
3 Answers
It really comes down to how you learn. If you go with Python, you can skip the nitty-gritty details about memory management and just focus on how coding flows. It's a good way to ease into programming without feeling overwhelmed. However, if you decide on C or C++, be prepared for a steeper learning curve since you'll need to manage your variables and debugging will take some getting used to.
Best choice depends on what you want out of coding. Since you already have some experience with Python, I’d recommend continuing with it. It'll be easier for you to get back up to speed.
I think you should stick with Python! It’s way easier to relearn if you've already got some basics down. Plus, focusing on projects can help a ton. Tutorials are great too! You'll get the hang of it again in no time.

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