Array Manipulation | flatten and ravel | NumPy Tutorials | Python Programming

Поділитися
Вставка
  • Опубліковано 2 вер 2019
  • In this Python Programming video tutorial you will learn about array manipulation in detail. Here We will discuss how to flatten array with example.
    NumPy is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.
    Today here we will see how to flatten numpy arrays in detail
    #numpy #Python
    For more free tutorials on computer programming
    / amulsacademy
    / amulsacademy

КОМЕНТАРІ • 23

  • @praneethd9436
    @praneethd9436 3 роки тому +3

    Great explanation. Very useful for young techies. Thank you

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

    Amazing explanation!

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

    Nice explanation

  • @amannayak7984
    @amannayak7984 4 роки тому +1

    Mam thanku due to u i passed in eaxm

  • @rudrashiva
    @rudrashiva 4 роки тому +2

    I watched all the ads to support you. Please guy do same, it will help her to generate some money.

  • @ishankukde6603
    @ishankukde6603 4 роки тому +3

    Love your voice. So cute.

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

    Hey Amulya which software are you using for video recording?

  • @archelan1
    @archelan1 4 роки тому +1

    Mam can you teach me how to print only odd number factorials?? With using loop only please explain me

  • @RelaxHERE-zk8ts
    @RelaxHERE-zk8ts 4 роки тому +1

    Please start matplotlib.. Library and please explain about taylor series of sin

  • @pavanch7529
    @pavanch7529 4 роки тому

    Mam, Can you explain about the present usage of learning python programming language in different job roles,,and also explain the future opportunities..I mean jobs availability on Python...and also what is present and future trend of jobs level on Python programming. language......

    • @pavanch7529
      @pavanch7529 4 роки тому

      @Shakti Singh Tq for giving the information Sir,,..Tq very much🙂

  • @srijanisallyouneed
    @srijanisallyouneed 4 роки тому +2

    Mam please solve my problem::how can I make upper triangular matrix

  • @hariprasad-ln4is
    @hariprasad-ln4is 4 роки тому

    hai amulaya

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

    Hi Amulya,
    If flatten() is a library function then why are we discussing it in Numpy topic? Just wanted to know out of curiosity. Because I know I can get the best answer from you with a clear explanation. Thanks.

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

      it is the method of ndarray and to create ndarray you need to use numpy module and its function.