Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Introduction to Python for Numerical Methods
New
27 students

Introduction to Python for Numerical Methods

Master Python for Numerical Methods with NumPy, Matplotlib, Linear Algebra, Root Finding, and Scientific Computing
Created byTaman Belajar
Last updated 7/2026
English
English [Auto],

What you'll learn

  • Use Python, NumPy, and Matplotlib to perform numerical computations and visualize mathematical functions.
  • Solve systems of linear equations using matrix operations and iterative numerical methods.
  • Apply interpolation, least-squares regression, and root-finding algorithms to engineering and scientific problems.
  • Compute numerical differentiation and integration using Python and compare custom implementations with SciPy solutions.

Course content

5 sections11 lectures1h 30m total length
  • Overview2:06
  • Setting Up for Scientific Python12:50
  • The Engine of Numerical Python: NumPy10:26
  • Visualizing Math: Matplotlib7:37
  • Foundations of Scientific Python Linear Systems and Data Fitting

Requirements

  • A computer running Windows, macOS, or Linux with Python and Jupyter Notebook installed.

Description

This course provides a comprehensive introduction to Python programming tailored for numerical methods and scientific computing. It aims to bridge the gap between abstract mathematical theories and concrete, practical computations using modern software toolkits. By leveraging Python's powerful ecosystem, the course builds a strong foundation in manipulating scientific datasets, executing algorithmic matrix algebra, and graphing intricate mathematical models. By the end of the course, students will be fully equipped to write optimized programming routines to solve engineering, mathematical, and physics problems that are analytically complex.

Learning Outcomes:

• LO1: Apply foundational Python libraries (NumPy, Matplotlib) to manipulate arrays and visualize mathematical functions.

• LO2: Solve linear equations and generate predictive models using interpolation and least-squares regression.

• LO3 : Implement iterative root-finding algorithms and compare their performance against standard SciPy solvers.

• LO4 : Compute numerical derivatives and definite integrals using Python’s scientific computing toolkits.

Course Modules:

  1. Setting Up for Scientific Python

  2. The Engine of Numerical Python: NumPy

  3. Visualizing Math: Matplotlib

  4. Matrix Operations & Solving Linear Systems

  5. Iterative Method for Solving Linear Systems

  6. Interpolation Algorithms

  7. Curve Fitting with Least-Squares Regression

  8. Iterative Root Finding

  9. Numerical Differentiation in Python

  10. Numerical Integration in Python


Course Content:

  • Interactive Jupyter Notebooks: Every module is delivered via a highly engaging, code-executable Jupyter Notebook environment containing a mix of detailed markdown lecture notes, structured programming syntax, and inline coding exercises.

  • Video Instructional Lectures: The materials are structured into 10 distinct video sessions, which guide students through core concepts, code walkthroughs, and practical mathematical applications.

  • Verification and Benchmarking Code: Modules include systematic testing guidelines—such as verifying matrix solutions using dot products or comparing customized algorithmic loops against robust built-in SciPy functions—to instill deep structural comprehension.


The course is designed as a self-paced learning module with a total estimated duration of approximately 15 to 20 hours to complete all 10 video sessions, thoroughly analyze the corresponding lecture notebooks, and complete the hands-on verification exercises. This program is ideal for scientists, engineering students, and data practitioners who want to master real-world computational mathematics and numerical simulations using the Python ecosystem.

Who this course is for:

  • Engineering, mathematics, physics, and science students who want to apply Python to numerical methods and scientific computing.
  • Researchers, data analysts, and professionals seeking practical computational mathematics and numerical analysis skills using Python.