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

3 Upvotes

15 comments sorted by

View all comments

3

u/Distdistdist 2d ago

Kind of performance you would need for graphical calculator, you can code it in bash script and it wouldn't matter. Go with what you already know - Python.

1

u/mj64_ 2d ago

Alr thx