Use Other People's Code on GitHub in 15 Min (THE EASY WAY)

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ม.ค. 2025

ความคิดเห็น • 51

  • @spinadic
    @spinadic ปีที่แล้ว +16

    Thank you for making the most straightforward video on using GitHub code. I have been trying to do this for years, but no one has ever broken it down this way.

    • @LearnRobotics
      @LearnRobotics  ปีที่แล้ว +2

      Glad it helped!

    • @dereknicolas7635
      @dereknicolas7635 9 หลายเดือนก่อน

      @@LearnRobotics I would also like to personally thank you as this is the first video that managed to define basic terminology others assume we know, great job, you have a new subscriber!

    • @LearnRobotics
      @LearnRobotics  9 หลายเดือนก่อน

      @@dereknicolas7635 You're very welcome! Happy coding

  • @grahamgreen7174
    @grahamgreen7174 ปีที่แล้ว +35

    I actually laughed out loud while watching this because I've been frustrated for weeks trying to wrap my head around all of this, and when you ran into the errors where modules weren't found etc. is EXACTLY what I've been blowing my top trying to figure out! You should totally make a video that just explains the various things to do or try in that situation, I think it would help a lot of people especially since ALLLL the videos teaching git or github stuff try to explain EVERYTHING including all the commit and push and crap which puzzles me because why would anyone want someone who's just learning this stuff to be contributing code and such?? Ugh.

    • @LearnRobotics
      @LearnRobotics  ปีที่แล้ว +1

      Completely understand this - this video was actually a clarification for one of my students so I figured I'd share it with the preface that this is for beginners. Keep at it!

  • @JesseLuna805
    @JesseLuna805 10 หลายเดือนก่อน +3

    Awesome tutorial! Exactly what I was looking for! I'm a runner and was looking for a tool that could optimize running every street in a town (or part of town). I found a program on GitHub in Python and wanted to figure out how to run it locally on my Mac. This tutorial helps a bunch but I still can't figure out how to run the other app. I was able to get this chess game running. Thanks again!

  • @bobby_6455
    @bobby_6455 ปีที่แล้ว +4

    That must be the best and easiest explanation on the internet

  • @JB-vo8bq
    @JB-vo8bq ปีที่แล้ว +6

    hi can you please recommend someone that explains like you but uses windows to code? Your video was amazing, you explain things very well but i do not use mac :(

    • @LearnRobotics
      @LearnRobotics  ปีที่แล้ว +2

      Switch to Mac or Linux lol

    • @JB-vo8bq
      @JB-vo8bq ปีที่แล้ว

      Thanks thats really helpful, ill just switch my whole ecosystem to apple and get back to you! @@LearnRobotics

    • @possiblyrei
      @possiblyrei 9 หลายเดือนก่อน +8

      @@LearnRobotics but why would i?

  • @samputrah
    @samputrah 7 หลายเดือนก่อน

    I think you lost everyone at the 5:53 mark. You start trying to execute the game, but how did you know what to type in?

    • @LearnRobotics
      @LearnRobotics  7 หลายเดือนก่อน +1

      For this particular package, it's in python, so to run python, you have to type in the version of python that is installed. You can see that when I used "python" that command wasn't recognized, so I typed "python [tab]" to see what version was installed on my mac. This is where the python3 command came from.
      The main.py file is the code that runs the game. The repo you use should tell you which file to execute. It's a common practice to name the executable file "main".

  • @robinorg1
    @robinorg1 6 หลายเดือนก่อน +7

    put MAC in title pls...

    • @LearnRobotics
      @LearnRobotics  6 หลายเดือนก่อน

      or just get a mac ;)

    • @yaemiko_9
      @yaemiko_9 5 หลายเดือนก่อน

      And why would I buy that shit? It can't game​@@LearnRobotics

    • @CHURCHISAWESUM
      @CHURCHISAWESUM 5 หลายเดือนก่อน

      Mac is not in all caps. Macintosh and MAC as in MAC address are not the same thing

    • @alextremodelnorte1905
      @alextremodelnorte1905 2 หลายเดือนก่อน

      They're quite expensive and also significantly cumbersome in certain ways.

  • @Th1sTh4t
    @Th1sTh4t ปีที่แล้ว

    Thanks for this great video.
    btw what Microphone do you use? Sounded really great.

  • @byronguerrero7582
    @byronguerrero7582 7 หลายเดือนก่อน

    Hey thank you so much! I’ve been looking all online for people building GitHub projects! Do you take request? Also do you have a community forum for help?

    • @LearnRobotics
      @LearnRobotics  7 หลายเดือนก่อน

      not sure what you mean by this. GitHub is just a place to store projects

    • @byronguerrero7582
      @byronguerrero7582 6 หลายเดือนก่อน

      @@LearnRobotics I know what Github is I was just wondering if you take request on how to build certain project on Github. The reason I asked is because Ive had issues building certain projects (software's) on Github. This video did that so I thought you had more videos like it and if you take request to teach how to set up other software. If not then fine

    • @LearnRobotics
      @LearnRobotics  6 หลายเดือนก่อน

      @@byronguerrero7582 So the reverse of getting a project from GitHub? i.e. How do I add my files to GitHub?

  • @otownslinky
    @otownslinky 2 วันที่ผ่านมา

    yea babyyyyyyyy

  • @possiblyrei
    @possiblyrei 9 หลายเดือนก่อน

    is there a tutorial of yours for javascript?

    • @LearnRobotics
      @LearnRobotics  9 หลายเดือนก่อน

      what specifically do you want to see in javascript? Happy to consider a video if there's a relevant robotics application in mind.

    • @possiblyrei
      @possiblyrei 9 หลายเดือนก่อน

      @@LearnRobotics its not for robotics :(

    • @chiragdhanani1033
      @chiragdhanani1033 4 หลายเดือนก่อน

      ​@@LearnRobotics can you show live app making process like compilation on dart and builted app

  • @amiruladry3195
    @amiruladry3195 ปีที่แล้ว

    is it same if I use linux? (sorry for asking I'm a beginner noobies) :/

    • @LearnRobotics
      @LearnRobotics  ปีที่แล้ว +1

      Yes process should be similar

  • @crazybigyo
    @crazybigyo 2 ปีที่แล้ว +3

    How do we know the code is safe to run and not a way of coders with malicious intent to take advantage of beginners wanting to learn coding and run scripts they don’t understand?

    • @LearnRobotics
      @LearnRobotics  2 ปีที่แล้ว +2

      YMMV. Don't run code you're suspicious of.

    • @HemaDarshiniSelvaraju
      @HemaDarshiniSelvaraju 2 ปีที่แล้ว +3

      you use sandbox environment

    • @HemaDarshiniSelvaraju
      @HemaDarshiniSelvaraju ปีที่แล้ว +1

      you got to learn more on virtualization and how to run multiple operating system in a single machine. Its very much interesting for me. And based on your initial questions i think you might need that :)

  • @jasonyates1923
    @jasonyates1923 4 หลายเดือนก่อน

    It's DOS...at the beginning

  • @Exodius__
    @Exodius__ 7 หลายเดือนก่อน

    Can somone give me the tl;dr

  • @ibegaming
    @ibegaming ปีที่แล้ว

    can u help me

  • @Flow65389
    @Flow65389 ปีที่แล้ว

    I like your accent :)

  • @AccountabilityFit
    @AccountabilityFit 5 หลายเดือนก่อน

    Doesn't seem like this is a Windows friendly video, lol

    • @LearnRobotics
      @LearnRobotics  5 หลายเดือนก่อน

      The process is similar

  • @MacroSolutionsInc
    @MacroSolutionsInc ปีที่แล้ว

    Grazie Mille!

  • @umairnazir5579
    @umairnazir5579 6 หลายเดือนก่อน

    Waste of time