I'm looking for suggestions on simple projects that I can create using both C++ and Python. I've become comfortable with C++, and I'm already familiar with Python. I'm focusing on learning Unreal Engine 5 (UE5) and want to ensure I keep my C++ skills sharp without getting overwhelmed. Ideally, I'm hoping for a project that I can complete in less than a week.
3 Answers
I think it could be useful to create a C++ project. C++ is more focused on development, while Python is great for scripting and configuration. If your Python project grows too much, it could get complicated with all the libraries you might need to incorporate. Keeping it simple with C++ might be a better route for now.
How about making a weather application in UE5? You could pull data from several sources like weather stations or services like NOAA. Even if it ends up being a bit of a toy, as long as you find it fun and functional, that's what counts! Also, consider diving into modding existing games made with UE—it provides a structured environment for experimenting and learning.
When learning UE5, I don't think there's much chance of forgetting C++. You can write efficient C++ systems that interact nicely with the engine. But if you're looking specifically for cross-language projects, a Python library that performs intensive computation, like NumPy, could be an interesting challenge!

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