Ruby Programming Language - Full Course

Поделиться
HTML-код
  • Опубликовано: 20 окт 2024

Комментарии • 926

  • @hamzavlogsandgaming6903
    @hamzavlogsandgaming6903 4 года назад +676

    ⌨️ 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)
    Thank you!

    • @supjoshd
      @supjoshd 4 года назад +24

      You are a gift to mankind

    • @hamzavlogsandgaming6903
      @hamzavlogsandgaming6903 4 года назад +3

      oh thanks!

    • @vivek5147
      @vivek5147 4 года назад +4

      You are great man

    • @danman2897
      @danman2897 4 года назад +28

      u legit just c an p the timestamps from the descrition lol

    • @ralfsbistra8114
      @ralfsbistra8114 4 года назад +5

      @@danman2897 L m a o ~atleast he tried.~

  • @davewilliams5339
    @davewilliams5339 2 года назад +129

    I've been a C# programmer for 10+ years and have just joined an organisation that uses Ruby, as a manager. I'm not a hands-on dev any more, but I wanted to understand the code that my team uses. This tutorial has been fantastic, so informative and easy to follow, many thanks!!!

    • @jamaal1282
      @jamaal1282 3 месяца назад

      Hey, sir. Do you have any advice for someone who is about to start this tutorial?

  • @yourfriend7736
    @yourfriend7736 2 года назад +366

    I wonder how this guy knows every language that we search for and still didn't use any eyeglasses, Great tutorial Man!!

    • @dimitridoroshko
      @dimitridoroshko 2 года назад +44

      What if I told you that knowing the syntax of many languages is not the same as being good at programming. It's better to know one language and be useful at work, rather than knowing 10+ languages and not being able to do any meaningful work

    • @devanshpatil1065
      @devanshpatil1065 2 года назад +12

      @@dimitridoroshko You're spitting facts. It's much more productive to know the ins and outs of a particular stack than just know a bit of everything.

    • @teenskeey2157
      @teenskeey2157 2 года назад +1

      😂😂😂hope he answers this comment.

    • @mbk0mbk
      @mbk0mbk 2 года назад +2

      @@dimitridoroshko not only that but we end up having to learn minimum 2 to 3 languages wheather it's backed or frontend or just streamline task.

    • @maliha.ishtiaq
      @maliha.ishtiaq 2 года назад

      😅🤣😂

  • @samuelsama8780
    @samuelsama8780 6 лет назад +488

    you are a walking live BLESSING FOR PROVIDING THIS FOR FREE, SO MUCH SUCCESS TO YOU AND YOU FAMILY, AGAIN BLESS YOU

    • @komaganpp3025
      @komaganpp3025 5 лет назад +2

      SAMUEL SAMA god bless....

    • @たか-u2v
      @たか-u2v 4 года назад

      @@komaganpp3025
      I know

    • @cherriepie
      @cherriepie 4 года назад +1

      Lol don't get too excited mate

  • @nikolaswalter490
    @nikolaswalter490 5 лет назад +89

    I learnt more from this vid about type files, classes and algorhythms in general more then I did in 4 years of IT oriented high school, WHICH IS MOSTLY MY FAULT because I always played games there, but props to you because I actually didn't find your explanation boring and I was able to watch it all through. It's amazing how much I've just learned in 4 hours. Bless you

  • @saintedafebain
    @saintedafebain 4 года назад +38

    Hello Mike, I have never commented on anything on RUclips but i have to give you this one. Thanks a million for this content, it was very educative, enlightening and one of the best i have seen so far. Please keep up the good work

  • @mushfiq1991
    @mushfiq1991 5 лет назад +73

    this is like a 1 semester worth of intro to CS course. job well done dude. keep it up

  • @mehmoodqadri9150
    @mehmoodqadri9150 5 лет назад +7

    For your character range (puts phrase [0,3]) the first parameter is what you want the function to start grabbing at (index 0) the second parameter is actually how many characters it should grab. It is not going to grab range. Go ahead and try this out if you guys like (for example, do puts phrase[2,4] and it will give you four characters back instead of two like you would think).

  • @ryanjelilyan3853
    @ryanjelilyan3853 2 года назад +15

    It's quite incredible how effective teaching something with such simplicity can be. Thanks for creating this tutorial bruv.

  • @wr999en
    @wr999en Год назад +3

    I ran through this course over the course of the past 3 days at 2x speed. I wrote out and tested everything along with him, as I went. Very well explained. Never boring. Excellent course. Great job! Thanks! This makes me want to write a bunch of Ruby apps now, to try to learn this more thoroughly and test a bunch of things. I should understand my Ruby on Rails code a lot better now too, hopefully! I ran through the Rails freecodecamp course previously, a year or so ago.

  • @marcoadev
    @marcoadev Год назад +3

    so I finished this course and I'm so proud of myself. I'm just starting to learn to code at a bootcamp and this helped me a lot. Time to practice everything I learnd in this. Specially classes & objects.

  • @cack
    @cack 4 года назад +8

    GOD BLESS YOU, if it weren't for you i would've given up Ruby. i have watched the whole tutorial. You are a living god, bless you and your family for providing this for FREE.

  • @peterbarlow7781
    @peterbarlow7781 4 года назад +9

    Thank you for this! I learned more in 4 hours than in my entire first semester of CS. You explain the simple concepts so clearly in a sentence or two which is awesome.

  • @tyengineer0
    @tyengineer0 6 лет назад +7

    Thank you so much man! I definitely needed this course. I had learned Ruby YEARS ago and had pretty much forgotten just about everything except what a method is lol this was great keep up the awesome work I hope to see more, you definitely know what you're doing when it comes to teaching coding and programming. Thanks again

  • @belitungbule
    @belitungbule 6 лет назад +377

    For print "Hello World" at 11:31 Windows command is 'Alt + R' not 'Ctrl + R' (Mac Command)

  • @faye3364
    @faye3364 6 лет назад +14

    My god, by far you are the best teacher I’ve seen, thanks to u I felt a lot more clear about this language, you are awesome!

  • @SuperKasidit
    @SuperKasidit 5 лет назад +8

    Top notch Mike. Love your style, very clear explanation and easy to follow. You are a true teacher.

  • @SacrumImperiumRomanum
    @SacrumImperiumRomanum 4 года назад +30

    God bless you for this. You're the real gem here!

  • @kevinhemphill4317
    @kevinhemphill4317 3 года назад +9

    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!

    • @haiderbajwa5413
      @haiderbajwa5413 3 года назад

      thanks bro

    • @manivardhan1
      @manivardhan1 11 месяцев назад

      Can you email the document

    • @aadilabrejo
      @aadilabrejo 9 месяцев назад

      Hey @kevinhemphill4317 if it's possible, could you please share the document with us?

    • @StephenW-id7rd
      @StephenW-id7rd Месяц назад

      ​@@aadilabrejoDon't be lazy.

  • @rodriguin2810
    @rodriguin2810 3 года назад +7

    59:43, if you dont wanna to use gets.chomp() put in the variable name, name.strip() when printing the phrase with the name. it will remove the line and if you add spaces before or after it will remove too so, i think it is more efficient in this case

  • @substance313
    @substance313 Год назад +2

    Such a great tutorial man, really appreciate the way you simply but informatively explain this!

  • @thatrubylife5813
    @thatrubylife5813 4 года назад +59

    This is a nice and concise tutorial, but you have a very Pythonic approach to writing Ruby code. The magic of Ruby is that even though you can write code like Python (the one-and-only way approach), you can actually be much more expressive (the idea that less code does more) without being cryptic (like Perl expressiveness). I'd suggest you try to learn to totally avoid return statements (they're almost never needed to return values) and try not to over-use parentheses (this isn't Python 3.x). That being said, thanks for this nice, un-monetized tutorial.

    • @vpundir3024
      @vpundir3024 3 года назад

      Can you explain in short

    • @wateryagarvideos5186
      @wateryagarvideos5186 3 года назад +3

      @@vpundir3024 Its easy enough to understand.

    • @wateryagarvideos5186
      @wateryagarvideos5186 3 года назад

      @@vpundir3024 Just dont read in the ()s.

    • @mohammadabdelrahman786
      @mohammadabdelrahman786 3 года назад +2

      though I don't see anything wrong with that. Ruby accepts both ways of writing. There's a reason why python is so popular and is increasing in popularity.
      Now unless The Ruby Company decides to change the Ruby syntax, both methods are quite accepted and none is better than the other.

    • @alirezaghaffarian9038
      @alirezaghaffarian9038 3 года назад

      I actually enjoy that you can write Ruby code in a python manner. IK it is not the best at times, but it just makes ruby all that more familiar!

  • @SecretWealthProject
    @SecretWealthProject 5 лет назад +2

    The best coding course/teacher I've seen in my life... you're a natural, well done!

  •  4 года назад +4

    Amazing course for a absolute beginner. Thanks Mike!

  • @chaoobject001
    @chaoobject001 4 года назад +19

    [Excellent tutorial - thanks for the content! ]
    While the description of behavior regarding of selecting range within an Array is correct, the specification of the two parameters might be a little misleading.
    arrea_name[0, 2] means to start selection on index 0 and take 2 elements
    It does not mean to take elements up to (but not include index 2)
    This can be verified by running
    puts friends[1, 2]
    - it returns "Karen" and "Oscar", instead of just "Karen" as the explanation around 1:17:13 would suggest

    • @mohammadabdelrahman786
      @mohammadabdelrahman786 3 года назад +3

      Commenting just to make your note higher so people can see it.

    • @thangnd50
      @thangnd50 2 года назад

      more people should see this

  • @shubhanksaxena171
    @shubhanksaxena171 4 года назад +7

    This is so great! Thank you for this course, Mike!

  • @alexetc_
    @alexetc_ Год назад +1

    This was terrific - thanks for putting the time and energy into creating this tutorial!

  • @michalbotor
    @michalbotor 3 года назад +12

    (1:11:00) Don't use: [[ puts "Roses are " + color ]], use: [[ puts "Roses are #{color}" ]].

  • @carolblue9945
    @carolblue9945 5 лет назад +10

    Will you do an advanced variation of this? Maybe little projects? I so wish there were more ruby courses done by you. You are an awesome teacher.Thank you so much for this course. My eyes began to hurt after the first chapter of the o´reilly ruby books and this was just fun.

  • @yasminekordjazy3378
    @yasminekordjazy3378 11 месяцев назад +1

    Really amazing video for me to review all the things I had learned on my Ruby on Rails bootcamp but had forgotten (and even in more detail). A suggestion, though, would be to include a little quiz or exercise somewhere. Thanks so much!!!

  • @hassanlodhi3002
    @hassanlodhi3002 6 лет назад +35

    This was awesome. Can you please make a Ruby on Rails tutorial?

  • @tomasz6826
    @tomasz6826 Месяц назад

    This is pretty cool tutorial. Very clearly explained, contains everything what needed for the beginners. Thanks man you did it great.

  • @BharatPremi
    @BharatPremi 5 лет назад +9

    One of the finest Tutorials ever !

  • @rodvc599
    @rodvc599 4 года назад +2

    Did lots of reading about ruby, but this guy just simplify the whole & soooo weell!

  • @EnglishRain
    @EnglishRain 4 года назад +6

    I love how your accent is so absolutely clear, helps a ton in understanding you easily! Which area of US is your accent from?

    • @johnli264
      @johnli264 4 года назад

      Maybe he is British? :)

    • @JustValxntine
      @JustValxntine 4 года назад

      @@johnli264 he's not British

  • @yusufali3373
    @yusufali3373 6 лет назад +8

    Cool. You can also use sublime text, create a project in the ruby folder and open with gitbash then type ruby filename.rb.
    This is for those who don't want to use atom.

  • @ivanliong
    @ivanliong 4 года назад +2

    Great video! Learning Ruby very well now. Easy step - by - step video to follow and learn.

  • @hnybrr
    @hnybrr 5 лет назад +5

    @24:40
    Hi, thank you so much for the course! Learning so much already. Quick question:
    Codeacademy's course teaches:
    character_name = "John"
    puts "There was a man named #{character_name}"
    while yours looks like:
    character_name = "John"
    puts ("There was a man named " + character_name)
    >> They amount to the same result. Is there a difference with which one we should use?

    • @nelsonnavarro808
      @nelsonnavarro808 5 лет назад +1

      I think both works the same, bu Codeacademy is showing a better way to concatenate, it is more clean... :). Also with #{var} you can concatenate integer values with strings...

  • @griffindragon3562
    @griffindragon3562 11 месяцев назад +2

    After 3 years I'm back to this channel to resume my coding journey. 🤗🤗😱

  • @nomyeet9813
    @nomyeet9813 6 лет назад +45

    so for windows, you need to press alt-r to run atom runner

    • @nomyeet9813
      @nomyeet9813 6 лет назад +1

      Dan Nelson I didn’t use sublime in the code so idk, but I don’t think sublime text 3 can run anything. I tried it with JavaScript and python

    • @LunarKnight31415
      @LunarKnight31415 6 лет назад +4

      omgoodness thank you so much i stopped at 11:45 to try and find what I was doing wrong. why crtl R wasn't working

    • @nomyeet9813
      @nomyeet9813 6 лет назад +2

      No problem!

    • @Andrew-js1tb
      @Andrew-js1tb 6 лет назад +1

      Dan - Use control + b to "build".

    • @tatatmeme
      @tatatmeme 6 лет назад +1

      About terminal. I have puts "Hello!"
      Windows PowerShell
      Copyright (C) Microsoft Corporation. All rights reserved.
      PS C:\Users\User\Desktop\Ruby>ruby giraffe.rb
      But next terminal is empty

  • @dipti3463
    @dipti3463 4 года назад +2

    Huge respect to your selfless thoughts for providing such a detailed free video.

  • @NickLeeds
    @NickLeeds 6 лет назад +16

    Really good thorough tutorial

  • @ramonbatalha8687
    @ramonbatalha8687 2 года назад

    This tutorial is wonderful! The explanation about class was perfect. I never had been thinking class in that way!!

  • @wilbythelizard6853
    @wilbythelizard6853 5 лет назад +6

    This is a Great Tutorial For beginners!!

  • @LeDragoX
    @LeDragoX 3 года назад +2

    Very good Course! I made a GitHub Repository based on your Course while learning every chapter

  • @vonhoenhine1922
    @vonhoenhine1922 5 лет назад +3

    Anyone else have issues with Platformio-ide-terminal? I can get my .rb files to work using Interactive Ruby just fine but when using the Atom terminal it is not able to find the file despite the correct directory path being entered. (I've triple checked the directory path)
    Any advice much appreciated! Google is only turning up solved threads for old update issues, none of which have made any difference.

  • @gokulakrishnannarayanan3313
    @gokulakrishnannarayanan3313 3 года назад +1

    Thanks a loooooooooottttttttt sir.
    Your tutorial is one of d bests ever & easy to understand .
    I don't get as much as this understanding in my 3 months learning in ruby training centre. Thanks a lot.
    Keep helping us sir.

  • @avnijain423
    @avnijain423 5 лет назад +17

    1:15:02 He Created an array of THE OFFICE characters :D

  • @ramvik123
    @ramvik123 6 лет назад +1

    One of the best video...thank you for providing free ruby videos. You are THE best!

  • @oladimejijames9554
    @oladimejijames9554 6 лет назад +3

    Hello, i enjoy this training, please you can do this for Rail (Ruby on Rails) please. will be looking forward to that, thanks

  • @sauravkumar-gl8wg
    @sauravkumar-gl8wg Год назад

    Thanks , I got a ruby exam tommorow .... love what you did here

  • @x-dex118
    @x-dex118 6 лет назад +3

    im 45 mins in... so i took a break and tried to apply some and used the internet to help
    puts "What's your name, Mortal:"
    name = gets.chomp
    puts ("Sup " + name + ". How old are you bro?")
    age = gets.to_i
    puts "If you are #{age} that means you were born in #{2017-age}/#{2018-age}."
    :D

    • @valerie4275
      @valerie4275 5 лет назад

      Bold of you to think I am a mortal

    • @kandysman86
      @kandysman86 5 лет назад

      Yeah at about 45 minutes a wrote a programm that tells me how old i am in seconds, or how old in years, given the seconds lol

    • @Thomas-cr2pt
      @Thomas-cr2pt 5 лет назад +1

      require 'Date'
      puts "Enter your name:"
      name = gets.chomp()
      puts ("Enter your age")
      age = gets.to_i()
      puts ("Hello " + name + ", your age is #{age}")
      year_born = Date.today.year.to_i()
      puts "If you are #{age} that means you were born in #{year_born - age}."

  • @owenwexler7214
    @owenwexler7214 5 лет назад +4

    3:03:10 UM ACKSHUALLY HTML ISH A MARKUP LANGUASH NOT A PROGRAMMING LANGUASH
    Jk. Excellent tutorial sir. Just what I needed to get a start on Ruby 👍🏻

  • @Alex492r
    @Alex492r 4 года назад +2

    thanks dude ... many people wasted their time in quarantine i watched this vd and other of yours
    really thank you ❤❤❤

  • @ashhowell583
    @ashhowell583 5 лет назад +5

    After installing the terminal it still doesn't recognize the gets method that is called. Can anybody help me?

    • @Figey_2022
      @Figey_2022 4 года назад

      I won't work for me either

  • @luizguim
    @luizguim 2 года назад

    I attended a Bootcamp, but still come here every time I need a hint or reminder of something related to Ruby. Excellent video!

  • @johnkhachian8254
    @johnkhachian8254 4 года назад +4

    I see what you did there using all names of characters from The Office

  • @dronecuber7032
    @dronecuber7032 4 года назад +1

    I love your videos! Learning to code. LOVING IT!! YOU MAKE IT AWSOME!!

  • @hiimphoenix1485
    @hiimphoenix1485 5 лет назад +24

    Aren't we basically learning Python?

    • @animex8022
      @animex8022 5 лет назад +4

      Ikr they r so similar

    • @Astened258
      @Astened258 4 года назад +4

      Every programming language use the same concept.Only the syntax are different.

    • @codexcursors
      @codexcursors 4 года назад

      Everything in Ruby is an object and Ruby has more Pythonic and Dynamic of a syntax than Python so they're really different when it comes to understanding a programming language's concepts

    • @typehints
      @typehints 4 года назад

      I see a lot of similarity with Pandas as well

  • @anjelikakhachatryan4101
    @anjelikakhachatryan4101 3 года назад

    GREAT!! I learned more than during my entire sem in college. Thank you so much, Mike

  • @daniel-hc8gr
    @daniel-hc8gr 4 года назад +3

    Am i the only person who uses windows and cant instal that terminal?????

  • @mohammadsamiur4916
    @mohammadsamiur4916 5 лет назад

    thank you sir....i learn ruby....in my local institution there is no scope to learn ruby.....but now i learned ruby by your tutorial easy and best way.........i wrote from bangladesh

  • @Amber_Starlight_or_afton
    @Amber_Starlight_or_afton 2 года назад +4

    I am ruby 😲😲😲😲😲

  • @nomanfaraz786
    @nomanfaraz786 4 года назад

    One of the best video you can ever watch for a programming language

  • @noobprogrammer9879
    @noobprogrammer9879 5 лет назад +3

    Wrong explanation with phrase[0,3]

  • @moumitadas124
    @moumitadas124 6 лет назад +1

    most easy ruby course i came across. thank u very much for uploading

  • @toxicitysocks
    @toxicitysocks 10 месяцев назад +3

    RIP atom

  • @JC-hb2ob
    @JC-hb2ob 2 года назад +1

    Hi Mike, thank you so much for providing such a great course on RUclips.

  • @ianz8962
    @ianz8962 6 лет назад +3

    javascript or python? I already watch u teaching python, but i want developt a web, stacko. and quora says javascript is good for beginners and website development, i can make some function in python, but i still confused am i learn programming on the right path?, i still can't imagine write my own code into something, how it can be? Omg i dont even kno wut im sayin and doin right now, fuc

    • @freecodecamp
      @freecodecamp  6 лет назад +1

      If you want to get on the path to becoming a full stack web developer, you could check out www.freecodecamp.org. We have a completely free full curriculum for web development.

    • @jarnalyrkar
      @jarnalyrkar 5 лет назад +5

      Learn html, css, javascript, and then choose a server-side language, such as php, python or Ruby, (or node.js) . Once you are confident in these languages, you can easily jump to other languages as needed, as most modern programming languages shares the basics. But stick to those until you've built some websites, and then you can move on to frameworks later on.

  • @therealghazali
    @therealghazali 3 года назад +4

    Me Presses Alt+R : AMD Radeon Settings Pops-Up

  • @默-c1r
    @默-c1r 2 года назад

    Mike is so good at explaining, this is great regardless of your preexisting knowledge

  • @Urrzah
    @Urrzah 5 лет назад +3

    Ruby is such a majestic language. 😍 Much better than stupid python 🐍🤮👎🗑

  • @321sas
    @321sas Год назад +1

    If anyone is used to JavaScript or some other language, objects are called hashes or dictionaries in Ruby, and functions are always called methods.

  • @piotr780
    @piotr780 Год назад +5

    Ruby isnt popular at all ;)

  • @DevBishwasBh
    @DevBishwasBh 2 года назад

    Thanks a lot brother. I am a Python/Django and JS/React developer. And I was fascinated with Ruby/RoR, and I learnt the basics of Ruby this video. Let's see how my Ruby journey goes. I'll be updating under the comment section about my specific Ruby achievements.

  • @3no6a
    @3no6a 5 лет назад +4

    ik c++ BUT THIS IS ASSS HARD
    PENETRATION

  • @entity5678
    @entity5678 Год назад

    Still useful in May 2023..With a prior knowledge in Python it is very easy to understand and start using..Thanks Mike Dane

  • @jrsstars4093
    @jrsstars4093 3 года назад

    How can this person know every programming language!
    He is a living *LEGEND*

  • @GraemeWoller
    @GraemeWoller 5 лет назад

    Thanks very much for the full course! I haven't had an opportunity to try out much of the stuff in it yet, but I've had the full 4 hour thing playing back while I tinker away at some home reno and I can't wait to have a good chance to play with all the ideas.

  • @Miden1437
    @Miden1437 5 лет назад

    No ads you win will share, like, and tell people to check it out

  • @ritiksharma4534
    @ritiksharma4534 3 года назад

    veere sirra la ta tu. agg laa ti poori duniya ch aa vdeo kadh ke. harry fail krta bro tussi

  • @tryelsonmarques6058
    @tryelsonmarques6058 5 лет назад +2

    It's a really good tutorial, all the explanations are clear and directly. Great teacher!!

  • @ANTDOG123
    @ANTDOG123 5 лет назад +2

    You helped me get a job as a self taught/schooling coder

    • @markjames2164
      @markjames2164 4 года назад

      That is my aim also to get good stable work from and start to flip my life around

  • @haiderseducationhub8138
    @haiderseducationhub8138 4 года назад

    Nice job, well done. I go through full four hours video clip. Very impressive and helpful.

  • @pedroreisbr
    @pedroreisbr Год назад

    Very good explanation, quick and right to the point. Thanks so much for this!

  • @dyaryraoofbaizagha3516
    @dyaryraoofbaizagha3516 2 года назад

    Thank you so much for this comprehensive course. I learned a lot . keep up the good work

  • @terraflops
    @terraflops 5 лет назад

    this video should be watched by people who never programmed a thing. This video explains essential info easily to understand.

  • @penta5421
    @penta5421 5 лет назад +1

    Just finished the course! You're a great teacher and it was easy to follow!

    • @penta5421
      @penta5421 5 лет назад

      @@simple-p2f Well, it helped me, so I think it's good course. Everyone has their own opinion

    • @simple-p2f
      @simple-p2f 5 лет назад

      @@penta5421 He is totally wrong about modules. They don't work the way he described it. This is completely misleading and giving false idea about them.

    • @penta5421
      @penta5421 5 лет назад

      @@simple-p2f Oh ok, thanks for pointing it out, ill look it up myself on the internet then.

    • @simple-p2f
      @simple-p2f 5 лет назад

      ​@@penta5421 Ok, no problem. Specifically, you can try to read what happens when you include a module in the global scope. What class it gets mixed in in this case, and why its methods become accessible "in the console".

  • @nkrishnasagar4941
    @nkrishnasagar4941 5 лет назад +1

    This is by far the best tutorial to learn a programming language. Thank you so much Mike Dane. Keep rocking on!!

  • @maximocaceres4685
    @maximocaceres4685 2 года назад +2

    Found it very useful, thank you

  • @bazenscollection8195
    @bazenscollection8195 3 года назад

    A very talented teacher! Thanks brother for helping people.

  • @aliadmal7475
    @aliadmal7475 3 года назад

    watched the whole thing: learnt alot ( i am Faran (love from pakistan)) thanku soooooo much for this effort.God bless You.

  • @abisolaadebiyi5304
    @abisolaadebiyi5304 Год назад

    I learnt python from this guy, now learning ruby. Such a good tutor!

  • @MegaGames8059
    @MegaGames8059 11 месяцев назад +1

    Thank you so much, for those usefull informations about ruby programming language, and I've learned lots of many things I really appreciate for watching this video,
    eventually, Thank you so much.

  • @elindis
    @elindis 2 года назад +2

    Nice little crash course! Even with just these fundamentals, you can do quite a lot.

  • @warumnicht1603
    @warumnicht1603 3 года назад

    In 13 Arrays, puts friends[0, 2]. It should mean puts out from 0 up to 2 (this 2 is quantity, not position) elements, which will be element 0 and element 1. and if friends[2, 2] means from 2 uptown 2 (this 2 is quantity, not position) elements which will be element 2 and element 3.

  • @philipedision-mq9xj
    @philipedision-mq9xj Год назад

    Mike that thought me how to use python for the first time and c# so easy and clear.
    great job man ❤

  • @Jagdstolz
    @Jagdstolz 5 лет назад

    he has a talent to explain things pretty easy to understand. Very inuitive and nice video! I listened to the full 4h

  • @sonamuhialdeen7866
    @sonamuhialdeen7866 3 года назад

    So good tutorial it makes Ruby looks a nice language and not complicated

  • @webbtrekker534
    @webbtrekker534 5 лет назад

    I have only watched the first 40 minutes of the video but find your explanations and style very understandable. I'm on LinuxMint and need to get Ruby downloaded to try this out. Thanks