Where to start in Programming

Post » Tue Feb 04, 2014 5:04 am

I'd like to start programming but the problem is that I don't know where to begin. Hopefully someone can lend some insight on things like what resources to use, what language to start with, and the beginning steps? Thanks, and I apologize if this was already sort of a thread.
User avatar
Lucy
 
Posts: 3362
Joined: Sun Sep 10, 2006 4:55 am

Post » Tue Feb 04, 2014 7:15 pm

I like Python for a beginning language. Nice, human-readable syntax. Pleny of power, enforces good code formatting, lots of online resources, procedural to begin with, but allows for Object-oriented (and functional). Really, arguably, the only bad thing about the language is the dynamic instead of static typing (which I don't see as a bad thing -- though not necessarily a good thing either).
User avatar
John N
 
Posts: 3458
Joined: Sun Aug 26, 2007 5:11 pm


Return to Othor Games