Ruby Programming Language – Full Course
1 min read
Learn the Ruby programming language in this full course / tutorial. The course is designed for new programmers, and will introduce common programming …
source
Daily Global New Media
Learn the Ruby programming language in this full course / tutorial. The course is designed for new programmers, and will introduce common programming …
source
Hey everyone! Thanks for watching my course
Follow me on twitter at https://twitter.com/mike_dane
The Code Example in Case Expression can also be written using hashes , like :
def get_day_name(day)
dayHash = {
"mon" => "Monday",
"tue" => "Tuesday",
"wed" => "Wednesday",
"thu" => "Thursday",
"fri" => "Friday",
"sat" => "Saturday",
"sun" => "Sunday"
}
return dayHash[day]
end
puts get_day_name("mon")
Love what you do, I also try to explain complex ideas in beginner language on my channel, I would appreciate your support https://www.youtube.com/channel/UC6N4i972Z7F-ozmUWDakS1Q
Thank you so much for this course! Btw, great office names 😉
What is a difference between a Variable and a String?
Thanks!. It helps a lot, if you already know some programming language(like I do). Nice and brief introduction in Ruby, good job!
😊😊😊😊
Alt-R to run now!! Great tutorial btw!
you can also use phrase[0..3] and its more readable
Evrone team (Ruby developers and organizers of the largest Ruby conference in Russia – RubyRussia) made a film about how an IT company survived 2020. Check out this movie: https://youtu.be/0tGPuFIwMvQ
Me at 0:34: lucky me i use repl.it
This was the most in-depth, well developed tutorial on Ruby I have found. @Mike Dane makes it so easy to follow along and puts it all in real layman's terms for the beginner. I have 16 pages of notes on a Google doc from this. I highly recommend this tutorial. I wish he would do one on Rails too!
does rubyinstaller workon 32 bit pcs?
Great tutorials. Thanks very much.
When working with if statements why using def. Using it is giving an error else without rescue is useless although after removing it its working perfectly. So why use Def?
41:25
15:41
platformio-ide-terminal is saying it needs python. I don't feel like fixing this, someone reply.
thakuio
Which package should I install for windows in getting user point pls anyone tell me
(1:11:00) Don't use: [[ puts "Roses are " + color ]], use: [[ puts "Roses are #{color}" ]].
Am i the only person who uses windows and cant instal that terminal?????
Super weird and tacky that he put himself very large in the corner like that, it's just too distracting. Is there a way to remove him? He didn't even bother to put on a real shirt or look decent.
Edit: Putting a Piece of Paper over the screen to remove him from sight. Not trying to be mean but I just can't have him all in my face distracting me from the information.
Hello. Is ruby (aka rails) still (2020) worth it to learn for web development? Thanks.
when he said ctrl r its alt r on windows
hmmm what is html
Best course of RUBY ever
It is easier than python
I would say, too basic, this guy did not talk about thing that make ruby so special, list comprehension, yield and so on
1. (0:00) Introduction
3:03:10 "HTML is just like, um, another programming language"
Well yes but actually no, but still great course.
In my PC was alt +R to run
having a friend named karen ……
big oof
can someone help. is there an alternative to the 'atom-runner' package as it's not available for me to install(can't see it, zero results)
that language is easy to convert from ruby script to .EXE ?
⌨️ 1. (0:00) Introduction
⌨️ 2. (1:24) Windows Installation
⌨️ 3. (4:45) Mac Installation
⌨️ 4. (6:38) Hello World / Setup
⌨️ 5. (12:01) Drawing a Shape
⌨️ 6. (18:17) Variables
⌨️ 7. (28:32) Data Types
⌨️ 8. (33:13) Working With Strings
⌨️ 9. (44:03) Math & Numbers
⌨️ 10. (53:54) Getting User Input
⌨️ 11. (1:01:09) Building a Calculator
⌨️ 12. (1:08:15) Building a Mad Libs Game
⌨️ 13. (1:12:45) Arrays
⌨️ 14. (1:21:31) Hashes
⌨️ 15. (1:27:42) Methods
⌨️ 16. (1:35:28) Return Statement
⌨️ 17. (1:40:26) If Statements
⌨️ 18. (1:52:24) If Statements (continued)
⌨️ 19. (1:59:11) Building a Better Calculator
⌨️ 20. (2:07:19) Case Expressions
⌨️ 21. (2:16:07) While Loops
⌨️ 22. (2:22:36) Building a Guessing Game
⌨️ 23. (2:35:29) For Loops
⌨️ 24. (2:40:01) Exponent Method
⌨️ 25. (2:44:45) Comments
⌨️ 26. (2:49:23) Reading Files
⌨️ 27. (2:57:55) Writing Files
⌨️ 28. (3:06:34) Handling Errors
⌨️ 29. (3:14:29) Classes & Objects
⌨️ 30. (3:24:13) Initialize Method
⌨️ 31. (3:31:47) Object Methods
⌨️ 32. (3:37:11) Building a Quiz
⌨️ 33. (3:46:21) Inheritance
⌨️ 34. (3:53:50) Modules
⌨️ 35. (3:59:06) Interactive Ruby (irb)
You look like 3rd brother of Tokio Hotel band XD
⌨️ 1. (0:00) Introduction
⌨️ 2. (1:24) Windows Installation
⌨️ 3. (4:45) Mac Installation
⌨️ 4. (6:38) Hello World / Setup
⌨️ 5. (12:01) Drawing a Shape
⌨️ 6. (18:17) Variables
⌨️ 7. (28:32) Data Types
⌨️ 8. (33:13) Working With Strings
⌨️ 9. (44:03) Math & Numbers
⌨️ 10. (53:54) Getting User Input
⌨️ 11. (1:01:09) Building a Calculator
⌨️ 12. (1:08:15) Building a Mad Libs Game
⌨️ 13. (1:12:45) Arrays
⌨️ 14. (1:21:31) Hashes
⌨️ 15. (1:27:42) Methods
⌨️ 16. (1:35:28) Return Statement
⌨️ 17. (1:40:26) If Statements
⌨️ 18. (1:52:24) If Statements (continued)
⌨️ 19. (1:59:11) Building a Better Calculator
⌨️ 20. (2:07:19) Case Expressions
⌨️ 21. (2:16:07) While Loops
⌨️ 22. (2:22:36) Building a Guessing Game
⌨️ 23. (2:35:29) For Loops
⌨️ 24. (2:40:01) Exponent Method
⌨️ 25. (2:44:45) Comments
⌨️ 26. (2:49:23) Reading Files
⌨️ 27. (2:57:55) Writing Files
⌨️ 28. (3:06:34) Handling Errors
⌨️ 29. (3:14:29) Classes & Objects
⌨️ 30. (3:24:13) Initialize Method
⌨️ 31. (3:31:47) Object Methods
⌨️ 32. (3:37:11) Building a Quiz
⌨️ 33. (3:46:21) Inheritance
⌨️ 34. (3:53:50) Modules
⌨️ 35. (3:59:06) Interactive Ruby (irb)
A big thank you to 'Hamza Vlogs and gaming
'. This is copied and pasted. I just hope you never delete your comment.
How many programing languages you know? Every programming language I search it shows freecamp. BTW your videos helps me a lot.
No not this guy.
⌨️ 1. (0:00) Introduction
⌨️ 2. (1:24) Windows Installation
⌨️ 3. (4:45) Mac Installation
⌨️ 4. (6:38) Hello World / Setup
⌨️ 5. (12:01) Drawing a Shape
⌨️ 6. (18:17) Variables
⌨️ 7. (28:32) Data Types
⌨️ 8. (33:13) Working With Strings
⌨️ 9. (44:03) Math & Numbers
⌨️ 10. (53:54) Getting User Input
⌨️ 11. (1:01:09) Building a Calculator
⌨️ 12. (1:08:15) Building a Mad Libs Game
⌨️ 13. (1:12:45) Arrays
⌨️ 14. (1:21:31) Hashes
⌨️ 15. (1:27:42) Methods
⌨️ 16. (1:35:28) Return Statement
⌨️ 17. (1:40:26) If Statements
⌨️ 18. (1:52:24) If Statements (continued)
⌨️ 19. (1:59:11) Building a Better Calculator
⌨️ 20. (2:07:19) Case Expressions
⌨️ 21. (2:16:07) While Loops
⌨️ 22. (2:22:36) Building a Guessing Game
⌨️ 23. (2:35:29) For Loops
⌨️ 24. (2:40:01) Exponent Method
⌨️ 25. (2:44:45) Comments
⌨️ 26. (2:49:23) Reading Files
⌨️ 27. (2:57:55) Writing Files
⌨️ 28. (3:06:34) Handling Errors
⌨️ 29. (3:14:29) Classes & Objects
⌨️ 30. (3:24:13) Initialize Method
⌨️ 31. (3:31:47) Object Methods
⌨️ 32. (3:37:11) Building a Quiz
⌨️ 33. (3:46:21) Inheritance
⌨️ 34. (3:53:50) Modules
⌨️ 35. (3:59:06) Interactive Ruby (irb)
He does ruby too nice 👌
God bless you for this. You're the real gem here!
I watch only Mike's video in freecodecamp
Normally I use Sublime for this stuff but I wanted to try Atom and when I ran the code, it said Unable to find command: ruby and yet I downloaded Ruby. What do I need to fix?
Kevin, Karen, Oscar, Andy
The Office characters?
need to run as root or suid i get that message when i try to run alt+r. Any help?
Thank you so much
Nice job, well done. I go through full four hours video clip. Very impressive and helpful.
1:04:00 " The last time i checked 5+2 wasnt 52 " lol 😂😂