Tuesday, October 30, 2012

Ruby Programming Tutorials

Learning Ruby
Ruby study notes that form a Ruby programming tutorial.

Little Book Of Ruby
Ruby tutorial ebook - PDF download.

Ruby
An introduction to Ruby programming complete with source code from Bitwise magazine.

Ruby Hacking Guide
This is a site that houses a project to translate the Ruby book from Japanese into English. So far it looks like four of nineteen chapters have been translated.

Data Structures and Algorithms with Object-Oriented Design Patterns in Ruby
This also illustrates object-oriented design and it promotes the use of common, object-oriented design patterns. The algorithms and data structures in the book are presented in the Ruby programming language. Virtually all the data structures are presented in the context of a single class hierarchy. This commitment to a single design allows the programs presented in the later chapters to build upon the programs presented in the earlier chapters.

Learning Ruby
This is an online ruby programming tutorial in book form that can also be downloaded. It appears that it may still be under construction and currently goes up to creating you own classes and methods.

Programming Ruby
Programming Ruby: The Pragmatic Programmer's Guide is an online ruby programming book that appears to be fairly comprehensive.

Learn to Program
A basic Ruby programming tutorial.

A Little Ruby, A Lot of Objects
This is a draft book titled A Little Ruby, A Lot of Objects.

Ruby User Guide
Includes code examples.

(Poignant) Guide to Ruby
An online book about Ruby.

RubyCHannel Tutorial
This is an interactive tutorial with code that you can modify and have interpreted.

Ruby QuickRef
A Ruby quick reference in book format.

Qt Tutorial #1 - The 14 Steps
This tutorial gives an introduction to GUI programming using the Qt toolkit with QtRuby. It doesn't cover everything: the emphasis is on teaching the programming philosophy of GUI programming, and Qt's features are introduced as needed.

Ruby/Tk Tutorial
This tutorial is aimed at people that want to use Tk as toolkit with Ruby.

No comments:

Post a Comment