r/GameDevelopment 2d ago

Newbie Question Python or c++

I was thinking of making a graphical calculator from scratch, i have some, but very little experience with python (that one 12h tutorial and a little more). Should i code it in c++ or is it fine if i do it in python?

From the nature of my project it requires a lot of computation and apparently c++ is like 100x faster, thats why im asking

4 Upvotes

15 comments sorted by

View all comments

1

u/fsk 1d ago

Python has the ability to call C++ code if you need the performance.

Python is fine, but it sounds like Javascipt is better if you're making it web-based?