Python is good if you want to make stuff quickly and easily. Java is good if you want to do more complex things but don't need absolute efficiency or speed. C/C++ is good if you need your code to run fast and efficiently. Typescript is also a fun language (its a version of javascript) but that's a little more advanced.