+ 3
Which programming language is the most convenient and beneficial one for a beginner to step to the computer programmer?
java
5 Respostas
+ 1
Java
It does not have any incredibly difficult concepts but it does introduce you to OOP, which is important in many languages.
Also, it is relatively fast, unlike Python, so it is good to create apps immediately. It is not as fast as c or c++ but fast enough.
Finally, it has decent syntax. Python and Ruby both use strange syntax that really isn’t beneficial for learning coding.
+ 3
j.s
+ 2
Ruby
+ 1
python -> simple + easy + useful
+ 1
PL-SQL for functional programming, which is easy, and directly involve with databases (Oracle).
Java for Object Oriented Programming since teaches very clearly about OOP (Inheritance, Polymorphism and Encapsulation), data types, loops, conditionals, and any other basic but very important (a must actually) knowledge for any professional IT.
Other programming languages are made to be easy and useful, but are more recommended after you already have structured knowledge, unless you just want to go in and do stuff, if so, then go wiht Python, it's great. Good luck Ye.