+ 3
Which?
İ new started to learn coding, and which language i should prefer, most said to choose Python, agree or any advice? (Sorry for my english if there are mistakes)
3 Réponses
+ 10
Python is a good starter choice, generally, because it shows how to make code look organized, which you can transfer to other languages. The compiler and IDE is also very easy to get.
C# is also good, because it's very human-readable and is purely object-oriented, which you'll learn about later and is very important for a coder to learn.
Try them both and see which one clicks more easily!
+ 5
Agree. Excellent for beginners. one of 3 languages I work with and easily my most used. Even if my project is in Java or another language, I use python at some point for it. it is great for getting complicated functions/methods out of my head because it is easier. I can focus on what I'm doing instead of how to do it. then I can port it to my other language.
0
thanks for answer