I'd quite like to learn a coding laguuage but I don't know what would be the best for begginers. Can anyone suggest anything please?
coding language
#1
Posted 31 May 2012 - 11:33 AM
I'd quite like to learn a coding laguuage but I don't know what would be the best for begginers. Can anyone suggest anything please?
#2
Posted 31 May 2012 - 02:19 PM
Hi all,
I'd quite like to learn a coding laguuage but I don't know what would be the best for begginers. Can anyone suggest anything please?
I'd say start with C as it is one of the most universal and widely used, standardized and versatile languages out there... but dont let my advice constrict you to a single language.
PS: nice avitar
#3
Posted 31 May 2012 - 02:33 PM
And hahaha!!! You too!
#4
Posted 01 June 2012 - 02:05 PM
Don't get me wrong C is a great and very powerful language. But for someone new programming it can be intimidating and boring at first. Once you're good with PHP, PERL, or Python, learning C will be a lot easier, too.
#6
Posted 16 June 2012 - 11:51 PM
#7
Posted 12 July 2012 - 07:14 AM
I'd go for PHP, its Object Orientated.
#8
Posted 12 July 2012 - 07:23 AM
Ideally, everyone would start out writing assembly code for some easy-to-understand architecture, and "earn" C
#9
Posted 18 July 2012 - 01:04 AM
Once you've got the basic hang of communicating with programs, try moving on to macros like vba in excel or autohotkey. That's really useful stuff and will get you the farthest the fastest. After you get the hang of those you could probably move onto PHP or Python. This is where I'm at. Next stage would be C and then later (much later) assembly.
#10
Posted 09 October 2012 - 09:45 AM
I'd suggest PHP, PERL, or PYTHON. With C you're gonna spend too much time on theory, learning the intricacies of data types and such. With the other languages it's gonna be a lot more fun starting out. Within a month you'll actually be writing small but useful applications. I tried to learn C as my first language and it was so boring I quit. Then about a year later started learning PHP and found it much more fun.
Don't get me wrong C is a great and very powerful language. But for someone new programming it can be intimidating and boring at first. Once you're good with PHP, PERL, or Python, learning C will be a lot easier, too.
#11
Posted 14 October 2012 - 11:02 PM
http://www.learnpython.org/
http://www.tutorials...ython/index.htm
http://code.google.c...e-python-class/
Then, of course, exploring other languages if you like is the next logical move, depending on what you want to do with your programming time.
Web development? Try Javascript.
Microsoft-specific general technologies? C# via the .NET Framework
Liked C# but don't care for microsoft? Mono is the opens-source, cross-platform implementation of C#(but it is, in my opinion, inferior to Microsoft's .NET)
Program just about anything? Try C++ and/or C.
Game programming? Most popular languages have a game library for them, but C++ is currently the industry standard.
These are just the languages I've experienced personally, and what I've collected in my time with them. Hope you find what you're looking for.
BinRev is hosted by the great people at Lunarpages!














