Britch 22 HTML and CSS in my opinion. But its web based, if object orientated maybe VB.NET. Good luck Quote Share this post Link to post Share on other sites
xanax 3 Am I the only one who agrees that C might be a good start. It’s fucking annoying but once you get started assembly makes sense. 1 Quote Share this post Link to post Share on other sites
SioVer 40 I stared with C#. I think it's a good one. Quote Share this post Link to post Share on other sites
Ethan 145 Learn Python, then JS then specialise in JS (such as nodeJS and so forth), mess around in PHP because that teaches you some stuff and then go onto C# and then C++ Quote Share this post Link to post Share on other sites
cheaterforlifex88 2 Depends on what you want to do. If you wanna go for software development i'd go for C#. (.NET) Webdev: HTML, CSS, JS, SQL, PHP Quote Share this post Link to post Share on other sites
Lain 0 IMO, JavaScript or Python. Both are syntactically really easy to understand. JS is slightly more C-like (or universal among other languages) in the sense that function declarations are the same, same with operators, and the fact that everything ends in a semicolon. Thus, it'll be easier for you to pick up something else. And with the ES6 update, you can start to do all the fancy Python features too, like lambdas and more functional-style programming. Python, however reads more like english and might be easier for someone with no experience to pick up. Just be aware that most languages are pretty different than Python in that regard. From there, C will likely be your next best option, since it's very barebones minimal and thus easy to figure out. The problem is that, because of its minimalism, it's difficult to actually write something useful with it. As such, mastering it will take a long ass time, and you may never use it again because it's easier to make something useful in Java, C# or whatever other languages have you. Quote Share this post Link to post Share on other sites