Teaching Tree
Subject
Computer Science
Ruby Programming
Math
Add
Login
Sign Up
Michael Koby - CodeCasts.tv
CodeCasts.tv - Intro to Ruby 01 - Numbers and Strings
Topic:
Miscellaneous
Teacher:
Michael Koby
Concepts In This Lecture:
Installation - 01:02
IRB - 01:28
Basic Math - 01:57
Duck Typing - 02:47
Numbers in Ruby - 04:36
Strings - 06:25
Combining Strings (concatenation) - 06:44
Intro to Ruby - 02 - The String Addendum
Topic:
Strings and Related Methods
Teacher:
Michael Koby
Concepts In This Lecture:
Types of Quotations (double vs... - 00:16
Escape Characters - 02:16
Intro to Ruby - 03 - Arrays & Hashes
Topic:
Array Methods
Teacher:
Michael Koby
Concepts In This Lecture:
Arrays - 00:50
Negative Array Index - 02:54
Adding to an Array - 03:43
Hashes - 05:18
Intro to Ruby - 04 - Flow Control
Topic:
Miscellaneous
Teacher:
Michael Koby
Concepts In This Lecture:
Flow Control - 00:16
If Statement - 00:33
Else Statement - 02:55
While Loops - 05:21
Each Method - 07:16
Intro to Ruby - 05 - Methods
Topic:
Miscellaneous
Teacher:
Michael Koby
Concepts In This Lecture:
Methods - 00:18
Arguments - 01:43
Default Values for Arguments - 03:15
Intro to Ruby - 06 - Methods Addendum
Topic:
Miscellaneous
Teacher:
Michael Koby
Concepts In This Lecture:
Multiple Arguments - 00:24
Using Parentheses - 01:36
Intro to Ruby - 07 - Intro to Classes: Part 01
Topic:
Miscellaneous
Teacher:
Michael Koby
Concepts In This Lecture:
Classes - 00:16
Objects - 01:19
Encapsulation - 02:37
Setting Attributes - 03:02
Attr_accessor - 03:02
Intro to Ruby - 08 - Intro to Classes: Part 02
Topic:
Miscellaneous
Teacher:
Michael Koby
Concepts In This Lecture:
Initialize Method - 00:14
Intro to Ruby - 09 - Methods in Classes
Topic:
Miscellaneous
Teacher:
Michael Koby
Concepts In This Lecture:
Class Methods - 00:47
Instance Methods - 04:46
Defining Instance Methods - 05:26
Intro to Ruby - 10 - Classes: Putting it All Together
Topic:
Miscellaneous
Teacher:
Michael Koby
Concepts In This Lecture:
Classes - 00:37
Intro to Ruby - 11 - Modules
Topic:
Miscellaneous
Teacher:
Michael Koby
Concepts In This Lecture:
Modules - 00:04
Intro to Ruby - 12 - Input, Output
Topic:
Miscellaneous
Teacher:
Michael Koby
Concepts In This Lecture:
I/O (input/output) - 00:03
Gets - 00:56
Fizzbuzz Program - 05:14
Intro to Ruby - 13 - Files
Topic:
Miscellaneous
Teacher:
Michael Koby
Concepts In This Lecture:
Reading Files - 01:54
Open Method - 01:54
Intro to Ruby - 14 - Error Handling
Topic:
Miscellaneous
Teacher:
Michael Koby
Concepts In This Lecture:
Error Handling - 00:11
Begin...End - 00:39
Rescue - 00:40
Rescue Exceptions - 01:39
Intro to Ruby - 15 - Separating Programs into Multiple Files
Topic:
Miscellaneous
Teacher:
Michael Koby
Concepts In This Lecture:
Requiring Files - 01:33