Introduction to Python with Anaconda for Beginners

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

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

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

    Thank you for this intro. I had downloaded Anaconda as it was recommended for Python beginners but was not sure what package to start. This explains it perfectly!

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

    This was one of the best python starter videos i have seen

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

    Thanks, now I finally understand how to use anaconda. Your video is much appreciated!

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

      Thank you very much for your kind words Casper. I am glad you find my video helpful.

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

    great video have to add that True and False needs to be capitalized which seemed obvious to me after i asked a friend whos a data scientist but i kept getting true not defined. python is case sensitive so keep that in mind

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

    You are a life saver!!!! I always wanted to learn Python thanks for this tutorial it helped ALOT!! keep them coming

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

    Great Job. Thanks

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

    I'm a beginner. Can this tut used in Linux environment? I've so far found no beginner video that explains use of Python, anaconda in Linux realm.

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

    Thank you so much, this is the best way to get started.

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

    Thanks, a lot, Matyas! Very nice into to Anaconda usage and a quick tutorial on Python coding, too.
    Could you please include the source code you created/ran for our review?
    Thanks again!

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

      Hey John. Thanks a lot for the compliment. I just uploaded the source code on my GitHub. Hope you find it helpful. github.com/MatyasKonig/Restaurant-Picker
      Let me know if you have any further questions.

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

    Amazing introduction Matyas. Thanks for explaining what PATH does. Anaconda usage is also more clear now. Can you create and upload a video on GIT?

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

      Thank you for the kind words Satyajeet. I am happy that I helped you with understanding PATH as it can be a tricky concept for beginners.
      I might make more tutorial videos in the future, but I am not sure what the topic will be. I will keep your suggestions in mind though! Thank you for the encouragement!

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

    Hi Master , having a question here. when follow your script in my notebook , it always show in SyntaxError: 'break' outside loop when run the programme. Could you advise on this ?

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

      Hello Chan. Thank you for the question. While I am not sure what might cause the error without seeing your code, I uploaded the program on my GitHub. Have a look and let me know if it helps at all. github.com/MatyasKonig/Restaurant-Picker

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

      @@YourFavouriteMates Thanks for making me able to understand Anaconda and Python in 55:59 minutes.
      Can you please provide other sample file as well, the complex one which you started showing 51:44. Thanks!

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

    Great Video for a beginner. When I run the code it shows an error in the 36th line. It says 'unindent does not match any outer indentation level'. Can you help me with this?

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

    Thanks for the video, although I copy everything I have a problem with the code, gave error EOF while parsin.
    But I learned a bit watching you, thanks

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

    thanks. very good to start!

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

    Thanks very helpful, peace!

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

    Cant open terminal

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

    Great iniital tutorial - thanks!

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

    Thanks, it was great kick start to Python Learning...:)

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

      Thank you for watching my video and liking it. It makes me very happy that there is anyone who finds it helpful.

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

    when i run the code it outputs this error "break" outside loop how do i fix it?

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

      Sorry that the code did not work for you. It is hard for me to help you out without seeing your code, but I uploaded the source code on my GitHub github.com/MatyasKonig/Restaurant-Picker
      Have a look there and see if you can find the problem. If not, see if you can upload your code somewhere and I will be happy to have a look.

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

      @@YourFavouriteMates I have the same problem. I can't find any differences between your video and the way I did it. Can you take a look at the file and see if you can find any issues? we.tl/t-RTcyoty1fx
      Download it from WeTransfer. Thanks!

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

    This all can get really messy if you already have an installation of python on your system. I'd recommend either removing it or just to install tensorflow / keras and whatever you need with pip.

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

      You can create different environments in Anaconda that use different versions of various programs, e.g., python. All this can be done from the GUI without using pip or conda.

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

      @@neilpetroff6758 True. However, when creating new environments you run into a problem on macOS (catalina). To use new environments it forces you to run the program in administrator mode. However, you can't just Sudo Anaconda, since it's not made and allowed to run in sudo mode. You can see why this becomes messy. On windows your solution will work. Did not test Ubuntu yet.

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

      @@MrQwerty2524 Ah, my apologies - I was speaking only from my limited experience and that is with Windows only. I did not consider other operating systems. The options for getting started can be overwhelming without having to become a system admin to boot!

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

    excellent . thank you