Programming languages for beginners(visual basic 2012)

you have got to understand but vb can be used for quite a lot of languages.

if you want something simple many people start with perl,python etc


personally if i was starting i would go for python.

dont start with something like c++ because it is a lot more difficult language to learn
 
It's best to start with a more basic language, so you can learn syntax, basic string manipulation and variable handling. Once you have the basics, then you can move up to say VB.NET.

Once you know the basics, you can branch up into any other languages, but some are more difficult than others.

If you insist on learning say .NET right off, then VB.NET is probably the best choice.

But Python is a great one to cut your teeth on.

Rich
 
C# has a "nicer" "C style" syntax. Well, my opinion anyway.

I started with C++ 20 years ago and found it a more natural fit than BASIC. But that's me.

Like other's have said, Python is a great language to start with, even though I hate any language that uses white spaces for syntax.