ARANGE( ), LINSPACE( ), LOGSPACE( ) IN NUMPY (ARRAYS WITH NUMERICAL RANGES) - PYTHON PROGRAMMING

Поділитися
Вставка
  • Опубліковано 28 чер 2024
  • ARRAYS WITH NUMERICAL RANGES
    arange(start_index, stop_index, step_size, dtype )
    linspacestart_index, stop_index, number, endpoint, retstep, dtype )
    logspace(start_index, stop_index, number, endpoint, base, dtype )

КОМЕНТАРІ • 32

  • @30_shrishtiverma97
    @30_shrishtiverma97 2 роки тому +6

    may god bless you and your family . you are doing a great job sir 👏🙌

  • @neetajain2721
    @neetajain2721 3 роки тому +2

    Woww .. Wowww..!! Crystal clear explanation... Very much thorough with the concept.. Amazingg.. 👌👌👏👏

  • @aiswaryak5207
    @aiswaryak5207 Рік тому +1

    Thank you so much sir..
    Your method of teaching is awesome..
    Easily understandable 🙏🙏

  • @sangeetadoopadal4296
    @sangeetadoopadal4296 3 роки тому +1

    I love your explanation sir...I learnt so may things from your videos.. thank you so much

  • @petrockspiracy3120
    @petrockspiracy3120 3 роки тому

    Thank you very much for your thorough explanation.

  • @premswaroop4337
    @premswaroop4337 2 роки тому

    best explanation
    thank u sirrr
    - ur student from hyderabad

  • @terabaapaya1955
    @terabaapaya1955 3 роки тому +1

    nice explanation brother, u will hav a bright future keep going on

  • @deviudayagiri9241
    @deviudayagiri9241 3 роки тому +1

    Hi sir.... Can you pls make video on how you shoot..... ? Cus Your videos are too clear and in a nice manner....

  • @swatikansal3579
    @swatikansal3579 2 роки тому

    Great explanation!!!

  • @kanadimoon3968
    @kanadimoon3968 2 роки тому

    Exceptional bro

  • @iyyappan3754
    @iyyappan3754 2 роки тому

    Good for learning in this video

  • @jigautam6188
    @jigautam6188 3 роки тому +1

    Awesome sir ji

  • @mmtrinath4538
    @mmtrinath4538 2 роки тому

    awesome sir, thnq so much

  • @hemantverma4616
    @hemantverma4616 2 роки тому

    Thankyou so much sir❤

  • @bluesky9607
    @bluesky9607 3 роки тому +1

    Sir I have a query ?python full video tutorial end hota ar kota tutorial baki

  • @UsmanSaadat
    @UsmanSaadat 2 роки тому

    When i run np.arange(0, 10, 2, dtype="int") in Jupyter & IDLE shell it shows the result as shown in video at 20:15 , but in Sublime Text it just shows 'finished' status. Why? Is there any way around that i can use to show same result in sublime as well?

  • @jose_reddy7
    @jose_reddy7 3 роки тому +2

    Sir super explaination as we know all can understand 👏👏
    can u plz make vedios on colection frame work too 😊😊 hopefully

  • @kalpeshchaudhari7569
    @kalpeshchaudhari7569 2 роки тому

    Thanks sir 👍

  • @sujithsai5528
    @sujithsai5528 3 роки тому +1

    Sir when you upload next video

  • @kinjarapulokeswararao4755
    @kinjarapulokeswararao4755 3 роки тому +2

    Sir..if we want the retvalue (difference of elements in array) to assign to another variable... how can we do it ?

    • @christopherkalolo1805
      @christopherkalolo1805 3 роки тому +2

      arr1=np.linspace(0,10,5,retstep=True)
      arrsamples = arr1[0]
      arrstep = arr1[1]

  • @shilpi19sep
    @shilpi19sep 2 роки тому

    how to create 2D array (3,5) using arange() having start value & step size. Is it possible not to pass stop value in arange function?

  • @sujithsai5528
    @sujithsai5528 3 роки тому +2

    Please tell sir when you upload next video sir, I lost my patience

    • @sundeepsaradhi
      @sundeepsaradhi  3 роки тому

      Hi sorry for the delay as I am little bit with other work in last couple of days. From today I will upload the videos regularly. Thanks for your interest and support towards our channel.

    • @sujithsai5528
      @sujithsai5528 3 роки тому

      I love your explanation sir, thank you

  • @torque5031
    @torque5031 2 роки тому +1

    What is the key difference between linspace and arange function?

    • @memetom8241
      @memetom8241 Рік тому +1

      one gives a sequence of character in-between a range and the other will equally distribute itself between the given interval

  • @bhargavikrishna2
    @bhargavikrishna2 3 роки тому

    Sir R anguage ki chepandi sir

  • @bluesky9607
    @bluesky9607 3 роки тому +2

    Sir please give me the answer of my question as soon as possible

    • @sundeepsaradhi
      @sundeepsaradhi  3 роки тому +1

      I am uploading Numpy module and still have to upload videos

  • @nareshkhatri-jy3kl
    @nareshkhatri-jy3kl 9 місяців тому

    RIDHAM = np.logical_and((ME > SPT , ME > DLS),"1" ,np.logical_and(ME < SPT,ME < DLS), "2")
    please help for which np use