Reply to thread

People are going to hate me for saying this, but use Codeblocks: http://www.sci.brooklyn.cuny.edu/~goetz/codeblocks/

 

It is the simplest, cleanest, and requires nothing but a simple installation. From all of the compilers I have ever used this is the easiest. Might not be a hard-core programmers choice, but I love its simplicity.

 


 

nkabir, you're a pretty hard core programmer. I think he just wants exposure to:

 

  • Loops
  • Functions
  • If-Statements
  • etc.

Even without going into Classes, first language doesn't really matter. From what I have mentioned C/C++/Java/etc. all pretty much use very similar syntax, or at least the same ideas. So why is C++ a bad start? He didn't say he want to stick with it, just get into programming.

 

 

To everyone else:

I am decent at C++ and a complete beginner at Python but from what I have seen so far it is pretty awesome. But as a first language? Going from C++ to VBA took me less than a week to write some decent code because I was so familiar with all the concepts. Python is so different from all of the other languages out there...


Back
Top Bottom