Looking for Project Ideas Using C++ and Python

0
9
Asked By CodeCrafter99 On

Hey everyone! I'm trying to come up with a simple project that incorporates both C++ and Python. I've gotten pretty comfortable with C++, but I'm also familiar with Python. I'm currently learning Unreal Engine 5 (UE5) and want to ensure I keep my C++ skills sharp while I focus on UE5. Ideally, I'm looking for something that I can complete in about a week. Any suggestions?

3 Answers

Answered By TechieExplorer On

I don't think you'll forget C++ while learning UE5! UE5 allows you to write solid C++ systems that interact with the engine. As for project ideas that use both languages, maybe you could create a Python library for heavy computations, like numpy.

Answered By DevLifeHacker On

You might want to think about focusing on a C++ project. C++ is great for development, while Python is often more for scripting and tying things together. If your Python project grows too complex, it can get a bit messy with all the libraries involved.

Answered By GameDevGuru On

How about building a weather app in UE5? You could gather data from various weather sources or directly from weather stations. Even if it turns out to be a bit of a toy, if it works well, it could be a fun and useful project! Also, consider modding existing UE games; it’s a good way to learn and explore within an established framework.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.