Seven Years of Service
Posts: 486
Threads: 154
RE: What Language Should I Learn? 05-27-2022, 05:29 PM
#5
You go through the "core" in programming schools. This is the stack of languages you learn. I found that the easiest, even if you dont use it, which I don't even use it much myself, is C. C is the basis for almost all of the good languages you will learn. It is easy to identify a C language but its loops (the foor loops and such are all structured the same way). Here is the list AND WHY its in this order. Also, you need to grasp the language you don't need to know it inside and out.
1. C
Base language for most other language. PHP, Javascript, Java, these are all C-based.
2. C++
This introduces you to OOP (object oriented programming).
3. Java
This cements your OOP language skills and will strengthen how to understand and read documentation
4. PHP
This is a weakly-typed language (the other above are strongly-typed), this gives you a little breathing room as a developer/programming. You will want this.
And if you are like me then you wont learn in order, and when you get deeper into programming you will realize that it can help a lot when learning them in the order above. I know lots of languages and they all have their uses at some point (except ruby, im not a fan).
•
Four Years of Service
Posts: 27
Threads: 6
RE: What Language Should I Learn? 07-05-2022, 02:54 PM
#6
If u like automation learn C# and PLC language
With PLC u can work in a lot of different project from aerospace and automotive to energy and pharma
•
Two Years of Service
Posts: 1
Threads: 0
RE: What Language Should I Learn? 04-04-2024, 11:12 AM
#8
The best language depends on your career goals, but Python (versatile and beginner-friendly) and JavaScript (essential for web development) are both strong choices for success. You can checkout Data Science Training Courses.
bostoninstituteofanalytics.org/data-science-and-artificial-intelligence
•
Two Years of Service
Posts: 25
Threads: 1
RE: What Language Should I Learn? 04-06-2024, 08:21 AM
#9
i believe C then C++ it's best things you can do as a entry level in the programing and IT word
•
Two Years of Service
Posts: 14
Threads: 7
RE: What Language Should I Learn? 04-06-2024, 11:02 AM
#10
I'd work backwards. Find out something u want to do (like a project), and then learn a language to do it. All skills transfer quite well though, so don't fuss about it. Some people spend years trying to decide on the best language and the best tutorials, and never learn anything.
Just pick up your keyboard and start typing.
Good luck!
•