Best programming language to learn?

Depends on what you want to do.
If you're inexperienced, you should learn Python. If you're getting into the web, learn PHP and Javascript.
 
there's nothing as best prog lang .
Start with c , then move to C++ to learn oop then move to your domain specific language .
it's a long process but would be beneficial in long run

go for python also , you can create bots as well as web apps using Django
 
1. php + css
2. javascript, Jquery
3. create theme and sell
 
Just Learn C , C++ !!
You cn learn all other easily ! as u just hv to change only syntax n commands !

remember just c , c++ dont go for any other like VB , PHP ..
Just C , C++ First !! it will make ur base n ur future set :d

Yes it is true. Basics are same with every programming language. I've started from these two and now I am decent in PHP
 
i also having this type of query and would highly interesting on what you guys thinks.
I already graduated in Bachelor of Marketing, so i am quite knowledgeable for most of Marketing field, i in fact don't think i need to have any academic of Marketing, since i have all the fundamental, reading books and ebook will do.
I am now planning to study IT (information technology Degree), to further enhance my knowledge of Internet Marketing, i think knowledge in IT is definitely essential in Internet Marketing, just tell me what you think.
 
I agree with C, and C++ it just makes everything else so easy to learn if you start with that.
 
If you're starting out in programming, I trust that Python is a decent beginner programming language to learn - If you're not, then I would recommend C++ and PHP and if that's too difficult (C++) then I would recommend Java / PHP - Two powerful languages in my opinion at least. And if you know Java, then you technically know C# as they are in concept the same thing.
 
public static main

System.out.println ("I would like to vote for java, its such a fun language to learn!");

Syntax error
 
for SEO blackhat since this is your goal:

javascript/php are best for the
websites/wordpress/ type stuff.

I think the guy who mentioned python is right on if you want to build a scraper, or do some bot-like stuff, python has amazing packages that make is so you simply have to change target urls and such and you can scrape i.e. beautiful soup and scrapy...

JS is great too because you can work with node.js, which has some interesting uses in SEO blackhat as well

I stick to these three because they are best for web anything... If you're dealing with sites of any nature though regardless of server side language you will have to use Javascript, whether PHP, Perl, Ruby, Python, or Node.JS all will have js in the client side... plus you can build imacros with JS..

good luck and have fun as a modern day wizard :)
 
If you are looking for bright future with your programming skills, i would prefer JAVA.

More secure and platform independent!!!
 
Start obviously with C. That will lay the foundation for you. Once you are easy with one programming language, you can easily shift to another. Anyway, C is a must.
 
JS is great too because you can work with node.js, which has some interesting uses in SEO blackhat as well

I'm curious. I've used node.js a bit before, but I'm coming up blank on applications to SEO. Could you enlighten me please?
 
Start obviously with C. That will lay the foundation for you. Once you are easy with one programming language, you can easily shift to another. Anyway, C is a must.
Yeah but JAVA is more suitable language for doing operations on strings
 
I did not say stick with C. C is easy to learn. After he has the basic concept, he can move to C++ and then Java. Java can be tough to learn for someone who has no idea about computer programming. Hence the suggestion ;)
Yeah but JAVA is more suitable language for doing operations on strings
 
PHP for web development because it's widely used. C#/.NET for Windows Apps, you can use Visual Studio Express for learning, it's powerful and free.
 
I am a php programmer, and it has benefited me greatly (wordpress is built around php). But before you learn this, you might want to cover the basics: markup languages like HTML and CSS.
 
great choice you took ....PHP is a scripting language which is used widly. that is suitable for Web development and that can be embedded into HTML. If you are new to PHP and want to get some idea of how it works, try the introductory tutorial. After that, check out the online manual.that will help you to gettng more and effient usage of the PHP.all the best for your future
 
Back
Top