Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Which is the best programming language to start with, if I want to be a programmer?

38 Answers

Relevance
  • Flexon
    Lv 6
    5 years ago
    Favorite Answer

    You will hear a lot of different answers and honestly I think you should read about the different programming languages and in what applications they are used, then choose the one that sems to best fit what you want to do with your programming.

    You want to write code for microcontrollers, write a game engine from scratch or anything else than requires precise control over the hardware? Then learn C or C++. I learnt C/C++ first and it has its advantages as you get to learn about what's actually going on under the hood.

    If you want to write websites, learn PHP or Javascript, and understand the difference between them. You should learn HTML first though if you don't know it, despite not being a programming language.

    Want to make Windows programs, with the common Windows menus? Learn C# (or VB. NET) with WindowsForms.

    Want to make cross-platform programs? Learn Java or Python.

    Want to make games, not your own engine? Learn for example Unity (a game engine) and C# for the scripts.

  • 5 years ago

    C & C++ can be a best option for you as if you want to be a programmer then you should know how to build logic for your program and you can learn it through a simple language too. After that you can switch to the languages like java, android etc.

  • 5 years ago

    If you actually want to be a real programmer, DO NOT start with mark-up or scripting languages like PHP, HTML, JavaScript, etc. About the only thing you will learn doing this is better typing skills.

    Start with Java, C#, or C++.

  • 5 years ago

    if your a beginner i would first sugest learning your own language and the comon languages but if you wanna be a master then learn or create a new language besides the comon speach,,useing a seperate language can make it more difficult for others to crack or understand it so if your in an area that speaks english then the programers of that area should probly know both english and another language so they can basicly encrypt it better than the comon theives of the area which is another good reason to have a freind who speaks more than your own language,,,and if ya want the hardest and tuffest codes then you want to find a way to create a language that can still be equivelant to english through a system of your own otherwise stay with the comon and the basics like a few others mentioned because i dont know which is the best but i can guess on whats more difficult for others to break

  • How do you think about the answers? You can sign in to vote the answer.
  • 5 years ago

    C & C++ can be a best option for you as if you want to be a programmer then you should know how to build logic for your program and you can learn it through a simple language too. After that you can switch to the languages like java, android etc.

  • 5 years ago

    Any! Learning any programming language will teach you concepts that carry over into others, the more you know the better. In terms of getting a job: Java and C++ are probably the main two, but it depends on the application and others a widely used in many other applications.

  • 5 years ago

    I would recommend java.

    it will help you understand the basics of programming and the syntax is not hard to get used to. Also a true programmer must be atleast familiar with java.

  • 5 years ago

    Well if you'r really intrested in learning programming C,C++ and PHP they might be the best language to start with even though dealing with them is real uneasy

  • 5 years ago

    There are many programming language like C, C++|, Java, PHP, dot net, android etc .If you want to be a programmer then firstly you learn c then you decide yours according to yours interest

  • 5 years ago

    PHP is a server-side scripting language and is usually considered beginner-friendly because it’s easier to conceptualize what the PHP code will do, so it’s not difficult to pick up. Most websites have been built with PHP because the language is heavily specialized for the web.

    Facebook, Wikipedia, Yahoo!, Tumblr, WordPress, and more have been built with PHP.

Still have questions? Get your answers by asking now.