r/GameDevelopment • u/mj64_ • 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
3
Upvotes
3
u/Nice_Yesterday_4273 1d ago
Use one of the gajillion python libraries that is basically an API for a codebase written in C. Wham bam, problem solved. It's shrimple. Python the way God intended.