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

Поділитися
Вставка
  • Опубліковано 8 лис 2024

КОМЕНТАРІ • 49

  • @djspinadic
    @djspinadic Рік тому +15

    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 6 місяців тому

      @@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  6 місяців тому

      @@dereknicolas7635 You're very welcome! Happy coding

  • @grahamgreen7174
    @grahamgreen7174 Рік тому +32

    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 8 місяців тому +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 11 місяців тому +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 7 місяців тому +8

      @@LearnRobotics but why would i?

  • @Th1sTh4t
    @Th1sTh4t 9 місяців тому

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

  • @robinorg1
    @robinorg1 4 місяці тому +6

    put MAC in title pls...

    • @LearnRobotics
      @LearnRobotics  3 місяці тому

      or just get a mac ;)

    • @yaemiko_9
      @yaemiko_9 2 місяці тому

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

    • @CHURCHISAWESUM
      @CHURCHISAWESUM 2 місяці тому

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

    • @alextremodelnorte1905
      @alextremodelnorte1905 5 днів тому

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

  • @byronguerrero7582
    @byronguerrero7582 4 місяці тому

    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  4 місяці тому

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

    • @byronguerrero7582
      @byronguerrero7582 4 місяці тому

      @@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  4 місяці тому

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

  • @samputrah
    @samputrah 4 місяці тому

    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  4 місяці тому +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".

  • @possiblyrei
    @possiblyrei 7 місяців тому

    is there a tutorial of yours for javascript?

    • @LearnRobotics
      @LearnRobotics  6 місяців тому

      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 6 місяців тому

      @@LearnRobotics its not for robotics :(

    • @chiragdhanani1033
      @chiragdhanani1033 Місяць тому

      ​@@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  11 місяців тому +1

      Yes process should be similar

  • @crazybigyo
    @crazybigyo Рік тому +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

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

    • @HemaDarshiniSelvaraju
      @HemaDarshiniSelvaraju Рік тому +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 2 місяці тому

    It's DOS...at the beginning

  • @MacroSolutionsInc
    @MacroSolutionsInc Рік тому

    Grazie Mille!

  • @Flow65389
    @Flow65389 Рік тому

    I like your accent :)

  • @Exodius__
    @Exodius__ 4 місяці тому

    Can somone give me the tl;dr

  • @ibegaming
    @ibegaming Рік тому

    can u help me

  • @AccountabilityFit
    @AccountabilityFit 3 місяці тому

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

  • @umairnazir5579
    @umairnazir5579 3 місяці тому

    Waste of time