For the past few days I've been thinking about which programming language to learn, one that is quite primitive and is easy to learn. I've decided to look at Python, Ruby, C++ (a bit advanced), PHP, C#, and Lua.
Posted 22 July 2016 - 02:27 PM
For the past few days I've been thinking about which programming language to learn, one that is quite primitive and is easy to learn. I've decided to look at Python, Ruby, C++ (a bit advanced), PHP, C#, and Lua.
Posted 22 July 2016 - 02:37 PM
Speaking from experience, i know python, HTML+CSS Ruby/Rails, Java, Falcon, and C#
the easiest to learn by far was java,
order of simplicity IMO:
Java
Falcon
Python
C#
That's my 2 cents ![]()
Posted 22 July 2016 - 02:58 PM
it honestly depends on what you want to do. Python, Ruby (and maybe Lua... don't know a whole lot about it)... these are more scripting type languages. You don't typically build a huge complicated program with them. Meant more for a couple hundred lines of code that perform a specific function. I used Python all the time in my last job to write simple programs that did specific tasks. Most were less than 200 lines.
Java is nice (though I am not the biggest fan of it) because it can be run on a variety of platforms once compiled. You can build something, compile it, then take that executable over to Windows or Linux and it will run.
Don't have much experience with any of the C languages. I had a course on C++ a few years ago and it wasn't bad, C is similar but a bit more complex.
Posted 22 July 2016 - 09:05 PM
My favourite language by far is C++, however as a software engineer I'm working with a company which requires VB/A, Python, ASP.NET, C#, Batch... The thing is, is once you know one it's very easy to transition to another as they all use roughly the same logic, but in different ways.
In my experience, to know which language you should learn, you first have to ask yourself what you want to do with it (Make a quick Website? Becomes a software engineer? Become a web developer? Become a system admin? Just do fun stuff for your friends or yourself?).
Posted 23 July 2016 - 04:52 PM
The ultimate question.
Start with Java or C++ (they are slightly different then each other) and once you learn one of them, it will be very easy to lear "any" other languages.
Btw, I'm saying Java and C++ because they are widely used and fairly easy to learn.
Posted 25 August 2016 - 06:42 AM
You can learn PHP, it is easy to learn and simple to use that is why there are many PHP developers these days. But it is a server side language, you also need to learn HTML, CSS to create the Graphical User Interface. Have you learned HTML and CSS??
Posted 12 January 2017 - 02:36 PM
I can vouch for all those saying Java. There's a few lectures on youtube from Standford University. They got assignments and pdfs, and files for you to get started. That's how I started almost 7 years ago and I knew nothing about programming back then. I wrote a couple of android apps no less than a year later !
Edited by Trunks2017, 12 January 2017 - 02:36 PM.
Posted 15 January 2017 - 12:00 AM
It is my humble opinion that folks wanting to get into programming ought to use a great "learning" language, and that is, without mistake, Pascal. Namely, Object Pascal as implemented by Borland back in 1995 as the must-have development system!
There are two things you can do for NO COST to get started. You should download the Free Pascal Compiler and install it, and then the free Lazarus IDE for the Object Pascal language. Matter of fact, I am pretty sure the Lazarus download includes the latest version of the Free Pascal Compiler. It also has most the database access and connectivity you might need in your pursuit. An application with no database makes me wonder! Delphi and C++ Builder starter editions do not include these vital components, although you CAN solve that with 3rd party components such as devart's UniDAC. That's what I use and it's luxurious!
Lazarus is a very Delph-like IDE. But the really cool aspect is that you can build an application in it and then compile it on virtually any OS for most computers and devices, including tablets and phones. And it's all FREE! If you want Delphi to do that, you've got to pay a hefty sum, although Embarcadero DOES currently offer Delphi and C++ Builder "starter editions" for free while the offer lasts. They normally sell for $282.00 and $217 respectively and both are very limited in what you can get done with them.
Ruby, Python, C++, etc., have their place in the large scheme of things, but Object Pascal will THRUST you into being a PRODUCTIVE software developer at LIGHT SPEED! Can't be said of those other languages at all. They take a LONG TIME to learn and be productive with.
If you prefer Microsoft products, the Visual Studio Community Edition is available free, too. It, too, is a mature IDE and can do multiple platform development right off the shelf. You can also get Microsoft's MS SQL Server Developer Edition for free from the link. It's one of the best SQL RDBMSs on the planet. You only need to create a FREE account to get it. It' a VERY POWERFUL database and the MS SQL Management Studio is also available for FREE!
Well, best wishes to you for your endeavor into the wonderful world of software development. I hope you find something helpful here that meets your needs!
Kindest regards,
radbase
Edited by radbase, 15 January 2017 - 12:05 AM.
Posted 30 January 2017 - 08:09 AM
I would recommend starting with python, then a bit of HTML basics and C++
Learn Python - https://www.learnpython.org/
Learn HTML - http://www.w3schools.com/html/
Learn C++ - http://www.learncpp.com/
Hope you find a great journey in coding. happy to help
Lakshan Costa ![]()
Posted 05 April 2017 - 07:38 AM
Posted 05 April 2017 - 10:41 AM
Hello!
I am also new to coding. I am confused which coding program should be used to create game and app. Maybe someone can explain to me, please?![]()
Posted 06 April 2017 - 05:26 PM
When you guys say Java do you mean JavaScript or just Java?
Java, they are 2 different things mate.
Posted 06 April 2017 - 07:47 PM
Java, they are 2 different things mate.When you guys say Java do you mean JavaScript or just Java?
0 members, 1 guests, 0 anonymous users