+ 1
Hi everybody am 12 year old just started coding which should I use c++ or python
Am new so I don't know
3 Respuestas
+ 4
The choice is up to you.
Python is easier to learn but it's not so powerfull as C++.
I started with C++, and the benefit of starting with C++ is that you learn the other easier languages faster, but you need to learn more.
Starting with C++ is a rough road: you'll make many mistakes and learn a lot. It's much more difficult than python in general.
It also depends what you want to do with it:
-> Unity: C# & C++
-> Unreal engine: C++
-> Panda3D: Python
-> ....
0
Ehh, depends on what you want to do. If you're learning just to learn then personally, I would recommend Python. If you want in depth knowledge then you could Learn C++ because Python being a high level language it does quite a bit in the background for you. All in all, I say Python because it's readable and focuses on consistency.
0
If you're interested in both, I'd suggest starting with Python, which will give you a quick and easy start while getting you familiar with fundamental concepts.