Python Tutorial - range vs xrange function

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

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

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

    One of the most under-rated channel, thank you for the simple and clear explanation Madam

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

    This a very good channel. It is under-rated. I learnt a lot of concepts here. Very intuitively explained which is missing in most of the programming channels. Keep it up. One request, If you provide projects to apply all this it will be very good. If you want to you can charge for the course too. It would be totally ok.

    • @AmulsAcademy
      @AmulsAcademy  4 ปีที่แล้ว

      Thank you so much :)
      I will think about it :)

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

    Such a simple and clear explanation.

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

    Thank you amul sir.. it's so helpful for me..well explained

  • @Rameshkumar-tn3wp
    @Rameshkumar-tn3wp 3 ปีที่แล้ว +2

    Such Good and clear explanation..so that i never going to forget....thks a lot...

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

    Lovely tutorial... I totally understand a lot better now.

  • @mharish8818
    @mharish8818 6 ปีที่แล้ว +9

    Hi, your videos are superb. Like it very much in terms of explaining logically and functionally . Pls make videos on matrices operations

    • @AmulsAcademy
      @AmulsAcademy  6 ปีที่แล้ว

      Thank you :)
      Ok i will try to make videos on matrices operations asap :)

  • @sujithrasuji1768
    @sujithrasuji1768 10 หลายเดือนก่อน

    awesome mentor!.. keep rocking mam

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

    Very Good Explanation, thank you so much

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

    Video starts at 5:54. You're welcome.

  • @Mohamed-hm7jo
    @Mohamed-hm7jo 6 ปีที่แล้ว +3

    Hi...!!...Superb Explanation...Please do videos on decorators,generators,multithreading,multiprocessing,paramiko module...

    • @AmulsAcademy
      @AmulsAcademy  6 ปีที่แล้ว

      Hi ...
      Thank you>....:)
      Sure will do videos on these concepts.
      We already have video on generator...:)
      Check out:
      th-cam.com/video/D54x8uSra3Q/w-d-xo.html
      :)

    • @Mohamed-hm7jo
      @Mohamed-hm7jo 6 ปีที่แล้ว +1

      Amuls Academy Thank you.I also expect you to cover more advanced modules such as flasks,paramiko etc.and also to teach relating to real time work application in terms of product development...kindly take a step to give a best try..

    • @AmulsAcademy
      @AmulsAcademy  6 ปีที่แล้ว

      Thank you for your advise:)
      Surely will do after completing the basics:)

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

    range is better, that is why xrange is moved in python 3, also when u print xrange it will add more memory, while printing range is simple task

  • @dj...9062
    @dj...9062 3 ปีที่แล้ว +1

    I'm impressed girl great "MAHADEV keep blessings on you" I subscribe your channel

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

    Nice explained and lovely voice

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

    Great explanation 👍

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

    Can you demonstrate more examples of lambda, map, filter and reduce functions?

  • @kaustubh.sharma
    @kaustubh.sharma 5 ปีที่แล้ว +3

    Nice video , Btw are you a kid?(Asked Because of your voice btw you have amazing skills keep learning keep teaching!)

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

    Such a clear explanation. Thank you!

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

    Thanks so much mam.

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

    Very well explained

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

    Thanks for your clarification

  • @arupsarkar6871
    @arupsarkar6871 10 หลายเดือนก่อน

    it is helpful ,thank you

  • @anupamasirisilla9961
    @anupamasirisilla9961 2 ปีที่แล้ว

    Thank you!!❤

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

    Clear explanation

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

    Thanks a lot Mam

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

    What is the difference between the append and extend?

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

      append:
      This method adds an element at the end of an existing list.
      example:
      a = [1,2,3,4]
      a.append("hello")
      output will be:
      [1 , 2 , 3 , 4 , "hello" ]
      Extend:
      This method adds elements to a list by adding on all the elements of the iterable you pass to it.
      for example:
      a = [1,2,3,4]
      a.extend("hello")
      output will be:
      [ 1 , 2 , 3 , 4 , 'h' , 'e' , 'l' , 'l' , 'o' ]
      Note: strings lists tuples these are called as iterables
      Thank you:)

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

    xrange don't exist nanymore in python i think

  • @sanjaykanthyepuri573
    @sanjaykanthyepuri573 2 ปีที่แล้ว

    Thank you so Much

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

    Nice work

  • @SivaKumar-kz3fz
    @SivaKumar-kz3fz 5 ปีที่แล้ว +1

    Compleate course is available in this channel

  • @lohir446
    @lohir446 2 ปีที่แล้ว

    hello mam,
    I can see this Channel is not active since a long time. I'm waiting for you with the new chapter.

  • @VivekKumar-rm4td
    @VivekKumar-rm4td 6 ปีที่แล้ว +1

    how to use date limit in our program??
    example :- mobile Recharge validity for month

  • @sujitsutar3271
    @sujitsutar3271 2 ปีที่แล้ว

    Thank you very well explained ❤️deseves subscription.

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

    Good, can you please send oops concepts

    • @AmulsAcademy
      @AmulsAcademy  6 ปีที่แล้ว

      Are you asking notes???
      I don't have any notes sorry:)
      If you are asking to make some videos on oops then please mention which concept you want:)

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

      Your way of explanation good, so will you please upload oops concepts, this is very important for me

    • @AmulsAcademy
      @AmulsAcademy  6 ปีที่แล้ว

      sure:)

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

    Thanks

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

    in python2,xrange is faster then range but you said range.plese confirm and correct it.

  • @Леха-ц3п
    @Леха-ц3п 4 ปีที่แล้ว +1

    Акцент забавный. Спасибо за видео, девочка!

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

    Nice