Author Topic: Learning programming-where to start  (Read 3659 times)

H_TeXMeX_H

  • Member
  • **
  • Posts: 1,988
  • Kudos: 494
    • http://draconishinobi.50webs.com/
Re: Learning programming-where to start
« Reply #30 on: 1 December 2005, 03:16 »
The concepts are what matter most ... I mean after I learned C++, I was quickly able to figure out Basic and Java and Python, and pretty much any language as long as I know the functions, which I can just google most of the time. Of course, starting off with a difficult language can be frustrating ... is there a difficult language ? Not really ... some are easier to understand and use, but that's more personal preference. Well, ok, this doesn't end the debate ... you gotta pick a language ... I say pick one that has lots of available online tutorials for n00bs, has OOP capabilities, and has free compilers/interpreters available for download across multiple platforms. (python ... or any other language that fits)

Kintaro

  • Member
  • **
  • Posts: 6,545
  • Kudos: 255
  • I want to get the band back together!
    • JohnTate.org
Re: Learning programming-where to start
« Reply #31 on: 2 December 2005, 10:35 »
I agree with the above. More than language it is about reading, concentration, dedication, and understanding the systems in place.