Question:
Which is the best programming language to learn?
pulpurath
2009-07-06 10:55:40 UTC
I want to learn a programming language for database purpose like inventory,pim etc. can anyone suggest which is the best easy to learn language ?
Seven answers:
2009-07-08 17:38:26 UTC
Hi,

This is one of the most f.a.q by many of my juniors, so I have collected a list of articles and sites that clarifies this. Check out this below link for the same..



http://markthispage.blogspot.com/2009/06/best-programming-languages-for.html



Also, if you want to learn more, go to home page of the blog and check the programming section -- I have collected lots of good links about all the popular programming languages -- Hope this helps.
Tay K
2009-07-06 19:33:00 UTC
It depends on what purpose you're working on. The most common for language for the queries themselves is SQL. That gets you the raw data. There are other database styles, but relational databases (MySQL, PostgreSQL, Oracle, SQLite) are dominate.



For simple to medium complexity web-related projects PHP is a great language. The language itself is mediocre, but it does its job well. It can easily run on all popular web servers.



Personally, I recommend staying away from C for your uses. It's great for low level programming and raw speed but it lacks modern features that you'll need. Prominent users are the GNU tools, the GNOME project, every kernel, and most embedded systems.



C++ is an improvement, but you will quickly get sick of the "Segmentation Fault" message and memory leaks. However, C++'s GUI toolkits and speed are excellent. Prominent users are Mozilla, IE, Opera, high performance 3D games, and KDE.



I haven't used Java so I don't have much to say about it. I know that it's heavily used in many applications that need heavy database work. That includes web servers, some GUIs (though C++ is more prominent there), and many embedded systems. It has an impressive standard library. It used to be slow but huge improvements have been made. It can easily interact with several other languages (Ruby, Python, etc.). It runs on most platforms and most browsers.



C# from Microsoft fits the same general niche. However, it is only solidly supported on Windows. Avoid it on Unix/Linux.



There are various general purpose scripting languages out there. They tend to be easy to develop with, but relatively slow. The big ones I know about are Ruby, Python, and Perl. I often use Python, but you should look take a peek at all of them.
Greg
2009-07-06 18:30:56 UTC
PHP is a very useful language to learn, especially if you learn mysql at the same time as the two languages are complementary.



PHP is remarkably like the language C - you learn one and you will pick the other up much more quickly.
Carl B
2009-07-06 18:01:06 UTC
Basic, and Qbasic, will teach you the fundamentals. Learn the "basics" of programming there, and develop your programming

with something like C, or C++....Just a thought
?
2009-07-07 05:35:44 UTC
Dot net its easy to learn
Rishabh
2009-07-06 18:28:23 UTC
Best is off course java but you need to learn .net first because companies asking for java need experience and you can get a fresher job easily in .net afterwards you can move to java with experience for better salary and job.
Kevin
2009-07-06 18:55:27 UTC
PHP,MY SQL


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...