Newbie question: (free) on-line courses?

Hello, all. There's a bunch of free on-line training for Javascript, CSS, etc., etc., but I haven't found anything of the sort for Ruby. I *assume* I'm just looking in the wrong places. But I've really enjoyed the little exposure I've already had -- Ruby seems to take the best of Perl and Python, blend them together, and add some magic fairy dust to boot. I've got a project coming up, and I'd love to do it in Ruby, but I definitely need a bit more of an intro, and a training course (or good documentation suggestions?) would be ideal.

Thanks kindly!

-Ken

···

--
This mail was scanned by BitDefender
For more information please visit http://www.bitdefender.com/links/en/frams.html

Have you had a look at this?

http://rubymonk.com/

Sam

···

On 11/29/2012 07:36 AM, Ken D'Ambrosio wrote:

Hello, all. There's a bunch of free on-line training for Javascript, CSS, etc., etc., but I haven't found anything of the sort for Ruby. I *assume* I'm just looking in the wrong places. But I've really enjoyed the little exposure I've already had -- Ruby seems to take the best of Perl and Python, blend them together, and add some magic fairy dust to boot. I've got a project coming up, and I'd love to do it in Ruby, but I definitely need a bit more of an intro, and a training course (or good documentation suggestions?) would be ideal.

Thanks kindly!

-Ken

http://mislav.uniqpath.com/poignant-guide/book/

The Book is tells a bizzare, yet funny story while teaching the reader
Ruby. Scroll down to find more Ruby study sources.

If you can get a copy of "Eloquent Ruby", maybe from a library that
should be your first choice.

···

--
Posted via http://www.ruby-forum.com/.

Codecademy just added Ruby.

Learn Ruby the Hard Way by Zed Shaw

The Ruby on Rails Tutorial by Michael Hartl

Pretty new and those have been the most useful so far.

···

Sent from my iPhone

On Nov 28, 2012, at 10:36 AM, Ken D'Ambrosio <ken@jots.org> wrote:

Hello, all. There's a bunch of free on-line training for Javascript, CSS, etc., etc., but I haven't found anything of the sort for Ruby. I *assume* I'm just looking in the wrong places. But I've really enjoyed the little exposure I've already had -- Ruby seems to take the best of Perl and Python, blend them together, and add some magic fairy dust to boot. I've got a project coming up, and I'd love to do it in Ruby, but I definitely need a bit more of an intro, and a training course (or good documentation suggestions?) would be ideal.

Thanks kindly!

-Ken

--
This mail was scanned by BitDefender
For more information please visit http://www.bitdefender.com/links/en/frams.html

The first edition of the Pickaxe is a bit dated but still a good
source IMHO. You find it and other material here:

Kind regards

robert

···

On Wed, Nov 28, 2012 at 7:36 PM, Ken D'Ambrosio <ken@jots.org> wrote:

Hello, all. There's a bunch of free on-line training for Javascript, CSS,
etc., etc., but I haven't found anything of the sort for Ruby. I *assume*
I'm just looking in the wrong places. But I've really enjoyed the little
exposure I've already had -- Ruby seems to take the best of Perl and Python,
blend them together, and add some magic fairy dust to boot. I've got a
project coming up, and I'd love to do it in Ruby, but I definitely need a
bit more of an intro, and a training course (or good documentation
suggestions?) would be ideal.

--
remember.guy do |as, often| as.you_can - without end
http://blog.rubybestpractices.com/

Depends.
It's a really great book but requires some basic understanding of Ruby.

For complete newbies I like to recommend Chris Pine's tutorial/book:

   Learn to Program, by Chris Pine

···

Am 28.11.2012 21:11, schrieb Michael Sas:

If you can get a copy of "Eloquent Ruby", maybe from a library that
should be your first choice.

--
<https://github.com/stomar/&gt;

Our own Josh Cheek's Ruby Kickstart: http://ruby-kickstart.com/

···

On Wed, Nov 28, 2012 at 3:07 PM, Renee <santoshamom@gmail.com> wrote:

Codecademy just added Ruby.

Learn Ruby the Hard Way by Zed Shaw

The Ruby on Rails Tutorial by Michael Hartl

Pretty new and those have been the most useful so far.

Sent from my iPhone

On Nov 28, 2012, at 10:36 AM, Ken D'Ambrosio <ken@jots.org> wrote:

> Hello, all. There's a bunch of free on-line training for Javascript,
CSS, etc., etc., but I haven't found anything of the sort for Ruby. I
*assume* I'm just looking in the wrong places. But I've really enjoyed the
little exposure I've already had -- Ruby seems to take the best of Perl and
Python, blend them together, and add some magic fairy dust to boot. I've
got a project coming up, and I'd love to do it in Ruby, but I definitely
need a bit more of an intro, and a training course (or good documentation
suggestions?) would be ideal.
>
> Thanks kindly!
>
> -Ken
>
> --
> This mail was scanned by BitDefender
> For more information please visit
Bitdefender - Global Leader in Cybersecurity Software
>
>
>

Some basic lessons at www.oldkingjames.org click link top of page to lessons index.

···

Date: Thu, 29 Nov 2012 06:07:25 +0900
From: santoshamom@gmail.com
Subject: Re: Newbie question: (free) on-line courses?
To: ruby-talk@ruby-lang.org
CC: ruby-talk@ruby-lang.org

Codecademy just added Ruby.

Learn Ruby the Hard Way by Zed Shaw

The Ruby on Rails Tutorial by Michael Hartl

Pretty new and those have been the most useful so far.

Sent from my iPhone

On Nov 28, 2012, at 10:36 AM, Ken D'Ambrosio <ken@jots.org> wrote:

> Hello, all. There's a bunch of free on-line training for Javascript, CSS, etc., etc., but I haven't found anything of the sort for Ruby. I *assume* I'm just looking in the wrong places. But I've really enjoyed the little exposure I've already had -- Ruby seems to take the best of Perl and Python, blend them together, and add some magic fairy dust to boot. I've got a project coming up, and I'd love to do it in Ruby, but I definitely need a bit more of an intro, and a training course (or good documentation suggestions?) would be ideal.
>
> Thanks kindly!
>
> -Ken
>
> --
> This mail was scanned by BitDefender
> For more information please visit Bitdefender - Global Leader in Cybersecurity Software
>
>
>

And don't forget about the Ruby Documentation. For example:

http://www.ruby-doc.org/core-1.9.3/String.html

You can do a LOT with these three.

Also, I vote for "Eloquent Ruby" for when you feel a bit more secure with
the language. It's simply the best (intermediary with some advanced topics)
book I've read so far. If you know a bit about object oriented design,
"Design Pattern with Ruby" from the same author is a good one too.

Enjoy!

···

-----
Carlos Agarie

Control engineering
Polytechnic School, University of São Paulo, Brazil
Computer engineering
Embry-Riddle Aeronautical University, USA

2012/11/29 Alexander McMillan <alexandermcmillan@hotmail.com>

Some basic lessons at www.oldkingjames.org click link top of page to
lessons index.

> Date: Thu, 29 Nov 2012 06:07:25 +0900
> From: santoshamom@gmail.com
> Subject: Re: Newbie question: (free) on-line courses?
> To: ruby-talk@ruby-lang.org
> CC: ruby-talk@ruby-lang.org

>
> Codecademy just added Ruby.
>
> Learn Ruby the Hard Way by Zed Shaw
>
> The Ruby on Rails Tutorial by Michael Hartl
>
> Pretty new and those have been the most useful so far.
>
> Sent from my iPhone
>
> On Nov 28, 2012, at 10:36 AM, Ken D'Ambrosio <ken@jots.org> wrote:
>
> > Hello, all. There's a bunch of free on-line training for Javascript,
CSS, etc., etc., but I haven't found anything of the sort for Ruby. I
*assume* I'm just looking in the wrong places. But I've really enjoyed the
little exposure I've already had -- Ruby seems to take the best of Perl and
Python, blend them together, and add some magic fairy dust to boot. I've
got a project coming up, and I'd love to do it in Ruby, but I definitely
need a bit more of an intro, and a training course (or good documentation
suggestions?) would be ideal.
> >
> > Thanks kindly!
> >
> > -Ken
> >
> > --
> > This mail was scanned by BitDefender
> > For more information please visit
Bitdefender - Global Leader in Cybersecurity Software
> >
> >
> >
>

Aww :slight_smile:

I actually still teach people from this curriculum, though the format is
different since the groups are smaller.

-Josh

···

On Wed, Nov 28, 2012 at 3:51 PM, Eric Christopherson < echristopherson@gmail.com> wrote:

Our own Josh Cheek's Ruby Kickstart: http://ruby-kickstart.com/

https://www.edx.org/courses/BerkeleyX/CS169.1x/2012_Fall/about is great
online course for Software as a Service with Ruby in mind.
There is 2nd part of it on edx.org site, but it's advanced. You will learn
Ruby by example, and best practices. 2nd part course:
https://www.edx.org/courses/BerkeleyX/CS169.2x/2012_Fall/about

I've took 1st part and it's great, even you get unofficial certificate from
professors Armando Fox and Dave Patterson.

···

2012/11/29 Carlos Agarie <carlos.agarie@gmail.com>

And don't forget about the Ruby Documentation. For example:

Class: String (Ruby 1.9.3)
Class: Array (Ruby 1.9.3)
Class: Hash (Ruby 1.9.3)

You can do a LOT with these three.

Also, I vote for "Eloquent Ruby" for when you feel a bit more secure with
the language. It's simply the best (intermediary with some advanced topics)
book I've read so far. If you know a bit about object oriented design,
"Design Pattern with Ruby" from the same author is a good one too.

Enjoy!

-----
Carlos Agarie

Control engineering
Polytechnic School, University of São Paulo, Brazil
Computer engineering
Embry-Riddle Aeronautical University, USA

2012/11/29 Alexander McMillan <alexandermcmillan@hotmail.com>

Some basic lessons at www.oldkingjames.org click link top of page to
lessons index.

> Date: Thu, 29 Nov 2012 06:07:25 +0900
> From: santoshamom@gmail.com
> Subject: Re: Newbie question: (free) on-line courses?
> To: ruby-talk@ruby-lang.org
> CC: ruby-talk@ruby-lang.org

>
> Codecademy just added Ruby.
>
> Learn Ruby the Hard Way by Zed Shaw
>
> The Ruby on Rails Tutorial by Michael Hartl
>
> Pretty new and those have been the most useful so far.
>
> Sent from my iPhone
>
> On Nov 28, 2012, at 10:36 AM, Ken D'Ambrosio <ken@jots.org> wrote:
>
> > Hello, all. There's a bunch of free on-line training for Javascript,
CSS, etc., etc., but I haven't found anything of the sort for Ruby. I
*assume* I'm just looking in the wrong places. But I've really enjoyed the
little exposure I've already had -- Ruby seems to take the best of Perl and
Python, blend them together, and add some magic fairy dust to boot. I've
got a project coming up, and I'd love to do it in Ruby, but I definitely
need a bit more of an intro, and a training course (or good documentation
suggestions?) would be ideal.
> >
> > Thanks kindly!
> >
> > -Ken
> >
> > --
> > This mail was scanned by BitDefender
> > For more information please visit
Bitdefender - Global Leader in Cybersecurity Software
> >
> >
> >
>