Posted on Mar 28, 2016
What's the best programming language to learn when you're just starting out?
5.64K
18
13
6
6
0
Posted >1 y ago
Responses: 13
ok well first you really need to assess how much you know about computers. Very little? Then it's best to start in English and learn word, excel, PowerPoint, access.
Now if you're a bit more educated to the level of knowing the first method of trouble shooting is always turn it of and back on again then follow these.
This day and age I always have people go ahead and start out light in Java and objective-c. Both for app development which is the going trend so people are commonly already "familiar"
But to get deeper into it and start doing some real work I recommend a two parter. Grabbing a Linux OS and going for Python. Although spreading your skills is wise. c, Java, c#, perl, and ruby are all very similar in but putting them on your tool belt opens up your marketable variety.
But the most important language out there. That I advise people to get a solid understand of, almost everyone's foundation; effective coding in C.
C is the I believe the most important and widely used programming language. The common understanding is C is the basic "machine level" languages. With a good hold on that moving up isn't going to be an option.
It can be a struggle though. Many many late nights of debugging and many a time I felt like throwing my machine off the roof. An unforgiving stricter code with a steep learning curve
But going at it first is much like BCT it'll teach you the discipline to be successful in coding but you have also accept you'll have to learn a whole lot to make anything useful.
I don't think I answered your question but hopefully you got some knowledge.
Now if you're a bit more educated to the level of knowing the first method of trouble shooting is always turn it of and back on again then follow these.
This day and age I always have people go ahead and start out light in Java and objective-c. Both for app development which is the going trend so people are commonly already "familiar"
But to get deeper into it and start doing some real work I recommend a two parter. Grabbing a Linux OS and going for Python. Although spreading your skills is wise. c, Java, c#, perl, and ruby are all very similar in but putting them on your tool belt opens up your marketable variety.
But the most important language out there. That I advise people to get a solid understand of, almost everyone's foundation; effective coding in C.
C is the I believe the most important and widely used programming language. The common understanding is C is the basic "machine level" languages. With a good hold on that moving up isn't going to be an option.
It can be a struggle though. Many many late nights of debugging and many a time I felt like throwing my machine off the roof. An unforgiving stricter code with a steep learning curve
But going at it first is much like BCT it'll teach you the discipline to be successful in coding but you have also accept you'll have to learn a whole lot to make anything useful.
I don't think I answered your question but hopefully you got some knowledge.
(3)
(0)
That depends entirely on what you want to accomplish. If you want guaranteed employment, Java is very safe. If you want to work with numbers and or at Google, Python. If you want to build UI, you'll have no choice to learn either JavaScript for web, Objective C or Swift for Apple's platform, Java for Android, or JavaScript for the web.
I started with PHP 14 years ago. I haven't used it in years. But it got me where I needed to go. I would say that is more useful: Figure out where you need to go.
I started with PHP 14 years ago. I haven't used it in years. But it got me where I needed to go. I would say that is more useful: Figure out where you need to go.
(2)
(0)
Like many have already said, it depends. It depends on what kind of development you want to do, and more importantly what your target employer uses.
Until you have landed that position that allows you to focus one a handful of languages I highly suggest you try to become fluent in multiple languages; heck we should all be doing that anyways.
With that in mind I would suggest at least Java and C#. If you plan to focus on web development you should add JavaScript, CSS, and HTML to that mix.
Some more advice is to attend user group meetings in your area. Normally these are sponsored by recruiters like TekSystems who can tell you what employers are looking for in your area. Again, don't limit yourself yet, that will come when you have the position and you are doing your best to really learn what the employer uses.
Until you have landed that position that allows you to focus one a handful of languages I highly suggest you try to become fluent in multiple languages; heck we should all be doing that anyways.
With that in mind I would suggest at least Java and C#. If you plan to focus on web development you should add JavaScript, CSS, and HTML to that mix.
Some more advice is to attend user group meetings in your area. Normally these are sponsored by recruiters like TekSystems who can tell you what employers are looking for in your area. Again, don't limit yourself yet, that will come when you have the position and you are doing your best to really learn what the employer uses.
(1)
(0)
It depends on what you want to build. Everybody has their own opinion and will try to tell you to learn this or learn that. My advice is learn whatever you want, and spend time coding not thinking about whether or not you're doing it "right".
(1)
(0)
I personally would suggest JAVA as it is very forgiving and a simple language to learn. It will also help you learn how to get your structure correct.
(1)
(0)
It all depends on what you're trying to accomplish. App developing would be something like Objective C or Swift. Basic computing C or Python. Site development HTML and CSS.... There is of course more sophisticated languages, but again it all depends on what you're trying to accomplish.
(1)
(0)
I started out with ALC. It helped when it came to learning higher level languages.
(1)
(0)
Java or python.
Pretty easy languages to learn and it gives you a great leg up for other languages such as C# and so on.
Pretty easy languages to learn and it gives you a great leg up for other languages such as C# and so on.
(1)
(0)
If you're just starting out, Python is often considered the best language to learn because it's beginner-friendly and versatile. However, I’ve recently developed an interest in Mojo, a new and exciting language gaining traction in the programming world. I even read a few articles about Mojo on Syntax Scenarios, and it looks promising for modern use cases. Definitely worth exploring!
Incase you want to read article on mojo you can visit: https://syntaxscenarios.com/mojo/mojo-an-emerging-programming-language-for-ai/
Incase you want to read article on mojo you can visit: https://syntaxscenarios.com/mojo/mojo-an-emerging-programming-language-for-ai/
Mojo – An Emerging Programming Language for AI
Explore Mojo, a powerful and emerging programming language that aims to combine the efficiency of C++ and the code readability of Python for AI purposes.
(0)
(0)
Read This Next