0
To be a good developer, what program do i need to lrarn first
3 Answers
+ 1
They all have good and bad things. Python can be easier to learn, but not good for everything. Java is a little easier than C/C++, but you'll miss out on some deeper concepts like pointers and memory management.
My advice is start with the easier one like Python that takes some of the mental load off, then try something like Java once you master your first language. Finally study something like C or C++ to learn the more difficult stuff.
Whatever you choose to do, have fun doing it!
0
Thanks Jason, Hope you can be my coach?
0
I'd be happy to help if and when I can. There will be many others (many more knowledgeable than I am) who would also be happy to advise you.