Companies Home Search Profile

The Complete Python NumPy Tutorial

Focused View

Studyopedia Trainings

3:16:53

20 View
  • 1. NumPy Introduction & Features.mp4
    02:08
  • 2. Install NumPy (Set Environment).mp4
    11:02
  • 1.1 demo1.zip
  • 1.2 demo2.zip
  • 1. Create NumPy Arrays.mp4
    05:39
  • 2.1 demo1.zip
  • 2.2 demo2.zip
  • 2.3 demo3.zip
  • 2. Dimensions in NumPy Arrays.mp4
    05:41
  • 3.1 demo1.zip
  • 3.2 demo2.zip
  • 3. Initialize NumPy Arrays.mp4
    03:25
  • 4.1 demo1.zip
  • 4.2 demo2.zip
  • 4.3 demo3.zip
  • 4.4 demo4.zip
  • 4. NumPy DataTypes.mp4
    08:20
  • 1.1 demo1.zip
  • 1.2 demo2.zip
  • 1.3 demo3.zip
  • 1.4 demo4.zip
  • 1.5 demo5.zip
  • 1.6 demo6.zip
  • 1.7 demo7.zip
  • 1.8 demo8.zip
  • 1. NumPy Array Indexing.mp4
    15:48
  • 2.1 demo1.zip
  • 2.2 demo2.zip
  • 2.3 demo3.zip
  • 2.4 demo4.zip
  • 2.5 demo5.zip
  • 2.6 demo6.zip
  • 2.7 demo7.zip
  • 2. NumPy Array Slicing.mp4
    11:33
  • 1.1 demo1.zip
  • 1.2 demo2.zip
  • 1.3 demo3.zip
  • 1.4 demo4.zip
  • 1. Array Shape.mp4
    08:52
  • 2.1 demo1.zip
  • 2.2 demo2.zip
  • 2. Reshape a NumPy Array.mp4
    06:39
  • 3.1 demo1.zip
  • 3.2 demo2.zip
  • 3.3 demo3.zip
  • 3. Iterate a NumPy Array.mp4
    09:22
  • 1.1 demo1.zip
  • 1.2 demo2.zip
  • 1.3 demo3.zip
  • 1.4 demo4.zip
  • 1.5 demo5.zip
  • 1.6 demo6.zip
  • 1. Join NumPy Arrays.mp4
    13:11
  • 2.1 demo1.zip
  • 2.2 demo2.zip
  • 2.3 demo3.zip
  • 2. Split NumPy Arrays.mp4
    12:05
  • 3.1 demo1.zip
  • 3. Search a NumPy Array for a value.mp4
    03:35
  • 4.1 demo1.zip
  • 4.2 demo2.zip
  • 4.3 demo3.zip
  • 4. Sort NumPy Arrays.mp4
    07:34
  • 5.1 demo1.zip
  • 5. Axes in NumPy Arrays.mp4
    05:36
  • 1.1 demo1.zip
  • 1.2 demo2.zip
  • 1.3 demo3.zip
  • 1. Intersection of NumPy Arrays.mp4
    09:40
  • 2.1 demo1.zip
  • 2.2 demo2.zip
  • 2. Difference between NumPy Arrays.mp4
    07:44
  • 3.1 demo1.zip
  • 3.2 demo2.zip
  • 3.3 demo3.zip
  • 3.4 demo4.zip
  • 3.5 demo5.zip
  • 3.6 demo6.zip
  • 3. Arithmetic Operations on NumPy Arrays.mp4
    13:06
  • 4.1 demo1.zip
  • 4.2 demo2.zip
  • 4.3 demo3.zip
  • 4.4 demo4.zip
  • 4. Scalar Operations on NumPy Arrays.mp4
    10:20
  • 5.1 demo1.zip
  • 5.2 demo2.zip
  • 5.3 demo3.zip
  • 5. Statistical Operations on NumPy Arrays.mp4
    07:53
  • 1.1 demo1.zip
  • 1.2 demo2.zip
  • 1.3 demo3.zip
  • 1. NumPy Random Module.mp4
    07:53
  • 2.1 demo1.zip
  • 2.2 demo2.zip
  • 2. NumPy Logs.mp4
    04:34
  • 3.1 demo1.zip
  • 3.2 demo2.zip
  • 3. LCM and HCF.mp4
    05:13
  • 1. Quiz 1.html
  • 2. Quiz 2.html
  • 3. Quiz 3.html
  • 4. Quiz 4.html
  • Description


    Learn NumPy with 100+ hands-on live running coding examples and exercises

    What You'll Learn?


    • Learn NumPy for Data Science
    • Learn NumPy from scratch
    • Acquire essential NumPy skills for numeric and scientific computing
    • Be able to program in NumPy professionally.
    • Practice your skills with 50+ exercises
    • Learn NumPy best practices

    Who is this for?


  • Get started with NumPy
  • Those who want to learn NumPy by doing. This course includes 50+ hands-on exercises
  • Gain a deep understanding of Python NumPy
  • Python Libraries Beginners
  • What You Need to Know?


  • A computer with an Internet
  • Python knowledge
  • Passion to learn NumPy
  • More details


    Description

    Welcome to the NumPy Tutorial for Beginners by Studyopedia.

    NumPy is an open-source Python library, that allows you to work with multi-dimensional arrays and matrices, with the mathematical functions operating on these arrays. It stands for Numerical Python and is written in Python and C. It is a Python library for numeric and scientific computing. It consists of multi-dimensional array objects. It is faster with less LOC.

    Numpy allows you to perform various operations on Arrays, including

    • Array Slicing

    • Array Join

    • Array Split

    • Array Reshape

    • Array Intersection

    • Array Arithmetic Operations

    • Array Statistical Operations

    Course Lessons

    1. NumPy Introduction

    2. Installing NumPy with pip

    3. Create NumPy arrays

    4. Dimensions in NumPy Arrays

    5. Initialize NumPy Arrays

    6. Datatypes in NumPy

    7. NumPy Array Indexing

    8. NumPy Array Slicing

    9. NumPy Array Shape

    10. Reshape a NumPy array

    11. Iterate NumPy Arrays

    12. Joining NumPy Arrays

    13. Split NumPy Array

    14. Search an Array for a value

    15. Sorting NumPy Arrays

    16. Axes in NumPy arrays

    17. Intersection of NumPy Arrays

    18. Difference between NumPy arrays

    19. Arithmetic Operations on NumPy arrays

    20. Scalar operations on NumPy arrays

    21. Statistical Operations on NumPy arrays

    22. Random module in NumPy

    23. NumPy Logs

    24. NumPy LCM and HCF

    Bonus

    25. Quiz


    We have also provided an Online Quiz to polish your NumPy skills after completing the lessons.

    100+ live coding examples are covered to make each lesson easier for the students.


    Hit the Enroll button!

    Who this course is for:

    • Get started with NumPy
    • Those who want to learn NumPy by doing. This course includes 50+ hands-on exercises
    • Gain a deep understanding of Python NumPy
    • Python Libraries Beginners

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Studyopedia Trainings
    Studyopedia Trainings
    Instructor's Courses
    Studyopedia is an E-Learning website providing video courses, interview questions, and quizzes. Tutorials cover programming languages, databases, frameworks, etc. i.e. Python, Data Science, Machine Learning, Java, Android, C, C++, HTML5, Bootstrap, JavaScript, jQuery, PHP, CSS, WordPress, Drupal, Joomla, Magento, osCommerce, OpenCart, PrestaShop, etc. We have taught millions of students and professionals through our video courses, website, and content, covering multiple programming languages and technologies.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 24
    • duration 3:16:53
    • Release Date 2023/12/16