Newbie Programming Resources

Here are some useful resources for folk new to programming

Tonight I asked the internet for recommendations on newbie friendly programming books and resources, and the internet obliged me with some excellent suggestions :-)

I just wanted to record these here for later review.

If you would like to contribute, I am looking for books that assume no prior knowledge and could teach a person the basics of programming. I am rubbish at recommending this type of stuff because the books I have read recently all assume some level of knowledge at some point. Please contact me!

@tosbourn Heard John Duckett has good books. @Codecademy is also great (that's what I'm using)!
Heather YamadaHosley (@Curious_Heather) November 27, 2013
@tosbourn For iOS there is: iOS Apprentice series: https://store.kodeco.com/ Stephen Kochan’s Objective-C book - https://www.informit.com/store/programming-in-objective-c-9780321967602
Ian Robinson (@IanRobinson) November 27, 2013
@tosbourn Also the Kevin McNeish iOS books. Get the iBook versions http://www.iosappsfornonprogrammers.com/
Ian Robinson (@IanRobinson) November 27, 2013
@tosbourn You’ve got this far. I wouldn’t bother!
Aaron Pollock (@vduglued) November 27, 2013

Recent posts View all

Web Dev

Creating draft posts in Jekyll

How to create and develop with draft posts in Jekyll

Ruby

Forcing a Rails database column to be not null

How you can force a table column to always have something in it with Rails